CVE-2022-50869
Last modified
CVE-2022-50869 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. 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.. EPSS estimates a 0.18% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= b46acd6a6a627d876898e1c84d3f84902264b445, < ed686e7a26dd19ae6b46bb662f735acfa88ff7bc; >= b46acd6a6a627d876898e1c84d3f84902264b445, < bf86a640a34947d92062996e1a75b9cd9d83dd19; >= b46acd6a6a627d876898e1c84d3f84902264b445, < 6d076293e5bffdf897ea5f975669206e09beed6a; >= b46acd6a6a627d876898e1c84d3f84902264b445, < ecfbd57cf9c5ca225184ae266ce44ae473792132 |
| Linux | Linux | 5.15 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2022-50869?
How severe is CVE-2022-50869?
How do I fix CVE-2022-50869?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2022
- CVE-2022-50863In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50864In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50865In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2022-50866In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50867In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2022-50868In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50870In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50871In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2022-50872In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50873In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50874In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50875In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2022-50869?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
