First published: Mon Nov 18 2024(Updated: )
# Description: The fix for improvement 69333 caused pooled JSP tags not to be released after use which in turn could cause output of some tags not to escaped as expected. This unescaped output could lead to XSS. # Versions Affected: - Apache Tomcat 11.0.0 - Apache Tomcat 10.1.31 - Apache Tomcat 9.0.96 # Mitigation: Users of the affected versions should apply one of the following mitigations: - Upgrade to Apache Tomcat 11.0.1 or later - Upgrade to Apache Tomcat 10.1.33 or later Note: 10.1.32 was not released - Upgrade to Apache Tomcat 9.0.97 or later
Credit: security@apache.org security@apache.org
Affected Software | Affected Version | How to fix |
---|---|---|
maven/org.apache.tomcat:tomcat-jasper | =9.0.96 | 9.0.97 |
maven/org.apache.tomcat:tomcat-jasper | =10.1.31 | 10.1.32 |
maven/org.apache.tomcat:tomcat-jasper | =11.0.0 | 11.0.1 |
F5 Traffix Systems Signaling Delivery Controller | =5.2.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-52318 is considered a critical vulnerability due to the potential for cross-site scripting (XSS) attacks.
To fix CVE-2024-52318, upgrade to Apache Tomcat version 9.0.97, 10.1.32, or 11.0.1.
CVE-2024-52318 is caused by pooled JSP tags not being released after use, which leads to unescaped output.
The affected versions are Apache Tomcat 11.0.0, 10.1.31, and 9.0.96.
CVE-2024-52318 is an XSS vulnerability that can result from improperly escaped output in Apache Tomcat.