ghsa-jh5g-9m4v-9vv9
Vulnerability from github
Apache Karaf allows monitoring of applications and the Java runtime by using the Java Management Extensions (JMX). JMX is a Java RMI based technology that relies on Java serialized objects for client server communication. Whereas the default JMX implementation is hardened against unauthenticated deserialization attacks, the implementation used by Apache Karaf is not protected against this kind of attack. The impact of Java deserialization vulnerabilities strongly depends on the classes that are available within the targets class path. Generally speaking, deserialization of untrusted data does always represent a high security risk and should be prevented. The risk is low as, by default, Karaf uses a limited set of classes in the JMX server class path. It depends of system scoped classes (e.g. jar in the lib folder).
{ "affected": [ { "package": { "ecosystem": "Maven", "name": "org.apache.karaf.management:org.apache.karaf.management.server" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "4.3.6" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2021-41766" ], "database_specific": { "cwe_ids": [ "CWE-502" ], "github_reviewed": true, "github_reviewed_at": "2022-01-27T23:08:06Z", "nvd_published_at": "2022-01-26T11:15:00Z", "severity": "HIGH" }, "details": "Apache Karaf allows monitoring of applications and the Java runtime by using the Java Management Extensions (JMX). JMX is a Java RMI based technology that relies on Java serialized objects for client server communication. Whereas the default JMX implementation is hardened against unauthenticated deserialization attacks, the implementation used by Apache Karaf is not protected against this kind of attack. The impact of Java deserialization vulnerabilities strongly depends on the classes that are available within the targets class path. Generally speaking, deserialization of untrusted data does always represent a high security risk and should be prevented. The risk is low as, by default, Karaf uses a limited set of classes in the JMX server class path. It depends of system scoped classes (e.g. jar in the lib folder).", "id": "GHSA-jh5g-9m4v-9vv9", "modified": "2023-09-11T22:18:57Z", "published": "2022-01-28T22:24:48Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-41766" }, { "type": "WEB", "url": "https://github.com/apache/karaf/pull/1475" }, { "type": "WEB", "url": "https://github.com/apache/karaf/commit/b42c82ca3b9a22bd92d249a1060a1953f4188bc2" }, { "type": "WEB", "url": "https://gitbox.apache.org/repos/asf?p=karaf.git;h=93a019c" }, { "type": "WEB", "url": "https://gitbox.apache.org/repos/asf?p=karaf.git;h=b42c82c" }, { "type": "PACKAGE", "url": "https://github.com/apache/karaf" }, { "type": "WEB", "url": "https://issues.apache.org/jira/browse/KARAF-7312" }, { "type": "WEB", "url": "https://karaf.apache.org/security/cve-2021-41766.txt" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "type": "CVSS_V3" } ], "summary": "Insecure Java Deserialization in Apache Karaf" }
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.