CVE-2024-32656: Ant Media Server vulnerable to a local privilege escalation
7.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.11584%
CWE
Published
4/22/2024
Updated
4/23/2024
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| io.antmedia:ant-media-server | maven | >= 2.6.0, < 2.9.0 | 2.9.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from insecure JMX configuration parameters in the systemd service file (antmedia.service), not from specific code functions. The Java process was started with JMX enabled (-Dcom.sun.management.jmxremote) without authentication (-Dcom.sun.management.jmxremote.authenticate=false) or SSL (-Dcom.sun.management.jmxremote.ssl=false). While the MLet bean in JMX is the exploitation mechanism, it's part of the Java platform rather than Ant Media Server's codebase. The root cause is the insecure configuration in the service definition, not a specific function in the application code. No application-layer functions were modified in the patch - the fix involved removing JVM flags from the service template.