CVE-2020-1938: Improper Privilege Management in Apache Tomcat AJP Connector
9.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.99995%
CWE
Published
6/15/2020
Updated
7/25/2024
KEV Status
Yes
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.apache.tomcat.embed:tomcat-embed-core | maven | >= 9.0.0, < 9.0.31 | 9.0.31 |
org.apache.tomcat.embed:tomcat-embed-core | maven | >= 8.0.0, < 8.5.51 | 8.5.51 |
org.apache.tomcat.embed:tomcat-embed-core | maven | >= 7.0.0, < 7.0.100 | 7.0.100 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability exists in AJP request handling. While patches only show configuration changes (disabling connector), the CVE description and Tomcat architecture indicate the AjpProcessor
class handles AJP message processing. The process()
method handles request flow, and prepareRequest()
sets attributes from AJP packets. These functions would appear in stack traces during exploitation when processing malicious AJP requests containing file inclusion attributes.