Home

Description

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).

PUBLISHED Reserved 2021-09-27 | Published 2022-01-26 | Updated 2024-08-04 | Assigner apache

Problem types

Insecure Java Deserialization

Product status

Apache Karaf (custom) before 4.3.6
affected

Credits

This issue was reported by Daniel Heyne, Konstantin Samuel and Tobias Neitzel.

References

karaf.apache.org/security/cve-2021-41766.txt

karaf.apache.org/security/cve-2021-41766.txt

cve.org (CVE-2021-41766)

nvd.nist.gov (CVE-2021-41766)

Download JSON