LiveActive security incident?Get immediate response
CVE Record

CVE-2022-50869: fs/ntfs3: Fix slab-out-of-bounds in r_page

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix slab-out-of-bounds in r_page When PAGE_SIZE is 64K, if read_log_page is called by log_read_rst for the first time, the size of *buffer would be equal to DefaultLogPageSize(4K).But for *buffer operations like memcpy, if the memory area size(n) which being assigned to buffer is larger than 4K (log->page_size(64K) or bytes(64K-page_off)), it will cause an out of boundary error. Call trace: [...] kasan_report+0x44/0x130 check_memory_region+0xf8/0x1a0 memcpy+0xc8/0x100 ntfs_read_run_nb+0x20c/0x460 read_log_page+0xd0/0x1f4 log_read_rst+0x110/0x75c log_replay+0x1e8/0x4aa0 ntfs_loadlog_and_replay+0x290/0x2d0 ntfs_fill_super+0x508/0xec0 get_tree_bdev+0x1fc/0x34c [...] Fix this by setting variable r_page to NULL in log_read_rst.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysisunknown

Security readout for executives and security teams

Plain-English summary

CVE-2022-50869 is a Linux kernel ntfs3 filesystem bug. On systems using 64K memory pages, NTFS log replay can copy more data than the allocated buffer, causing an out-of-bounds memory access. The public record does not provide CVSS, confirmed impact, or active exploitation evidence.

Executive priority

Treat as a targeted kernel maintenance issue, not an emergency internet-wide threat based on current evidence. Prioritize patching where Linux systems process NTFS media, disk images, or removable storage.

Technical view

The bug is in fs/ntfs3 read_log_page/log_read_rst handling. With 64K PAGE_SIZE, the first read_log_page call may use a 4K buffer while later memcpy operations use 64K-sized lengths, producing a slab-out-of-bounds condition. Kernel stable commits fix this by setting r_page to NULL in log_read_rst.

Likely exposure

Exposure appears limited to Linux kernels with ntfs3 support in the affected version ranges, especially builds using 64K PAGE_SIZE and mounting NTFS filesystems that trigger log replay. Distribution backports may change practical exposure.

Exploitation context

No cited source states active exploitation, public exploit availability, or inclusion in CISA KEV. The described trigger is kernel handling of NTFS log replay during filesystem mount/load, not a remote network path.

Researcher notes

The CVE record lacks CVSS, CWE, and detailed affected-version semantics. The available technical evidence is a kernel stable fix and call trace showing slab-out-of-bounds during ntfs3 log replay with 64K PAGE_SIZE.

Mitigation direction

  • Apply Linux kernel updates containing the referenced stable fixes.
  • Prioritize systems that mount NTFS volumes or removable media.
  • Check distribution advisories for backported fixes and package-specific status.
  • If updates are unavailable, follow vendor guidance for temporary risk reduction.

Validation and detection

  • Inventory Linux systems running affected 5.15, 6.0, or 6.1 kernel lines.
  • Confirm whether ntfs3 filesystem support is enabled or used.
  • Check whether the kernel includes one of the referenced stable commits.
  • Identify systems built with 64K PAGE_SIZE where applicable.
  • Review kernel logs for ntfs3 mount failures or KASAN out-of-bounds reports.
Prepared
Confidence
medium
Sources
6

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.

cve · low confidence lookup

CVE-2022-50869 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Unknown
CVSS
Not scored
Known Exploited
No
Published
Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

0CVSS vectors
0Timeline events
0ADP providers
5Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinuxb46acd6a6a627d876898e1c84d3f84902264b445, b46acd6a6a627d876898e1c84d3f84902264b445, b46acd6a6a627d876898e1c84d3f84902264b445, b46acd6a6a627d876898e1c84d3f84902264b445unaffected
LinuxLinux5.15, 0, 5.15.87, 6.0.17, 6.1.3, 6.2affected
Weakness

CWE details

No CWE listed

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.