GHSA-9hx8-2mrv-r674

Suggest an improvement
Source
https://github.com/advisories/GHSA-9hx8-2mrv-r674
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-9hx8-2mrv-r674/GHSA-9hx8-2mrv-r674.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-9hx8-2mrv-r674
Aliases
  • CVE-2021-37578
Published
2021-08-09T20:41:37Z
Modified
2023-11-08T04:06:18.699518Z
Severity
  • 9.8 (Critical) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
Deserialization of Untrusted Data in Apache jUDDI
Details

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. Starting with 3.3.10, all RMI related code was removed.

Database specific
{
    "nvd_published_at": "2021-07-29T07:15:00Z",
    "github_reviewed_at": "2021-08-02T18:16:42Z",
    "severity": "CRITICAL",
    "github_reviewed": true,
    "cwe_ids": [
        "CWE-502"
    ]
}
References

Affected packages

Maven / org.apache.juddi:juddi-core

Package

Name
org.apache.juddi:juddi-core
View open source insights on deps.dev
Purl
pkg:maven/org.apache.juddi/juddi-core

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
3.3.10

Affected versions

3.*

3.0.0.alpha
3.0.0.beta
3.0.0.rc1
3.0.0
3.0.1
3.0.2
3.0.3
3.0.4
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.2.0
3.2.1
3.3.0
3.3.1
3.3.2
3.3.3
3.3.4
3.3.5
3.3.6
3.3.7
3.3.8
3.3.9