{ "@context": "https://schema.org", "@type": "NewsArticle", "headline": "Apple's CVE-2025-43300: The Spyware Attack Targeting Fewer Than 200 People", "datePublished": "2026-08-13T12:00:00+05:30", "dateModified": "2026-08-13T12:00:00+05:30", "author": { "@type": "Person", "name": "Jai" }, "publisher": { "@type": "Organization", "name": "Veritya Daily", "logo": { "@type": "ImageObject", "url": "https://verityadaily.com/assets/img/logo.png" } }, "image": "https://verityadaily.com/assets/img/og-image.png", "description": "Apple backported a fix for CVE-2025-43300, an out-of-bounds write in ImageIO chained with WhatsApp CVE-2025-55177, targeting fewer than 200 individuals.", "mainEntityOfPage": "https://verityadaily.com/apple-spyware-cve", "inLanguage": "en-US", "isAccessibleForFree": true, "thumbnailUrl": "https://verityadaily.com/assets/img/hero-apple-spyware-cve.png" } { "@context":"https://schema.org", "@type":"FAQPage", "mainEntity":[ {"@type":"Question","name":"What is CVE-2025-43300?","acceptedAnswer":{"@type":"Answer","text":"CVE-2025-43300 is an out-of-bounds write vulnerability in Apple's ImageIO framework with a CVSS score of 8.8. It was exploited in targeted spyware attacks against fewer than 200 individuals."}}, {"@type":"Question","name":"How was CVE-2025-43300 exploited?","acceptedAnswer":{"@type":"Answer","text":"The vulnerability was chained with WhatsApp CVE-2025-55177 (CVSS 5.4) to deliver spyware. The attack likely involved sending a malicious media file that triggered the ImageIO flaw when processed."}}, {"@type":"Question","name":"Which Apple devices were affected by CVE-2025-43300?","acceptedAnswer":{"@type":"Answer","text":"The vulnerability affected iOS, iPadOS, and macOS devices. Apple issued patches in iOS 18.6.2, iPadOS updates, and macOS updates."}} ] } { "@context": "https://schema.org", "@type": "BreadcrumbList", "itemListElement": [ {"@type": "ListItem", "position": 1, "name": "Home", "item": "https://verityadaily.com/"}, {"@type": "ListItem", "position": 2, "name": "Cybersecurity", "item": "https://verityadaily.com/category-cybersecurity"}, {"@type": "ListItem", "position": 3, "name": "Apple CVE-2025-43300: Spyware Attack Explained"} ] }
BTC $63,085 โ–ผ0.50% ETH $1,879 โ–ฒ0.28% SOL $75.22 โ–ฒ0.50% XRP $1.02 โ–ฒ0.90%
Cybersecurity

Apple CVE-2025-43300: Spyware Attack Explained

apple spyware cve

Key Takeaways

Understanding CVE-2025-43300: The ImageIO Vulnerability

At the heart of this spyware operation was CVE-2025-43300, a critical vulnerability in Apple's ImageIO framework. ImageIO is the system-level library responsible for parsing and rendering image files across iOS, iPadOS, and macOS. Every time your iPhone displays a JPEG, PNG, or HEIC file, ImageIO processes it.

The vulnerability was an out-of-bounds write โ€” a memory corruption bug where data is written beyond the allocated buffer boundary. With a CVSS score of 8.8 (High), this flaw could be exploited to execute arbitrary code on the target device, potentially granting the attacker full control.

What makes ImageIO vulnerabilities particularly dangerous is their attack surface. Any application that processes images โ€” Messages, Mail, WhatsApp, Telegram, Safari, even third-party apps โ€” relies on ImageIO. An attacker doesn't need to compromise a specific app; they just need to get a malicious image file processed by any app that uses the system image framework.

CVEComponentCVSSType
CVE-2025-43300Apple ImageIO8.8Out-of-bounds write
CVE-2025-55177WhatsApp5.4Media processing flaw

The Exploit Chain: WhatsApp + ImageIO

The spyware operation used a two-stage exploit chain combining a WhatsApp vulnerability with the ImageIO flaw. Here's how it likely worked:

Stage 1: WhatsApp CVE-2025-55177 (CVSS 5.4) โ€” The initial entry point was through WhatsApp's media handling. When a specially crafted media file was sent to a target's WhatsApp account, the vulnerability in WhatsApp's media processing pipeline allowed the malicious payload to reach the system's ImageIO framework without user interaction.

Stage 2: Apple CVE-2025-43300 (CVSS 8.8) โ€” Once the malicious file reached ImageIO, the out-of-bounds write vulnerability was triggered during image parsing. This allowed the attacker to achieve code execution on the device, installing spyware that could access messages, calls, camera, microphone, and stored data.

This is a textbook zero-click exploit chain: the target receives a message, their phone processes a media file automatically, and spyware is installed โ€” all without a single tap.

The brilliance of this chain lies in its use of trusted pathways. WhatsApp is one of the most widely used messaging apps globally, and media files flow through it constantly. A malicious media file hidden among billions of legitimate images and videos is extraordinarily difficult to detect โ€” both for the user and for security systems.

Who Were the Targets?

Apple disclosed that the attack targeted fewer than 200 individuals. This is a hallmark of a targeted spyware operation, not a mass exploitation campaign. The small number of targets suggests:

Apple's threat notification system alerted affected users, informing them that they had been targeted in a mercenary spyware attack. The company has been increasingly transparent about these notifications, having sent multiple rounds of warnings to users in over 150 countries since 2021.

The targeting of fewer than 200 people might seem small, but each of those individuals may be critical to democratic institutions, press freedom, or human rights advocacy. The impact of compromising even a single journalist or opposition leader can be enormous.

Apple's Response: Patches and Backporting

Apple responded by issuing patches across its ecosystem:

Crucially, Apple backported the fix to older supported devices. This means that users who haven't upgraded to the latest iPhone or Mac still received the security patch โ€” a practice that Apple has increasingly embraced as the lifespan of its devices extends.

Apple also worked with Meta (WhatsApp's parent company) to address CVE-2025-55177. The coordinated disclosure between the two companies ensured that both sides of the exploit chain were patched, preventing the spyware from reaching devices even if only one vulnerability was fixed.

Apple's threat intelligence team provided additional details about the attack in security advisories, helping the broader cybersecurity community understand the techniques used. This transparency is critical for developing better defenses against future exploit chains.

The Growing Threat of Messaging App Exploits

The CVE-2025-43300 exploit chain is part of a disturbing trend: messaging apps are increasingly being used as delivery mechanisms for spyware. The reasons are clear:

Messaging apps are always-on. WhatsApp, iMessage, Telegram, and Signal run continuously on users' devices, automatically processing incoming media. This creates a persistent attack surface that doesn't require any user action.

Media processing is complex. Modern image and video formats support complex features โ€” EXIF metadata, color profiles, multiple layers, embedded fonts. Each feature is a potential vulnerability, and the libraries that parse these formats (like ImageIO) are massive codebases with inevitable bugs.

End-to-end encryption doesn't help. While E2E encryption protects message content in transit, it doesn't protect against malicious content processed on the device. A malicious image encrypted end-to-end still gets decrypted and processed on the recipient's phone.

The irony is brutal: end-to-end encryption ensures that only you and the spyware can see your messages. The encryption protects the attack from being detected by network monitoring.

Recent messaging app exploit timeline:

How to Protect Yourself from Targeted Spyware

If you might be a target of mercenary spyware โ€” and in today's world, that includes anyone involved in journalism, activism, politics, or corporate leadership โ€” here's what you should do:

The CVE-2025-43300 spyware operation is a reminder that even the most secure consumer devices can be compromised by sophisticated, well-funded attackers. The targeting of fewer than 200 people doesn't make this a minor incident โ€” it makes it a precision weapon. And precision weapons are the most dangerous kind.

Jai

Cybersecurity journalist covering threat intelligence, data breaches, and law enforcement takedowns. Tracking the intersection of cybercrime and justice.