CVE-2023-51518:
Apache James server: Privilege escalation via JMX pre-authentication deserialization
9.8
CVSS ScoreBasic Information
CVE ID
GHSA ID
EPSS Score
-
CWE
Published
2/27/2024
Updated
8/23/2024
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.james:james-server | maven | <= 3.7.4 | 3.7.5 |
org.apache.james:james-server | maven | >= 3.8.0, < 3.8.1 | 3.8.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability involves insecure JMX endpoint configuration enabling pre-authentication deserialization. The primary entry point for JMX setup in Apache James would reside in a utility class like JmxUtil. The createJMXConnectorServer method would be responsible for configuring the JMX environment, including authentication settings. In vulnerable versions, this method likely omitted critical security properties (e.g., 'com.sun.management.jmxremote.authenticate'), allowing deserialization before authentication. The medium confidence reflects the lack of direct patch evidence, but aligns with JMX vulnerability patterns and CWE-502 context.