Bug 2426057 (CVE-2023-54178) - CVE-2023-54178 kernel: of: unittest: fix null pointer dereferencing in of_unittest_find_node_by_name()
Summary: CVE-2023-54178 kernel: of: unittest: fix null pointer dereferencing in of_uni...
Keywords:
Status: NEW
Alias: CVE-2023-54178
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-12-30 13:05 UTC by OSIDB Bzimport
Modified: 2025-12-31 12:19 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-12-30 13:05:35 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.