CVE-2026-33481 Details
Description
Syft is a a CLI tool and Go library for generating a Software Bill of Materials (SBOM) from container images and filesystems. Syft versions before v1.42.3 would not properly cleanup temporary storage if the temporary storage was exhausted during a scan. When scanning archives Syft will unpack those archives into temporary storage then inspect the unpacked contents. Under normal operation Syft will remove the temporary data it writes after completing a scan. This vulnerability would affect users of Syft that were scanning content that could cause Syft to fill the temporary storage that would then cause Syft to raise an error and exit. When the error is triggered Syft would exit without properly removing the temporary files in use. In our testing this was most easily reproduced by scanning very large artifacts or highly compressed artifacts such as a zipbomb. Because Syft would not clean up its temporary files, the result would be filling temporary file storage preventing future runs of Syft or other system utilities that rely on temporary storage being available. The patch has been released in v1.42.3. Syft now cleans up temporary files when an error condition is encountered. There are no workarounds for this vulnerability in Syft. Users that find their temporary storage depleted can manually remove the temporary files.
A denial-of-service vulnerability has been identified in Syft, a CLI tool and Go library for generating Software Bill of Materials (SBOM) from container images and filesystems. This issue affects Syft versions prior to v1.42.3. The vulnerability arises because Syft does not properly clean up temporary storage if it becomes full during a scan. When scanning archives, Syft unpacks the contents into temporary storage for inspection. Normally, Syft removes this temporary data after a scan is completed. However, if the temporary storage is exhausted, Syft raises an error and exits without deleting the temporary files, leading to a buildup of unused files. This issue can be easily reproduced by scanning large or highly compressed files, such as a 'zipbomb'. The improper cleanup of temporary files can fill up the temporary storage, hindering future operations of Syft or other system utilities that depend on available temporary space.
Users can manually remove the temporary files to free up space. The vulnerability has been patched in Syft version 1.42.3, which includes improvements to ensure temporary files are cleaned up when an error occurs.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Mar 27, 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/anchore/stereoscope/pull/537 | [email protected] | Issue TrackingPatch |
| https://github.com/anchore/syft/pull/4629 | [email protected] | Issue TrackingPatch |
| https://github.com/anchore/syft/pull/4668 | [email protected] | Issue TrackingPatch |
| https://github.com/anchore/syft/security/advisories/GHSA-rjcw-vg7j-m9rc | [email protected] | PatchVendor Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-460 | Improper Cleanup on Thrown Exception | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| anchore syft | < 1.42.3 |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Mar 31, 2026 | Initial Analysis | [email protected] |
| Mar 26, 2026 | New CVE Received | [email protected] |