๐Ÿ” CVE Alert

CVE-2026-33481

MEDIUM 5.3

Syft improper temporary file cleanup

CVSS Score
5.3
EPSS Score
0.0%
EPSS Percentile
12th

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.

CWE CWE-460
Vendor anchore
Product syft
Published Mar 26, 2026
Last Updated Mar 27, 2026
Stay Ahead of the Next One

Get instant alerts for anchore syft

Be the first to know when new medium vulnerabilities affecting anchore syft are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
Low

Affected Versions

anchore / syft
< 1.42.3

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/anchore/syft/security/advisories/GHSA-rjcw-vg7j-m9rc github.com: https://github.com/anchore/stereoscope/pull/537 github.com: https://github.com/anchore/syft/pull/4629 github.com: https://github.com/anchore/syft/pull/4668