CVE-2022-50270
BaseFortify
Publication date: 2025-09-15
Last updated on: 2025-09-15
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel's f2fs file system involves incorrect handling of the iocb pointer in the 'f2fs_direct_IO_enter' trace event. The code assigns the pointer but later accesses its fields without proper handling, which can cause a kernel paging request error (memory access violation). The fix involved copying the required variables for printing to avoid accessing invalid memory.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash or become unstable due to invalid memory access when tracing direct IO operations in the f2fs file system. This may lead to denial of service or system instability.