Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2022-50869

7.8 · HIGH
Published Dec 30, 2025 EPSS 0.16% (6th pctl)

Overview

CVE-2022-50869 is a high-severity vulnerability. It was published on December 30, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

Technical Description

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.

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2022-50869?

CVE-2022-50869 is a high-severity vulnerability. It was published on December 30, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2022-50869?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2022-50869?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2022-50869?

CyberStrike's AI-powered security agents can automatically detect CVE-2022-50869 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.