CVE-2023-54178
Awaiting Analysis Awaiting Analysis - Queue

BaseFortify

Vulnerability report for CVE-2023-54178, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

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-07-07
AI Q&A
2025-12-30
EPSS Evaluated
2026-07-06
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 Quick Actions

Instant insights powered by AI
Executive Summary

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.

Impact Analysis

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.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2023-54178. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart