CVE-2024-50247: fs/ntfs3: Check if more than chunk-size bytes are written
In the Linux kernel, the following vulnerability has been resolved:
fs/ntfs3: Check if more than chunk-size bytes are written
A incorrectly formatted chunk may decompress into
more than LZNT_CHUNK_SIZE bytes and a index out of bounds
will occur in s_max_off.
Security readout for executives and security teams
Plain-English summary
A malformed compressed chunk processed by Linux’s ntfs3 filesystem driver can exceed its expected size and cause an out-of-bounds index. A low-privileged local user may be able to compromise confidentiality or crash an affected system. The supplied sources provide no evidence of active exploitation.
Executive priority
Expedite remediation for multi-user systems and systems processing untrusted NTFS media or images. Systems where ntfs3 is absent or unused have lower immediate exposure, but that condition should be verified and documented. There is no supplied evidence of active exploitation.
Technical view
During LZNT decompression, an incorrectly formatted chunk can expand beyond LZNT_CHUNK_SIZE, causing an out-of-bounds condition involving s_max_off. The CVE is classified as CWE-125 with CVSS 3.1 score 7.3: local access, low complexity, low privileges, no user interaction, and high confidentiality and availability impact.
Likely exposure
Exposure principally concerns Linux systems using ntfs3 to process compressed NTFS data. The bundle identifies relevant 5.15, 6.1, 6.6, 6.11, and 6.12 version lines, but its flattened version data does not establish precise affected ranges. Confirm the running build against vendor guidance and linked stable fixes.
Exploitation context
The attack vector is local and requires low privileges, without user interaction. Exploitation likely requires causing ntfs3 to process malformed compressed NTFS content. The CVE is not listed as KEV, and none of the supplied sources reports exploitation in the wild or demonstrates a reliable privilege-escalation outcome.
Researcher notes
The source describes an oversized LZNT decompression result and an out-of-bounds index in s_max_off. CWE-125 is assigned, while CVSS rates confidentiality and availability impacts high and integrity low. Precise version-range semantics, practical exploit reliability, and privilege-escalation potential are not established by the supplied bundle.
Mitigation direction
Install a vendor kernel update incorporating the applicable linked stable fix, then reboot into the updated kernel.
Consult the operating-system vendor for exact affected and fixed package versions.
Until patched, avoid processing untrusted compressed NTFS volumes with ntfs3.
Restrict who can introduce or mount untrusted NTFS media or filesystem images.
Validation and detection
Identify the running kernel version and its distribution package provenance.
Determine whether ntfs3 is enabled, loaded, or used for mounted NTFS filesystems.
Compare the running build with vendor guidance and the applicable stable fix commit.
After updating, confirm the fixed kernel is running, not merely installed.
Review kernel logs for ntfs3-related faults; absence of faults does not establish non-exposure.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-125: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-125 · source CWE mapping
Out-of-bounds Read
Out-of-bounds Read represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.