DEV Community

Cover image for CISA Reports Active Exploitation of Apache Tomcat RCE Vulnerability
BeyondMachines for BeyondMachines

Posted on • Originally published at beyondmachines.net

CISA Reports Active Exploitation of Apache Tomcat RCE Vulnerability

Summary

CISA reports active exploitation of an Apache Tomcat vulnerability (CVE-2026-34486) to its KEV catalog after Chinese threat actors exploited a fail-open logic error in the EncryptInterceptor to achieve remote code execution.

Take Action:

If you run Apache Tomcat with clustering enabled, upgrade ASAP to 9.0.117, 10.1.54, or 11.0.21 This flaw is being actively exploited and can give attackers full remote code execution on every node in the cluster. If you can't patch, make sure your cluster traffic ports are not reachable from the internet, check server.xml and context.xml to confirm EncryptInterceptor is active with no custom interceptors overriding it, and turn off plain HTTP in favour of HTTPS only.


Read the full article on BeyondMachines


This article was originally published on BeyondMachines

Top comments (0)