CVECVE-2026-48294
NamedHermeticReader
(Guardio Labs)
Installs~329 million
Chrome browsers
PatchedJune 2026
Extension auto-update
What happened
Guardio Labs disclosed CVE-2026-48294 yesterday, a vulnerability it named HermeticReader affecting version 26.5.2 of the Adobe Acrobat Chrome extension installed in approximately 329 million browsers. The flaw is a universal cross-site scripting class issue rooted in weak trust boundaries between the extension and web pages it interacts with. Adobe's extension exposed web-accessible pages that accepted JSON data through URL parameters, which Guardio researchers used to inject content into the extension's context. From there, despite WhatsApp Web's Content Security Policy blocking straightforward script injection, they found a more subtle path: the exploit injected an attacker-controlled HTML form into the WhatsApp Web page, moved the live WhatsApp page body into a form option element, and submitted the form to an attacker-controlled server. Because an HTML option element without a value attribute submits its text content, the resulting POST request carried the rendered WhatsApp Web page contents: chat lists, contact names, message previews, profile details, and visible conversation text. The attack required no malware, no phishing for credentials, no WhatsApp vulnerability, no session cookie theft, and no interaction beyond the target visiting a webpage. Guardio disclosed the finding to Adobe, which developed a fix and pushed it through the extension's automatic update mechanism in June, shortly after receiving the report. Adobe assigned CVE-2026-48294 and described it as a UXSS-class cross-origin data disclosure vulnerability. No exploitation in the wild has been confirmed.
Why it matters
WhatsApp Web is used by professionals who also use Adobe Acrobat in their browser workflow, meaning the population of users who had both installed simultaneously is a substantial fraction of the 329 million extension installs. The attack required zero technical sophistication from the attacker beyond hosting a static webpage and waiting for a visit. The victim had to do nothing beyond navigating to a page, which is the bar for phishing links, malicious ads, and compromised legitimate sites. Chat histories and contact lists extracted this way are persistent intelligence, not one-time credential access.
Don't miss
Chrome extensions are a broadly underappreciated browser attack surface. An extension installed across 329 million browsers holds permissions and cross-origin trust relationships that dwarf the footprint of most enterprise software. HermeticReader is not the first high-impact extension flaw this year: earlier in 2026, the ModHeader extension with 1.6 million installs was removed from Chrome and Edge stores after researchers found dormant code capable of encrypting and uploading browsing history to an external server. Organizations that manage browser deployments through enterprise Chrome policies should audit which extensions are permitted, with particular attention to extensions holding broad host permissions or access to web-accessible resources that interact with authenticated sessions.
Potential actions
- Confirm the Adobe Acrobat Chrome extension has updated past version 26.5.2. Chrome extensions update automatically, but enterprise-managed deployments with extension version pinning may be on an older version. Check chrome://extensions and verify the Adobe Acrobat extension version.
- Audit enterprise-permitted Chrome extensions for those holding broad host permissions or web-accessible resource access. Extensions with access to all sites combined with exposure to authenticated web applications create exactly the cross-origin trust boundary that HermeticReader exploited.
The Sip
An extension installed in 329 million browsers had a flaw where visiting the wrong page while signed into WhatsApp sent your conversations to an attacker's server. No malware, no login prompt, no warning. Adobe patched it in June. The disclosure arrived yesterday. Check the extension version.