Vulnerability in Adobe Acrobat Chrome Extension Allowed Theft of WhatsApp Web Conversations
A serious vulnerability in the Adobe Acrobat extension for Chrome allowed malicious web pages to silently extract conversations, contacts, and profile data from active WhatsApp Web sessions.
The flaw, identified as CVE-2026-48294 and dubbed HermeticReader, received a CVSS score of 7.4. It impacted every version of the extension up to 26.5.2.2 and was present in roughly 329 million browser installations.
Exploitation required only that a victim with the extension installed and a logged-in WhatsApp Web session visit an attacker-controlled address. No malware installation, password entry, or file clicks were necessary.
The attack chain leveraged internal pages reachable from the extension together with the absence of message-origin validation. The malicious site altered local storage to activate the Hermes integration feature originally built to connect Acrobat with WhatsApp Web.
By determining the numeric identifier of the open Chrome tab, the attacker could issue commands directly to the Acrobat component loaded inside WhatsApp Web. Visible page elements were manipulated and their rendered content copied into a hidden form that was then submitted to the attacker’s server.
Exposed information included contact names, the full list of conversations, message previews, the user’s profile name, and the complete text of any open chat. End-to-end encryption of the messaging service remained unbroken throughout the process.
Adobe released a fix in version 26.5.2.3, which was distributed automatically via the Chrome Web Store. At the time of disclosure, researchers had found no public indications that the vulnerability had been used in real-world attacks.
Related articles
PHP Type Juggling Vulnerabilities: How Loose Comparisons Enable Authentication Bypass in Legacy Applications
PHP Type Juggling remains a persistent source of critical authentication bypass vulnerabilities because the language's dynamic typing and loose comparison operator == automatically coerce strings, arrays, and scientific notation values into numbers. The article explains why == differs fundamentally from the strict === operator, how magic hashes starting with 0e followed by digits can be treated as zero, and why functions like hash_hmac return NULL when given arrays instead of strings in older PHP versions. It details practical exploitation techniques including sending parameter[]=value to force arrays, bypassing HMAC checks, and the changes introduced in PHP 8 that eliminated many unexpected string-to-number conversions. The piece also covers detection methods for penetration testers, such as searching for == usage around cryptographic functions, and provides concrete defensive recommendations including mandatory use of hash_equals and strict in_array comparisons. Finally, it directs readers to a hands-on ONE TASK exercise on the free White Hacker Profession course platform to practice identifying and exploiting these issues in a realistic application.
Dell Releases Security Update for PowerProtect Data Manager Fixing 359 Vulnerabilities
Dell has issued a security update for its data protection solution Dell PowerProtect Data Manager to address a total of 359 vulnerabilities. The company published security advisory DSA-2026-287 on July 14, 2026, rating the issues as Critical and urging users to apply the fixes immediately. Six product-specific flaws were resolved, including CVE-2026-40712 in the REST API that allows privilege escalation after input validation bypass and CVE-2026-49499 stemming from improper security token generation. The remaining four native vulnerabilities received CVSS v3.1 base scores between 6.0 and 7.2. In addition, 353 third-party component vulnerabilities were patched, covering 130 issues in the Linux kernel along with flaws in Apache Log4j, Apache Tomcat, Samba, PostgreSQL, OpenSSL, glibc, and Vim. Administrators are advised to upgrade to version 20.2.0.0 or later to mitigate the risks.
CVE-2026-8933: snap-confine Flaw Allows Local Root Escalation on Default Ubuntu Desktop Installs
A high-severity vulnerability tracked as CVE-2026-8933 affects snap-confine within snapd and enables unprivileged local users to obtain root access on default installations of Ubuntu Desktop 24.04, 25.10, and 26.04. The flaw stems from a hardening change that replaced traditional setuid root with Linux capabilities, inadvertently creating a race condition during sandbox initialization involving temporary files in /tmp, FUSE mounts, and symbolic links. Attackers can chain the issue with malicious udev rules to bypass AppArmor confinement and force systemd-udevd to execute commands as root. Canonical has released patched versions of snapd including 2.76.1 upstream and corresponding Ubuntu packages for multiple releases, along with ESM updates for older systems. The CVSS score of 7.8 reflects high impact on confidentiality, integrity, and availability once local access is obtained. Organizations are advised to deploy the updates immediately on workstations and developer machines while strengthening local execution controls and AppArmor policies.
ASUS Releases Security Updates to Fix Critical CVE-2026-13385 Router Vulnerability with CVSS Score 9.5
ASUS has issued security updates to address a critical vulnerability identified as CVE-2026-13385 that affects multiple router firmware versions and could allow remote command execution. The flaw impacts devices running firmware versions 3.0.0.4_386, 3.0.0.4_388, and 3.0.0.6_102 across various home and small business router lines. It stems from inadequate validation of digital certificates and file integrity mechanisms, preventing proper authentication of servers or received content. Exploitation requires a man-in-the-middle attack condition on compromised networks or manipulated connections but does not need administrative credentials or user interaction. Users are advised to install the latest firmware for their specific models, disable unnecessary administrative features, and review any unauthorized configuration changes. The advisory emphasizes the high severity of the issue given its 9.5 CVSS score and broad device coverage.