CVE-2022-50009
BaseFortify
Publication date: 2025-06-18
Last updated on: 2025-11-14
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-476 | The product dereferences a pointer that it expects to be valid but is NULL. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a null pointer dereference in the Linux kernel's f2fs filesystem, specifically in the function f2fs_get_dnode_of_data. It occurs due to a recent change in how atomic writes are handled, where a new copy-on-write (COW) inode is created and marked as an atomic file. However, during a write operation, the code attempts to use a cow_inode pointer that is NULL, leading to a null pointer dereference and a kernel crash.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash or become unstable when performing atomic writes on the f2fs filesystem. This can lead to system downtime, data loss, or corruption if the filesystem is in use during the exploit.