ZeroHour

CVE-2026-80598

mass

Out-of-bounds read in Linux kernel ntfs3 decompression (decompress_lznt)

CVSS 3.1
7.8 high
EPSS
<1%p3
Published
()
Modified
AI analysis

CVE-2026-80598 is an out-of-bounds read in decompress_lznt() in the Linux kernel's ntfs3 (NTFS) filesystem driver, which indexes into a decompression table without validating that the index is within bounds. It is triggered locally when a corrupted or specially crafted NTFS image containing invalid compressed data is mounted (for example via removable media or an automount service), with no user interaction required beyond the mount. A local low-privilege attacker could read adjacent kernel memory (potential information disclosure) or crash the kernel; the assigned CVSS vector scores high confidentiality, integrity and availability impact, though no public proof-of-concept demonstrates the practical impact. Any Linux system running a kernel that includes the ntfs3 driver and that mounts untrusted NTFS volumes is affected; ntfs3 is not the default filesystem and many systems never load it. Exploitation status is quiet: no public PoC, not in CISA KEV, and EPSS estimates only about a 0.1% probability of exploitation in the next 30 days (3rd percentile).

What to do: Apply a kernel update that includes the ntfs3 decompress_lznt bounds-check fix (the advisory does not name specific fixed version numbers). Until patching, avoid mounting untrusted NTFS volumes, disable or restrict automounting of removable media, and check whether your kernels build the ntfs3 driver (CONFIG_NTFS3_FS) to gauge actual exposure.

Affected
Linux kernel (ntfs3 filesystem driver)
Estimated exposure
masshundreds of millions of Linux systems ship kernels that include the ntfs3 driver (mainline since 5.15), though practically exploitable hosts are limited to… — The ntfs3 driver has been part of mainline Linux kernels since 5.15 and the deployed Linux base is enormous, but exploitation requires local access and the mounting of attacker-supplied or corrupted NTFS data, so the effectively exposed…

Order-of-magnitude estimate by the model from install counts, market share and public scan data it knows; verify before quoting.

Description

In the Linux kernel, the following vulnerability has been resolved: ntfs3: fix out-of-bounds read in decompress_lznt decompress_lznt() does not validate array index bounds before accessing the decompression table. A corrupted NTFS3 image with invalid compressed data can trigger an out-of-bounds read. Add index bounds checking to prevent the OOB access.

Vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

In the news

No ingested article mentions this CVE yet.