vortex-file is vulnerable to Denial of Service (DoS)
65
Medium Risk
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.
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.
vortex-file is vulnerable to Denial of Service (DoS) in versions 0.22.1 - 0.79.0.
Upgrade the vortex-file library to the patch version.
Connect your repositories to instantly see whether vulnerable or malicious packages exist in your codebase.
Free. No credit card required.

I consent to receiving marketing communications based on Aikido’s Privacy Policy.
SOC 2Compliant
ISO 27001Compliant