CVE-2023-54178
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: unittest: fix null pointer dereferencing in of_unittest_find_node_by_name() when kmalloc() fail to allocate memory in kasprintf(), name or full_name will be NULL, 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 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.


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