Advisory Database
  • Advisories
  • Dependency Scanning
  1. golang
  2. ›
  3. github.com/aquasecurity/trivy
  4. ›
  5. CVE-2026-54448

CVE-2026-54448: Trivy: Helm chart tar bomb causes OOM via unbounded io.ReadAll in parser

July 14, 2026

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.

References

  • github.com/advisories/GHSA-q3fv-x8vg-qqm4
  • github.com/aquasecurity/trivy/commit/441251e51ae46cbcf7f436547e0a5766b25328b4
  • github.com/aquasecurity/trivy/pull/10718
  • github.com/aquasecurity/trivy/releases/tag/v0.71.0
  • github.com/aquasecurity/trivy/security/advisories/GHSA-q3fv-x8vg-qqm4
  • nvd.nist.gov/vuln/detail/CVE-2026-54448

Code Behaviors & Features

Detect and mitigate CVE-2026-54448 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 0.71.0

Fixed versions

  • 0.71.0

Solution

Upgrade to version 0.71.0 or above.

Impact 7.5 HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Learn more about CVSS

Weakness

  • CWE-400: Uncontrolled Resource Consumption
  • CWE-770: Allocation of Resources Without Limits or Throttling
  • CWE-789: Memory Allocation with Excessive Size Value

Source file

go/github.com/aquasecurity/trivy/CVE-2026-54448.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Sat, 08 Aug 2026 00:17:53 +0000.