CVE-2020-13931: Remote code execution in Apache TomEE
9.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.79334%
CWE
Published
2/9/2022
Updated
2/1/2023
KEV Status
No
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.tomee:apache-tomee | maven | >= 8.0.0, < 8.0.4 | 8.0.4 |
org.apache.tomee:apache-tomee | maven | >= 7.1.0, < 7.1.4 | 7.1.4 |
org.apache.tomee:apache-tomee | maven | < 7.0.9 | 7.0.9 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability centers around insecure JMX exposure in TomEE's ActiveMQ integration. While exact patch details are unavailable, analysis of the vulnerability pattern suggests: 1) The ActiveMQ resource adapter's start
method would be responsible for service initialization 2) BrokerService
methods handling JMX connector creation would be involved. These functions
would appear in stack traces when the JMX server is initialized without authentication. The medium confidence reflects the lack of direct patch access, but aligns with standard ActiveMQ/TomEE
JMX implementation patterns described in the advisory.