Security NEXTAugust 27, 2026🇯🇵Translated from Japanese

Multiple Vulnerabilities Found in Apache Tomcat, Four Rated Critical by CISA

Apache Tomcat has been updated to address 11 vulnerabilities, with four issues receiving a Critical rating from CISA despite lower severity assessments from the Apache development team.

The releases of Apache Tomcat 11.0.25, 10.1.59, and 9.0.121 were issued between August 18 and 20, 2026. These updates cover the previously disclosed CVE-2026-66299 along with ten additional flaws made public on August 25.

Important-rated vulnerabilities

The development team classified four vulnerabilities as Important. CVE-2026-65182 allows bypass of stricter security restrictions due to evaluation order of path-based rules. CVE-2026-65927 stems from an off-by-one error that can bypass access controls. CVE-2026-68569 permits authentication of non-existent users under certain authentication methods. CVE-2026-68763 causes resource leaks when resetting HTTP/2 streams, enabling denial-of-service conditions.

One Moderate and six Low severity issues were also resolved in the same updates.

CISA severity assessments

CISA’s CVSS v3.1 base scores differ from the vendor ratings. CVE-2026-65637 and CVE-2026-65905 received scores of 9.8, while CVE-2026-65182 and CVE-2026-68525 scored 9.1, placing all four in the Critical category. The Apache team had rated these as Moderate, Low, Important, and Low respectively.

The full list of addressed CVEs includes: CVE-2026-65182, CVE-2026-65183, CVE-2026-65637, CVE-2026-65905, CVE-2026-65927, CVE-2026-66299, CVE-2026-66422, CVE-2026-68525, CVE-2026-68569, CVE-2026-68763, and CVE-2026-73180.

Related articles

HabrVulnerabilities & Exploits

Vulnerability Management in Atypical Environments: ICS, Networks, IoT, Mobile, Hardware, and ML Systems

Vulnerability management follows the same core process across environments—identify assets, scan, assess risk, prioritize, remediate, and verify—but each domain introduces critical constraints. In industrial control systems, scanning must avoid disrupting physical processes, requiring audit-mode authenticated scans, digital twins for testing, and strict change windows. Network devices frequently suffer from poor segmentation, default SNMP community strings, and exposed management interfaces that enable traffic redirection or configuration tampering. IoT ecosystems remain plagued by default credentials, as demonstrated by the Mirai botnet that took down major DNS infrastructure in 2016, while modern botnets like Reaper and VPNFilter exploit unpatched firmware at massive scale. Machine learning systems face novel threats including prompt injection, prompt leaking, and jailbreaking that can bypass safety controls or exfiltrate training data. Mobile platforms suffer from extreme fragmentation that prevents timely patching of vulnerabilities such as Stagefright, Pegasus, and BlueBorne. Hardware-level flaws like Spectre, Meltdown, and BadUSB demonstrate that even firmware and silicon require coordinated microcode, OS, and application updates.

Security NEXTVulnerabilities & Exploits

Google Issues Chrome 153 Security Update Addressing 42 Vulnerabilities Including Three Critical Flaws

Google has released a major security update for its Chrome browser version 153, fixing a total of 42 vulnerabilities. The update includes three critical-severity issues that could allow attackers to execute arbitrary code or cause memory corruption. Patches are now available for Windows, macOS, and Linux platforms, with versions 153.0.8010.48 and 153.0.8010.47. Among the critical fixes are out-of-bounds read in WebGL, use-after-free in Internals, and another use-after-free in Workers. The release also resolves 28 high-severity flaws affecting the V8 JavaScript engine, ServiceWorker, Skia, DOM, PDF, and other components. Medium and low severity issues were addressed as well, bringing the total to 42 vulnerabilities resolved.

Security NEXTVulnerabilities & Exploits

Oracle Releases September 2026 Critical Security Patch Update Fixing 673 Issues Across Multiple Products

Oracle has published its monthly Critical Security Patch Update (CSPU) on September 15, 2026, delivering a total of 673 security fixes. The update addresses 672 unique CVEs after removing duplicates and targets a wide range of products including Oracle Database Server, Oracle Fusion Middleware, Oracle E-Business Suite, PeopleSoft, Siebel, and Oracle VM VirtualBox. Of the fixes, 607 received a CVSSv3 base score of 7.0 or higher, with 104 scoring 9.0 or above. Six vulnerabilities carry the maximum score of 10.0, while 15 are rated 9.9 and 44 are rated 9.8. Additionally, 247 of the issues can be exploited remotely without authentication. The CSPU serves as a smaller, more frequent complement to Oracle’s quarterly Critical Patch Update (CPU) releases.

安全客Vulnerabilities & Exploits

Cisco Secure Email Gateway CVE-2026-76461 Critical SQL Injection Flaw Exploited in the Wild for Root Access

Cisco has confirmed active exploitation of CVE-2026-76461, a CVSS 9.8 critical SQL injection vulnerability in Secure Email Gateway. The flaw resides in AsyncOS mail parsing logic and allows unauthenticated attackers to execute arbitrary commands as root simply by sending a specially crafted email. No user interaction, authentication, or workarounds exist, leaving immediate patching as the only mitigation. Affected versions include all releases up to 15.5, 16.0, and 16.5; fixed builds are 15.5.5-014, 16.0.4-302, and 16.5.0-780. Because the gateway sits at the network perimeter with high privileges, successful compromise enables long-term email interception, lateral movement, and internal phishing campaigns. Organizations should examine mail_logs for patterns such as COPY.*TO PROGRAM and cross-check network telemetry for anomalous outbound connections.