It was found that the original fix for log4j CVE-2021-44228 and CVE-2021-45046 in the OpenShift metering hive containers was incomplete, as not all JndiLookup.class files were removed. This CVE only applies to the OpenShift Metering hive container images, shipped in OpenShift 4.8, 4.7 and 4.6.
The product deserializes untrusted data without sufficiently verifying that the resulting data will be valid.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Openshift | Redhat | 4.6.0 (including) | 4.6.52 (excluding) |
Openshift | Redhat | 4.7.0 (including) | 4.7.40 (excluding) |
Openshift | Redhat | 4.8.0 (including) | 4.8.24 (excluding) |
Red Hat OpenShift Container Platform 4.6 | RedHat | openshift4/ose-metering-hive:v4.6.0-202112160147.p0.gf139e12.assembly.stream | * |
Red Hat OpenShift Container Platform 4.7 | RedHat | openshift4/ose-metering-hive:v4.7.0-202112160422.p0.g6a2b6aa.assembly.4.7.40 | * |
Red Hat OpenShift Container Platform 4.8 | RedHat | openshift4/ose-metering-hive:v4.8.0-202112160147.p0.g5672016.assembly.stream | * |
It is often convenient to serialize objects for communication or to save them for later use. However, deserialized data or code can often be modified without using the provided accessor functions if it does not use cryptography to protect itself. Furthermore, any cryptography would still be client-side security – which is a dangerous security assumption. Data that is untrusted can not be trusted to be well-formed. When developers place no restrictions on “gadget chains,” or series of instances and method invocations that can self-execute during the deserialization process (i.e., before the object is returned to the caller), it is sometimes possible for attackers to leverage them to perform unauthorized actions, like generating a shell.