CVE-2022-50406
BaseFortify
Publication date: 2025-09-18
Last updated on: 2025-12-11
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 4.6 (inc) to 5.19.17 (exc) |
| linux | linux_kernel | From 6.0 (inc) to 6.0.3 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-787 | The product writes data past the end, or before the beginning, of the intended buffer. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel's iomap subsystem causes memory corruption when errors are recorded during writeback operations. It can lead to kernel crashes, such as NULL pointer dereferences, and buffer I/O errors, affecting the stability of the system during disk write operations.
How can this vulnerability impact me? :
The vulnerability can cause system crashes and data corruption during disk write operations, leading to potential data loss and system instability. It may disrupt normal filesystem operations and require unmounting filesystems to rectify errors.
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability may be detected by observing kernel crash logs or error messages related to memory corruption during writeback operations. Look for kernel NULL pointer dereference errors, Buffer I/O errors on devices (e.g., dm-0), and XFS filesystem I/O errors in system logs. Commands to check logs include: 'dmesg | grep -i error', 'journalctl -k | grep -i iomap', or reviewing /var/log/kern.log for related messages.
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include updating the Linux kernel to a version where this iomap memory corruption issue is fixed. Until then, monitor system logs for related errors and avoid heavy writeback workloads that may trigger the bug. If filesystem errors occur, unmount the affected filesystem as suggested by the error messages to prevent data corruption.