CVE-2026-80598
Received Received - Intake

Out-of-Bounds Read in Linux Kernel NTFS3 Driver

Vulnerability report for CVE-2026-80598, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-28

Last updated on: 2026-08-30

Assigner: kernel.org

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-28
Last Modified
2026-08-30
Generated
2026-09-17
AI Q&A
2026-08-28
EPSS Evaluated
2026-09-15
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
linux_kernel linux_kernel *
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is an out-of-bounds read issue in the Linux kernel's NTFS3 file system driver. The function decompress_lznt does not properly validate array index bounds before accessing the decompression table. This can be triggered by a corrupted NTFS3 image containing invalid compressed data, leading to memory access outside the intended range.

Detection Guidance

This vulnerability involves a kernel-level issue in the NTFS3 filesystem driver. Detection requires checking the kernel version and verifying if the affected code path is present. Use uname -a to check your kernel version and grep for NTFS3 support in loaded modules. No direct commands detect exploitation but monitoring for crashes or filesystem errors may indicate issues.

Impact Analysis

This vulnerability could allow an attacker to read sensitive memory data or cause system instability by triggering an out-of-bounds read. If exploited, it might lead to information disclosure or denial-of-service conditions on affected systems running the vulnerable Linux kernel.

Compliance Impact

This vulnerability does not directly affect compliance with standards like GDPR or HIPAA as it is a low-level kernel issue involving out-of-bounds reads in NTFS3 decompression. No evidence suggests it impacts data confidentiality, integrity, or availability in a way that would violate these regulations.

Mitigation Strategies

Update your Linux kernel to the latest stable version that includes the fix for this NTFS3 vulnerability. If immediate patching is not possible, avoid mounting untrusted NTFS3 images or disable the NTFS3 module temporarily. Monitor system logs for filesystem errors or crashes as potential indicators of exploitation.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-80598. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart