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.
Published: 2026-08-28
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: Out-of-bounds read
Action: Patch Kernel
AI Analysis

Impact

In the Linux kernel’s ntfs3 filesystem module, the function decompress_lznt indexes a decompression table based on data from the volume header without validating that the index remains within the table boundaries. A maliciously crafted NTFS3 image containing invalid compressed data can overflow this index, causing the driver to read memory beyond the allocated table. This type of flaw is an out-of-bounds read.

Affected Systems

The issue exists in the Linux kernel’s ntfs3 driver. All kernel releases that compile the ntfs3 module and have not applied the recent patch are vulnerable. Because the vendor list includes generic Linux and the module is enabled by default in many distributions, any system that mounts NTFS volumes with the ntfs3 filesystem is at risk.

Risk and Exploitability

The EPSS score is below 1%, indicating a low probability of exploitation. The flaw is not listed in the CISA KEV catalog, meaning no widespread exploitation has been reported. The CVSS score of 7.8 classifies the vulnerability as high severity, indicating significant impact potential. An attacker can trigger the read simply by presenting a crafted NTFS3 volume; it is inferred that privileged access is not required.

Generated by OpenCVE AI on August 31, 2026 at 16:09 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a kernel update that includes the ntfs3 decompress_lznt bounds‑check patch.
  • If an immediate kernel update is not possible, disable the ntfs3 filesystem module or remount the affected NTFS volume as read‑only to prevent the decompression routine from executing.
  • Monitor system logs and security alerts for anomalous read errors or failures during NTFS volume mounting.

Generated by OpenCVE AI on August 31, 2026 at 16:09 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 31 Aug 2026 14:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119
CWE-20

Mon, 31 Aug 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-125
References
Metrics threat_severity

None

threat_severity

Moderate


Sat, 29 Aug 2026 10:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119
CWE-20

Sat, 29 Aug 2026 09:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-125
CWE-129

Sat, 29 Aug 2026 06:45:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.8, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}


Fri, 28 Aug 2026 16:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-125
CWE-129

Fri, 28 Aug 2026 07:30:00 +0000

Type Values Removed Values Added
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.
Title ntfs3: fix out-of-bounds read in decompress_lznt
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-30T07:08:34.000Z

Reserved: 2026-08-26T14:34:25.771Z

Link: CVE-2026-80598

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-28T08:16:43.580

Modified: 2026-08-30T07:17:21.197

Link: CVE-2026-80598

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-28T00:00:00Z

Links: CVE-2026-80598 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-31T16:15:08Z

Weaknesses