SecPod

Learn Search

Search across all Learn content

← Back to Security Research
ALERT: BitPaymer/IEncrypt campaign exploiting Apple Zero-Day

ALERT: BitPaymer/IEncrypt campaign exploiting Apple Zero-Day

Oct 13, 2019By Vidita V Koushik3 min read

Apple released security updates a week ago which included a fix for a zero-day vulnerability. Morphisec discovered active exploitation of an Apple vulnerability byBitPaymer/IEncrypt campaign. Hence, A good vulnerability management tool can prevent these attacks.

BitPaymer/IEncrypt campaign has been targeting various public and private sector industries spread across the U.S. This campaign uses spearphishing emails as its initial infection vector and delivers Dridex malware. BitPaymer/iEncrypt ransomware is known to encrypt data, apps and program files on the target machine. Therefore, Vulnerability management system can resolve these issues.

The campaign utilized an unquoted service path vulnerability in Apple iTunes. The vulnerability resides in Apple Software Update utility.  Apple iTunes is obsolete on the new MacOS Catalina and is therefore not vulnerable. However, all the Windows machines running Apple iTunes and iCloud were open to attack.

An unquoted path vulnerability is a simple flaw where a path to an executable contains spaces and is not enclosed in quotations.

plaintext
C:\Program Files\A Subfolder\B Subfolder\C Subfolder\Executable.exe

In such a case, the system interprets the path as shown below:

This allows an attacker to place a malicious executable in any folder or sub folder and execute it with SYSTEM privileges. Apple Software Update uses a scheduled task to execute the process. The ransomware attacks used a file named “Program” without any extension such as “.exe” to avoid suspicion. The system executed the maliciously crafted “Program” file instead of “Program Files” due to the absence of quotation. Researchers also report that any malicious file name “Apple” or “Apple Software” place in the Program Files directory use for exploitation. While this flaw can also be used to elevate privileges, there were no instances of privilege escalation attacks carried out by BitPaymer/IEncrypt campaign.

The major matter of concern here is that even when iTunes is uninstalling. Apple Software Update continues to run on the installed machine and requires a separate procedure to remove it. This vulnerability readily assists attackers in evading detection by security solutions. Most of the products are based on behavioral monitoring of the parent-child process on systems. And when a legitimate process signed by a trusted vendor such as Apple executes a malicious child process, the risk rating given by AV products is low.

Apple had fixed this vulnerability with the release of security updates(detailed in our blog). For iCloud and iTunes for Windows last week. We hereby issue a gentle reminder to system administrators for applying these security updates on priority to prevent any instances of active exploitation.

Please refer to this KB Article to apply the patches using SanerNow.

Featured Posts

Open CVE-2026-31431: From 732 Bytes to Root - Anatomy of a Modern Linux Privilege Escalation

CVE-2026-31431: From 732 Bytes to Root - Anatomy of a Modern Linux Privilege Escalation

CVE Research

CVE-2026-31431: From 732 Bytes to Root - Anatomy of a Modern Linux Privilege Escalation

Jun 24, 2026

Open CVE-2026-31431: The Nine-Year Kernel Bug Hiding in Plain Sight

CVE-2026-31431: The Nine-Year Kernel Bug Hiding in Plain Sight

CVE Research

CVE-2026-31431: The Nine-Year Kernel Bug Hiding in Plain Sight

Jun 23, 2026

Open Squidbleed: A 29-Year-Old Squid Proxy Flaw That Leaks Cleartext HTTP Requests
Squidbleed: A 29-Year-Old Squid Proxy Flaw That Leaks Cleartext HTTP Requests

CVE Research

Squidbleed: A 29-Year-Old Squid Proxy Flaw That Leaks Cleartext HTTP Requests

Jun 23, 2026

Open AryStinger Malware Leverages 4,300+ Legacy Routers to Establish Persistent Spy Infrastructure
AryStinger Malware Leverages 4,300+ Legacy Routers to Establish Persistent Spy Infrastructure

CVE Research

AryStinger Malware Leverages 4,300+ Legacy Routers to Establish Persistent Spy Infrastructure

AryStinger exploits decade-old vulnerabilities in unpatched routers and NAS devices to silently assemble a 4,300-node reconnaissance network, conducting distributed scanning and traffic interception while masking all activity behind residential IP addresses.

Jun 23, 2026

ALERT: BitPaymer/IEncrypt campaign exploiting Apple Zero-Day | SecPod