CVE-2023-54189
Unknown Unknown - Not Provided

NULL Pointer Dereference in Linux Kernel pstore/ram Component

Vulnerability report for CVE-2023-54189, 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-30

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: pstore/ram: 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-30
Last Modified
2025-12-30
Generated
2026-07-06
AI Q&A
2025-12-30
EPSS Evaluated
2026-07-05
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 involves the pstore/ram component where the function kstrdup() was called without checking its return value. If kstrdup() fails and returns NULL, the lack of a check can lead to a NULL pointer dereference, which is a type of error that can cause the system to crash or behave unexpectedly. The fix adds a check for the return value of kstrdup() and returns an error if it fails, preventing the NULL pointer dereference.

Impact Analysis

This vulnerability can cause a NULL pointer dereference in the Linux kernel, potentially leading to system crashes or instability. This can affect system reliability and availability, possibly causing downtime or disruption of services running on affected Linux systems.

Chat Assistant

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

EPSS Chart