| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| io.antmedia:ant-media-server | maven | >= 2.6.0, < 2.9.0 | 2.9.0 |
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.
Ongoing coverage of React2Shell