Intel

AIKIDO-2026-605808

vortex-file is vulnerable to Denial of Service (DoS)

Denial of Service (DoS) Pre-CVE
Found by Aikido Intel before public disclosure or CVE publication.
Published 2 days ago

65

Medium Risk

This Affects:

RUSTvortex-file
0.22.1 - 0.79.0
Fixed in 0.80.0
Are you affected? Scan for Free

TL;DR

vortex-file parses a Vortex file's postscript and footer segment map when opening a file. The segment offsets and lengths declared in the footer are used to slice the backing buffer without being validated against the actual file or buffer size, and alignment exponents are read with a panicking conversion. A crafted or corrupted file that declares a segment past the end of the buffer, an underflowing offset, or an oversized alignment exponent causes the reader to panic during open instead of returning an error. The fix validates every segment's offset and length against the file size and uses fallible, bounds-checked slicing and alignment parsing.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range and you open or read Vortex files from untrusted or externally supplied sources.

Background info

vortex-file is vulnerable to Denial of Service (DoS) in versions 0.22.1 - 0.79.0.

How to fix this

Upgrade the vortex-file library to the patch version.