Remote Code Execution (RCE) Affecting org.apache.juddi:juddi-client package, versions [,3.3.10)


0.0
medium

Snyk CVSS

    Attack Complexity Low
    User Interaction Required

    Threat Intelligence

    EPSS 1.02% (84th percentile)
Expand this section
NVD
9.8 critical

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk ID SNYK-JAVA-ORGAPACHEJUDDI-1534841
  • published 29 Jul 2021
  • disclosed 29 Jul 2021
  • credit Unknown

How to fix?

Upgrade org.apache.juddi:juddi-client to version 3.3.10 or higher.

Overview

org.apache.juddi:juddi-client is a Java implementation of OASIS the Universal Description, Discovery, and Integration (UDDI) specification for (Web) Services.

Affected versions of this package are vulnerable to Remote Code Execution (RCE). Apache jUDDI uses several classes related to Java's Remote Method Invocation (RMI) which (as an extension to UDDI) provides an alternate transport for accessing UDDI services. RMI uses the default Java serialization mechanism to pass parameters in RMI invocations. A remote attacker can send a malicious serialized object to the above RMI entries. The objects get deserialized without any check on the incoming data. In the worst case, it may let the attacker run arbitrary code remotely.

For both jUDDI web service applications and jUDDI clients, the usage of RMI is disabled by default. Since this is an optional feature and an extension to the UDDI protocol, the likelihood of impact is low.