CVE-2022-50875
BaseFortify
Publication date: 2025-12-30
Last updated on: 2025-12-31
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
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 occurs in the overlay filesystem code where a null pointer dereference can happen. Specifically, when the kernel's memory allocation function kmalloc() fails during a kasprintf() call, certain function pointers (fn_1 or fn_2) become NULL. Subsequently, a strcmp() call attempts to use these NULL pointers, causing a null pointer dereference and potentially leading to a kernel crash.
How can this vulnerability impact me? :
The vulnerability can cause the Linux kernel to crash due to a null pointer dereference, which may lead to a denial of service (system instability or reboot). This can disrupt normal operations on systems using the affected overlay filesystem.