-
Notifications
You must be signed in to change notification settings - Fork 96
Description
Describe the bug
A critical CVE affecting zlib (CVE-2026-22184) was detected in multiple OpenCost UI container images. The vulnerability is a global buffer overflow in the untgz utility (TGZfname() function) that allows an attacker to provide an archive name longer than 1024 bytes, potentially leading to memory corruption, denial of service, or arbitrary code execution.
Affected images observed in our environment include:
ghcr.io/opencost/opencost-ui:1.119.1
ghcr.io/opencost/opencost-ui:1.119.2
ghcr.io/opencost/opencost:1.119.2
Expected behavior
OpenCost UI images should not contain critical CVEs in base libraries like zlib. Updated images should be published with the vulnerability patched.
Screenshots
Attached screenshot showing affected images and CVE status.
Which version of OpenCost are you using?
1.119.1 / 1.119.2 (as per container image tags in our environment)
Additional context
Kubernetes cluster: OpenShift
References