Google Security Researchers Expose Coruna: A Massive iPhone Exploit Kit Targeting iOS 13–1721 + Video

Listen to this Post

Featured Image

Introduction: A Sophisticated iPhone Attack Framework Comes to Light

Modern smartphones have become digital vaults, holding banking credentials, cryptocurrency wallets, personal messages, and sensitive documents. This immense concentration of data makes devices like the iPhone a highly attractive target for cybercriminals and intelligence operators alike. In early 2025, security researchers uncovered a sophisticated attack framework capable of exploiting multiple versions of Apple’s mobile operating system. The discovery revealed a powerful exploit kit designed to compromise iPhones through a complex chain of vulnerabilities.

Researchers from the Google Threat Intelligence Group identified the exploit kit, named Coruna, also known internally as CryptoWaters. The framework contains a large arsenal of vulnerabilities and exploit chains capable of bypassing many of Apple’s security protections. The system targets devices running iOS versions 13.0 through 17.2.1, making it one of the most comprehensive iPhone exploitation toolkits documented in recent years.

the Coruna Exploit Kit Discovery

Security analysts from Google Threat Intelligence Group uncovered the exploit kit while investigating suspicious activity linked to a surveillance vendor’s customer. During their research in February 2025, analysts detected a previously unseen JavaScript exploitation framework delivering a complete attack chain against iPhones. The framework used advanced obfuscation techniques designed to conceal malicious code and evade detection by security tools.

The exploit kit includes five separate exploit chains containing a total of 23 vulnerabilities and bypass techniques. These components target multiple layers of Apple’s security architecture, including WebKit browser rendering, pointer authentication protections, kernel-level defenses, and system process protections. The variety of vulnerabilities allows attackers to tailor their exploitation approach depending on the iPhone model and iOS version detected.

Several vulnerabilities inside the framework are associated with publicly tracked security flaws such as CVE-2021-30952, CVE-2023-43000, and CVE-2024-23222, while others remain undocumented without official CVE identifiers. These vulnerabilities enable attackers to gain remote code execution through web content, escape browser sandboxes, bypass memory protections, and ultimately escalate privileges within the operating system.

The exploitation process begins with device fingerprinting, where the malicious framework analyzes the visiting device to determine its exact iOS version and hardware type. Once the correct configuration is identified, the framework loads a tailored WebKit exploit capable of achieving remote code execution. Additional modules then bypass pointer authentication codes and other exploit mitigations implemented by Apple.

Some components in Coruna specifically target the WebKit engine used by Safari and other iOS browsers. These vulnerabilities allow attackers to trigger malicious code execution simply by convincing the victim to visit a compromised webpage. Hidden iFrames embedded within malicious sites silently deliver the exploit chain without requiring user interaction.

Researchers also discovered that the framework intentionally avoids attacking devices running Lockdown Mode or using private browsing features. This behavior suggests the attackers designed the exploit kit to evade security-conscious users and researchers who might be analyzing the attack environment.

During their investigation, the researchers collected hundreds of samples representing the different exploit chains contained within Coruna. Debug versions of the exploit code revealed internal names for the various modules and confirmed the toolkit’s internal codename.

The framework was initially linked to highly targeted attacks conducted by a surveillance vendor’s client. These attacks were deployed through watering hole campaigns aimed at Ukrainian users. In such campaigns, attackers compromise legitimate websites frequently visited by their targets and inject malicious code designed to infect visitors.

Further investigation revealed that government-backed threat actors also used the same exploit framework during cyber operations targeting Ukrainian individuals. Later, the exploit kit appeared in broader criminal campaigns conducted by a Chinese financial cybercrime group identified as UNC6691.

The expansion from targeted espionage operations to widespread cybercrime demonstrates a troubling trend within the cyber threat ecosystem. Sophisticated exploits originally developed for intelligence operations often migrate into the underground criminal market once they become available.

The Coruna framework includes several advanced modules designed to defeat Apple’s security mitigations. For example, one module called rwx_allocator uses multiple strategies to bypass protections that normally prevent memory pages from being marked as both writable and executable.

Kernel-level exploits within the toolkit also include mechanisms to bypass kernel pointer authentication protections. These techniques allow attackers to escalate privileges and gain deep access to the operating system after successfully executing code within the browser environment.

Once the exploit chain successfully compromises the device, a loader called PlasmaLoader deploys the final malware payload. This payload injects itself into a privileged system daemon, granting it persistent access to the compromised device.

Unlike typical spyware used by surveillance vendors, the payload associated with Coruna focuses heavily on financial data theft. The malware scans the device for cryptocurrency wallet information, backup phrases, banking credentials, and other sensitive financial records.

One particularly sophisticated capability allows the malware to analyze images stored on the device and decode QR codes that may contain cryptocurrency wallet addresses or transaction data. Another module scans text data for BIP39 mnemonic seed phrases, commonly used as backup keys for cryptocurrency wallets.

If the malware discovers wallet recovery phrases, bank account references, or keywords such as “backup phrase,” it sends the data back to the attackers’ command-and-control infrastructure. The malware is also capable of retrieving additional modules remotely, allowing attackers to expand its functionality after initial infection.

Communication between the malware and its command server is encrypted, helping it evade network monitoring systems. Additionally, the framework uses a custom domain generation algorithm seeded with the word “lazarus” to dynamically create fallback command servers if the primary infrastructure becomes unavailable.

Despite its extensive capabilities, researchers confirmed that the exploit kit is ineffective against the latest iOS versions because Apple has already patched many of the vulnerabilities used by the framework. Google has also shared indicators of compromise and detection rules to help security teams identify potential attacks.

What Undercode Say:

The discovery of the Coruna exploit kit exposes a deeper transformation happening in the cyber threat landscape. In the past, advanced mobile exploits were rare and often restricted to elite intelligence agencies or well-funded surveillance vendors. Today, those same tools are slowly leaking into broader cybercrime ecosystems, creating a dangerous cycle of reuse and adaptation.

Coruna represents an industrial-grade exploitation platform rather than a simple collection of vulnerabilities. Its modular architecture shows careful engineering, where each exploit component functions as part of a larger pipeline. The framework dynamically adapts to the target device, selecting the correct vulnerabilities and bypass techniques automatically. This level of automation signals a shift toward commercialized exploit platforms rather than isolated attack tools.

Another critical observation lies in the migration path of the exploit kit. The framework first appeared in highly targeted surveillance operations. Later it was reused in financial cybercrime campaigns targeting cryptocurrency users. This progression demonstrates how sophisticated offensive tools frequently move from government-level operations into criminal markets once their secrecy fades.

The presence of modules designed to harvest cryptocurrency recovery phrases is particularly revealing. Unlike traditional malware that steals passwords or banking credentials, this toolkit hunts for long-term financial access points such as BIP39 wallet backups. A stolen seed phrase allows attackers to completely control a victim’s cryptocurrency holdings without needing continuous device access.

The malware’s ability to decode QR codes from images is another striking example of modern attack creativity. Many cryptocurrency users store wallet addresses or transaction data as QR codes in screenshots or documents. By extracting data from images, attackers can bypass many traditional security assumptions about where sensitive information resides.

Another important aspect of the Coruna toolkit is its built-in evasion mechanisms. The system deliberately avoids devices operating in Lockdown Mode, Apple’s specialized security feature designed to protect high-risk individuals such as journalists and activists. This suggests that the exploit developers are aware of Apple’s most advanced defenses and intentionally circumvent them.

The exploit kit also highlights the ongoing security arms race between Apple and vulnerability researchers. Apple continues to strengthen memory protections, pointer authentication, and kernel integrity mechanisms. Yet exploit developers respond by creating new bypass techniques and layered attack strategies.

The reuse of vulnerabilities previously linked to Operation Triangulation cyber espionage campaign shows how valuable exploitation techniques can remain relevant for years when embedded inside adaptable frameworks. Instead of relying on a single vulnerability, Coruna carries multiple fallback options, dramatically increasing its operational lifespan.

From a strategic perspective, this discovery reinforces the importance of rapid operating system updates. Even the most advanced exploit kits lose effectiveness once their vulnerabilities are patched. The fact that Coruna fails against newer iOS versions demonstrates how software updates remain one of the most effective defenses available to users.

The broader implication is that mobile devices have now become one of the most valuable intelligence targets in the digital world. Smartphones contain location history, personal communications, financial assets, and authentication tokens for numerous services. For attackers, compromising a phone often yields far greater rewards than compromising a traditional computer.

Fact Checker Results

✅ The Coruna exploit kit targets iPhones running iOS 13.0 through 17.2.1 using multiple exploit chains.
✅ Google security researchers confirmed the toolkit includes 23 exploits across browser, kernel, and privilege layers.
❌ The malware does not appear to function on the newest patched iOS versions.

Prediction

📊 Apple will likely strengthen WebKit sandbox protections and pointer authentication systems in future iOS releases.
📊 Advanced mobile exploit kits will increasingly appear in criminal cryptocurrency theft campaigns.
📊 Governments and surveillance vendors will continue developing similar modular frameworks as smartphones remain high-value intelligence targets.

▶️ Related Video (82% Match):

🕵️‍📝✔️Let’s dive deep and fact‑check.

References:

Reported By: securityaffairs.com
Extra Source Hub (Possible Sources for article):
https://www.twitter.com
Wikipedia
OpenAi & Undercode AI

Image Source:

Unsplash
Undercode AI DI v2
Bing

🔐JOIN OUR CYBER WORLD [ CVE News • HackMonitor • UndercodeNews ]

💬 Whatsapp | 💬 Telegram

📢 Follow UndercodeNews & Stay Tuned:

𝕏 formerly Twitter 🐦 | @ Threads | 🔗 Linkedin | 🦋BlueSky | 🐘Mastodon