AI Security AI安全 5h ago Updated 1h ago 更新于 1小时前 49

Flaw in Adobe Extension With 300M Installs Enabled WhatsApp Data Theft 拥有3亿安装量的Adobe扩展漏洞导致WhatsApp数据被盗

The Adobe Acrobat Chrome extension contained a UXSS vulnerability (CVE-2026-48294) allowing silent data theft from WhatsApp Web without malware or credential compromise. Attackers exploited a lack of security checks in the extension's internal messaging system via a hidden frame to activate a dormant integration engine named Hermes. Once activated, the Hermes engine bridged the extension to WhatsApp Web, enabling the scraping of private chats, contacts, and account details in plain text. The vul Adobe Acrobat Chrome扩展存在UXSS漏洞(CVE-2026-48294),影响约3.29亿用户,可导致WhatsApp数据被窃。 攻击者通过诱导访问恶意网页,利用隐藏帧欺骗扩展程序接受未验证命令,激活内部Hermes引擎。 该攻击无需恶意软件或凭证泄露,即可静默抓取用户的WhatsApp聊天记录、联系人及账户详情。 Guardio发现并报告了此漏洞,Adobe已于六月修复,但大规模安装基数使其风险极高。

75
Hot 热度
65
Quality 质量
70
Impact 影响力

Analysis 深度分析

TL;DR

  • The Adobe Acrobat Chrome extension contained a UXSS vulnerability (CVE-2026-48294) allowing silent data theft from WhatsApp Web without malware or credential compromise.
  • Attackers exploited a lack of security checks in the extension's internal messaging system via a hidden frame to activate a dormant integration engine named Hermes.
  • Once activated, the Hermes engine bridged the extension to WhatsApp Web, enabling the scraping of private chats, contacts, and account details in plain text.
  • The vulnerability affected approximately 329 million browsers and was patched by Adobe in June after being reported by security firm Guardio.

Why It Matters

This incident highlights the critical security risks associated with third-party browser extensions, particularly those from major vendors with widespread adoption. It demonstrates how legitimate features, such as dormant integration engines, can be weaponized through UXSS vulnerabilities to bypass standard browser security models and access sensitive user data across different domains.

Technical Details

  • Vulnerability Type: UXSS-class cross-origin data disclosure (CVE-2026-48294).
  • Attack Vector: A malicious webpage uses a hidden frame to trick the Adobe Acrobat extension into accepting unverified commands due to insufficient security checks in its internal messaging system.
  • Mechanism: The exploit writes to the extension’s local storage to activate "Hermes," a dormant integration engine.
  • Data Exfiltration: Hermes bridges the connection to WhatsApp Web, allowing the attacker to invisibly scrape private chats, contacts, and account details in plain text.
  • Scope: The Adobe Acrobat Chrome extension is installed on approximately 329 million browsers.

Industry Insight

  • Extension Security Audits: Vendors must rigorously audit internal messaging systems and permission scopes in browser extensions, ensuring that dormant features are not easily activatable by untrusted origins.
  • Defense in Depth: Users should be aware that even trusted extensions can pose significant privacy risks if they possess broad permissions; regular review of installed extensions and their permissions is essential.
  • Supply Chain Vigilance: Security teams should monitor for vulnerabilities in widely used third-party tools, as the scale of installation amplifies the potential impact of a single flaw.

TL;DR

  • Adobe Acrobat Chrome扩展存在UXSS漏洞(CVE-2026-48294),影响约3.29亿用户,可导致WhatsApp数据被窃。
  • 攻击者通过诱导访问恶意网页,利用隐藏帧欺骗扩展程序接受未验证命令,激活内部Hermes引擎。
  • 该攻击无需恶意软件或凭证泄露,即可静默抓取用户的WhatsApp聊天记录、联系人及账户详情。
  • Guardio发现并报告了此漏洞,Adobe已于六月修复,但大规模安装基数使其风险极高。

为什么值得看

本文揭示了大型软件厂商的浏览器扩展程序可能成为跨站数据泄露的突破口,即使目标应用本身无漏洞。对于安全从业者和企业IT管理者而言,这强调了审查第三方扩展权限及内部通信机制安全性的重要性,特别是在涉及敏感数据交互的场景下。

技术解析

  • 漏洞类型与编号:UXSS(通用跨站脚本)类跨源数据披露漏洞,编号CVE-2026-48294。
  • 攻击向量:利用Adobe扩展内部消息系统的检查缺失。攻击页面通过隐藏iframe欺骗扩展,使其接受来自不可信源的命令。
  • 执行机制:攻击者写入扩展本地存储以激活名为“Hermes”的休眠集成引擎。该引擎桥接至WhatsApp Web,允许在纯文本状态下静默爬取数据。
  • 受影响范围:Adobe Acrobat Chrome扩展,全球安装量约3.29亿次,属于高流行度工具。
  • 修复状态:Adobe在收到Guardio报告后于六月发布补丁,但鉴于其广泛部署,历史版本用户仍面临风险。

行业启示

  • 扩展程序安全审计:企业应重新评估员工使用的浏览器扩展权限,特别是那些声称具有“集成”或“自动化”功能的高权限插件,需严格限制其对敏感Web应用(如WhatsApp Web、Gmail等)的访问能力。
  • 内部通信机制加固:开发者在设计扩展内部消息传递系统时,必须实施严格的来源验证和权限检查,防止恶意网页通过DOM操作或隐藏帧注入未授权指令。
  • 供应链与第三方风险:即使是知名大厂(如Adobe)的产品也可能存在严重逻辑漏洞,用户和机构不能仅依赖品牌背书,需保持软件更新并及时关注安全公告。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Security 安全