← Terug naar overzicht

A critical vulnerability was identified in Jolokia's JSR-160 proxy functionality where insufficient validation of client-controlled JMX service URLs allows attackers to bypass the denylist introduced to mitigate CVE-2018-1000130. The proxy accepts a target.url parameter from POST requests and passes it to JMXServiceURL and JMXConnectorFactory without adequate filtering. The existing denylist only blocks URLs matching 'service:jmx:rmi:///jndi/ldap:.*', which can be circumvented using alternative JMX URL forms such as ldaps:// schemes or LDAP URLs with non-empty JMX host components. Exploitation causes the Jolokia agent JVM to perform a JNDI lookup against an attacker-controlled LDAP endpoint. Potential impacts include server-side request forgery (SSRF), credential forwarding to attacker-controlled endpoints, and remote code execution depending on the target JVM configuration and available classes.

Affected products

  • Jolokia

Related CVE's

  • CVE-2018-1000130
  • CVE-2026-84218

Categories

  • Enterprise Applications
  • Web Technologies
  • Zero-Day Vulnerabilities