CVE-2026-54448 Details
Description
Trivy is a security scanner. Prior to 0.71.0, when Trivy scans a Helm chart archive (.tgz), its custom tar unpacker reads each entry with io.ReadAll(tr) and no size limit. An attacker who can place a malicious .tgz file in the scanned path can craft a small compressed archive that decompresses to gigabytes, causing the Trivy process to be killed by the OS OOM killer. This vulnerability is fixed in 0.71.0.
A denial-of-service vulnerability has been identified in Trivy, a security scanner, prior to version 0.71.0. When Trivy scans a Helm chart archive (.tgz), its custom tar unpacker reads each entry without a size limit. This allows an attacker to place a malicious .tgz file in the scanned path, creating a small compressed archive that expands to gigabytes. The resulting memory exhaustion causes the Trivy process to be terminated by the operating system's Out-Of-Memory (OOM) killer. The vulnerability arises from unbounded input handling in the tar parser, which can be exploited by crafting specific Helm chart archives.
Users are advised to upgrade to Trivy version 0.71.0 or later, where this vulnerability has been fixed. If an immediate upgrade is not possible, consider setting a memory limit on the Trivy process, using the '--skip-dirs' option to exclude directories with untrusted Helm charts, or avoiding scans of repositories or images that contain untrusted .tgz files.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Jun 25, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/aquasecurity/trivy/pull/10718 | CISA-ADP | Issue TrackingThird Party Advisory |
| https://github.com/aquasecurity/trivy/security/advisories/GHSA-q3fv-x8vg-qqm4 | CISA-ADP | Third Party Advisory |
| https://github.com/aquasecurity/trivy/pull/10718 | [email protected] | Issue TrackingThird Party Advisory |
| https://github.com/aquasecurity/trivy/security/advisories/GHSA-q3fv-x8vg-qqm4 | [email protected] | Third Party Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-770 | Allocation of Resources Without Limits or Throttling | [email protected] |
| CWE-789 | Memory Allocation with Excessive Size Value | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| aquasec trivy | < 0.71.0 |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 26, 2026 | Initial Analysis | [email protected] |
| Jun 25, 2026 | CVE Modified | CISA-ADP |
| Jun 25, 2026 | New CVE Received | [email protected] |