CVE-2023-54178
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 occurs in the Linux kernel's unittest component, specifically in the function of_unittest_find_node_by_name(). When the kmalloc() function fails to allocate memory in kasprintf(), the variables 'name' or 'full_name' become NULL. Subsequently, a call to strcmp() with these NULL pointers causes a null pointer dereference, leading to a potential crash or undefined behavior.
How can this vulnerability impact me? :
The impact of this vulnerability is that it can cause the Linux kernel to dereference a NULL pointer, which may lead to a kernel crash or system instability. This can result in denial of service or unexpected behavior in systems running the affected kernel.