Vulnerability 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.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Anchore | Syft | < 1.42.3 |
Related Weaknesses (CWE)
References
- https://github.com/anchore/stereoscope/pull/537Issue TrackingPatch
- https://github.com/anchore/syft/pull/4629Issue TrackingPatch
- https://github.com/anchore/syft/pull/4668Issue TrackingPatch
- https://github.com/anchore/syft/security/advisories/GHSA-rjcw-vg7j-m9rcPatchVendor Advisory
FAQ
What is CVE-2026-33481?
CVE-2026-33481 is a vulnerability with a CVSS score of 5.3 (MEDIUM). 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 ...
How severe is CVE-2026-33481?
CVE-2026-33481 has been rated MEDIUM with a CVSS base score of 5.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-33481?
Check the references section above for vendor advisories and patch information. Affected products include: Anchore Syft.