TL;DR
Mobile phones now automatically decode audio attachments in messages without user interaction to enable AI features like transcription, expanding attack surface for 0-click exploits (attacks requiring no user action). Google Messages decodes incoming SMS and RCS audio attachments automatically before users open messages.
✦ Why It Matters
Engineers must audit automatic media processing pipelines for security vulnerabilities before deployment in messaging applications.
Key Takeaways
How It Works
The exploit leverages a flaw in the Dolby Unified Decoder's handling of EMDF payloads, allowing for controlled memory allocation and buffer overruns. By manipulating the payload size, attackers can execute arbitrary code within the media codec context.
Related