CVE-2022-50875
Awaiting Analysis Awaiting Analysis - Queue
BaseFortify

Publication date: 2025-12-30

Last updated on: 2025-12-31

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: of: overlay: fix null pointer dereferencing in find_dup_cset_node_entry() and find_dup_cset_prop() When kmalloc() fail to allocate memory in kasprintf(), fn_1 or fn_2 will be NULL, and strcmp() will cause null pointer dereference.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-12-30
Last Modified
2025-12-31
Generated
2026-05-07
AI Q&A
2025-12-30
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Currently, no data is known.
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
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.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart