ASUS Releases Security Updates to Fix Critical CVE-2026-13385 Router Vulnerability with CVSS Score 9.5
ASUS has released security updates to patch a critical vulnerability in its routers that could allow remote command execution without requiring administrative credentials.
The flaw, tracked as CVE-2026-13385, received a CVSS score of 9.5, indicating critical severity. It affects devices using firmware versions 3.0.0.4_386, 3.0.0.4_388, and 3.0.0.6_102, covering multiple lines of home routers and equipment used in small business environments.
The vulnerability arises from improper validation of digital certificates and mechanisms used to verify file integrity. These weaknesses can prevent the router from correctly confirming the authenticity of a server or received content.
Exploitation depends on a man-in-the-middle attack scenario and can occur on compromised networks, manipulated connections, or situations where an attacker interferes with traffic. No administrative credentials or owner interaction are required for successful exploitation.
Users should immediately install the latest firmware provided for each affected model. Additional recommendations include disabling unnecessary administrative features and reviewing any configuration settings that may have been altered without authorization.
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.
Vulnerability in Adobe Acrobat Chrome Extension Allowed Theft of WhatsApp Web Conversations
A flaw in the Adobe Acrobat extension for Chrome enabled malicious websites to steal active WhatsApp Web conversations, contacts, and profile information without requiring any user interaction beyond visiting a prepared URL. The vulnerability, tracked as CVE-2026-48294 and named HermeticReader, carried a CVSS score of 7.4 and affected approximately 329 million installations across all versions up to 26.5.2.2. Attackers exploited internal extension pages and missing origin validation to modify local storage, activate the Hermes integration mechanism, and extract rendered chat content by predicting tab identifiers and sending commands to the Acrobat component. The stolen data included contact names, conversation lists, message previews, profile details, and the full text of open chats, all transmitted to attacker servers via hidden forms while leaving end-to-end encryption intact. Adobe addressed the issue in version 26.5.2.3, which was automatically pushed through the Chrome Web Store. No evidence of in-the-wild exploitation had surfaced prior to public disclosure.