← Back to articles
Threat awarenessEXPLAINER · 5 MIN READ

WhatsApp and ImageIO: why the 2025 exploit pairing needed two patches

An authorization flaw in WhatsApp and a memory-safety flaw in Apple’s ImageIO had different fixes. The case shows why app updates and OS updates need separate verification.

Conceptual illustration: Linked phones and an image tile sit beside two separate authorization and image-validation gates.

The August 2025 WhatsApp and ImageIO disclosures name two vendors and two different failures. WhatsApp needed to correct authorization of linked-device messages. Apple needed to correct memory handling in an image decoder. Following both fixes gives a clearer picture than describing the event as solely an app or an iOS problem.

WhatsApp: who may trigger a synchronization action?

WhatsApp describes CVE-2025-55177 as incomplete authorization of linked-device synchronization messages. It says an unrelated user could cause a target device to process content from an arbitrary URL. Its advisory assesses that the flaw, combined with Apple’s CVE-2025-43300, may have been exploited against specific targeted users, and credits internal WhatsApp security researchers.

WhatsApp’s August 2025 security advisory

A linked-device service needs to check whether a synchronization event is allowed to cause an action on the receiving device. Supporting legitimate linked devices does not authorize events from every sender or relationship. A message can have a valid shape and still lack the permission required for its requested action.

Review message validity, authenticated identity, permitted device relationship and allowed operation as separate checks. WhatsApp identifies incomplete authorization here, but does not publish the complete malicious message or establish that the account-linking interface itself was taken over.

ImageIO: how the content is processed

Apple’s iOS 18.6.2 and iPadOS 18.6.2 advisory, released August 20, 2025, identifies CVE-2025-43300 in ImageIO. It describes an out-of-bounds write corrected through improved bounds checking, with malicious image processing potentially causing memory corruption. Apple also reports possible exploitation against specific targeted individuals and credits Apple with the finding.

Apple’s ImageIO correction in iOS and iPadOS 18.6.2

The image parser transforms encoded input into internal objects and output storage. Dimensions, capacities and access bounds must stay consistent throughout that work. An out-of-bounds write allows an operation beyond its valid memory region. That remains a memory-safety defect even when an earlier application error made the input reachable.

The authorization fix restricts who may trigger the processing action. The parser fix corrects how malformed content is handled when it reaches the vulnerable operation through an applicable path. Those are separate responsibilities, and the advisories do not establish that an ordinary image or conversation inevitably triggers compromise.

The endpoint still needs permission and memory checks

End-to-end encryption is designed to protect communications between endpoints. The receiving endpoint still has to decide which actions are authorized and process decrypted content safely. A memory error in that processing does not by itself establish that the cryptographic transport was broken.

Identifying a sender is also different from authorizing a linked-device action. The relationship between devices and accounts matters: a known participant can still be permitted to act beyond its intended scope. Check that permission at the sensitive operation, not just when establishing the connection.

The vendors’ accounts do not establish compromised WhatsApp servers, a universal defeat of encryption or an account takeover on every affected installation. The disclosed authorization and memory-handling issues already provide grounds for both updates.

Track the application and OS corrections separately

Product or component

Historical fixed release

What the release addresses

WhatsApp for iOS

2.25.21.73

CVE-2025-55177 application authorization

WhatsApp Business for iOS

2.25.21.78

CVE-2025-55177 application authorization

WhatsApp for Mac

2.25.21.78

CVE-2025-55177 application authorization

iOS and iPadOS ImageIO

18.6.2

CVE-2025-43300 image-parser memory safety

WhatsApp supplies the affected-version thresholds used here. The Apple row covers one documented OS branch, rather than every Apple product correction. On a Mac, verify the applicable macOS update as well as the WhatsApp for Mac version.

WhatsApp’s affected-version thresholds

Apple’s CVE record with additional platform fixes

For devices in use now, install and verify the latest supported app and OS releases. The historical minimums in the table are context for this case, not a reason to stop updating. Keep both app-management and OS-compliance results attached to the device record.

One update does not complete both tasks

Fixing one part can disrupt a known path while another vulnerable component remains installed. Track each CVE independently before closing the maintenance work. A remaining old version shows exposure, but does not prove that the user was attacked.

Record the device identifier, OS build, application edition and version, update time and outstanding exceptions. Consumer and Business editions had different thresholds, so confirm which is present. Also keep this August case separate from WhatsApp’s November 2025 disclosure, which concerns a different CVE and exploitation assessment.

Investigate earlier activity on its own evidence

Where there is credible targeting evidence, retain device and identity records and investigate from a trusted system. Include account sessions and linked devices in the review without treating any unfamiliar entry as proof of this chain. Patching does not establish whether earlier processing exposed data.

The maintenance question is straightforward even when the chain is complex: did the device receive the application correction and the applicable OS correction? Record and verify both, because the two vendors own different parts of the repair.

Source check: September 8, 2026. The version numbers below identify historical fixes, not the latest releases to install today. This case concerns the listed Apple-platform WhatsApp products; it is not a claim about the Android edition of WhatsApp.

Published by Short Circuit LLC. Questions or corrections? Contact us