CVE-2023-54049
Unknown Unknown - Not Provided
NULL Pointer Dereference in Linux rpmsg: glink Due to Missing kstrdup Check

Publication date: 2025-12-24

Last updated on: 2025-12-24

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: rpmsg: glink: Add check for kstrdup Add check for the return value of kstrdup() and return the error if it fails in order to avoid NULL pointer dereference.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-12-24
Last Modified
2025-12-24
Generated
2026-06-16
AI Q&A
2025-12-24
EPSS Evaluated
2026-06-15
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *
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 in the Linux kernel's rpmsg: glink component occurs because the code did not check the return value of the kstrdup() function. If kstrdup() fails and returns NULL, the code could dereference this NULL pointer, leading to a potential crash or undefined behavior. The fix adds a check for kstrdup()'s return value and returns an error if it fails, preventing the NULL pointer dereference.

Impact Analysis

If exploited, this vulnerability could cause the Linux kernel to dereference a NULL pointer, potentially leading to a system crash or instability. This could result in denial of service or unexpected behavior in systems using the affected rpmsg: glink component.

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