Vulnerability Description
A flaw was found in the OpenShift build process, where the docker-build container is configured with a hostPath volume mount that maps the node's /var/lib/kubelet/config.json file into the build pod. This file contains sensitive credentials necessary for pulling images from private repositories. The mount is not read-only, which allows the attacker to overwrite it. By modifying the config.json file, the attacker can cause a denial of service by preventing the node from pulling new images and potentially exfiltrating sensitive secrets. This flaw impacts the availability of services dependent on image pulls and exposes sensitive information to unauthorized parties.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://access.redhat.com/errata/RHSA-2025:10270
- https://access.redhat.com/errata/RHSA-2025:10294
- https://access.redhat.com/errata/RHSA-2025:10747
- https://access.redhat.com/errata/RHSA-2025:9269
- https://access.redhat.com/errata/RHSA-2025:9562
- https://access.redhat.com/errata/RHSA-2025:9759
- https://access.redhat.com/errata/RHSA-2025:9765
- https://access.redhat.com/security/cve/CVE-2024-45497
- https://bugzilla.redhat.com/show_bug.cgi?id=2308673
FAQ
What is CVE-2024-45497?
CVE-2024-45497 is a vulnerability with a CVSS score of 7.6 (HIGH). A flaw was found in the OpenShift build process, where the docker-build container is configured with a hostPath volume mount that maps the node's /var/lib/kubelet/config.json file into the build pod. ...
How severe is CVE-2024-45497?
CVE-2024-45497 has been rated HIGH with a CVSS base score of 7.6/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2024-45497?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.