CVE-2026-46495 PUBLISHED

OpenDJ Pre-Auth RCE via Java Deserialization in JMX RMI

Assigner: GitHub_M
Reserved: 14.05.2026 Published: 15.09.2026 Updated: 15.09.2026

OpenDJ is an LDAPv3 compliant directory service. Prior to 5.1.1, the JMX RMI connector in opendj-server-legacy/src/main/java/org/opends/server/protocols/jmx/RmiConnector.java processes attacker-controlled credential objects before authentication without a restrictive jmx.remote.rmi.server.credentials.filter.pattern, and RmiAuthenticator.authenticate in opendj-server-legacy/src/main/java/org/opends/server/protocols/jmx/RmiAuthenticator.java accepts an unconstrained Object array rather than a two-element String[]. When the JMX Connection Handler is enabled and its TCP listener is reachable, an unauthenticated remote attacker can submit a crafted serialized Java object and achieve code execution in the OpenDJ server process. The handler is disabled by default, and successful exploitation depends on the runtime classpath and Java version; remote code execution was demonstrated against OpenDJ 4.4.15 on JDK 11 with Jackson 2.12.6.1. This issue is fixed in 5.1.1.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
CVSS Score: 9.2

Product Status

Vendor OpenIdentityPlatform
Product OpenDJ
Versions
  • Version < 5.1.1 is affected
Vendor org.openidentityplatform.opendj
Product opendj-server-legacy
Versions
  • Version < 5.1.1 is affected

References

Problem Types

  • CWE-502: Deserialization of Untrusted Data CWE