VYPR
Unrated severityNVD Advisory· Published Dec 30, 2025· Updated Apr 15, 2026

CVE-2023-54304

CVE-2023-54304

Description

In the Linux kernel, the following vulnerability has been resolved:

firmware: meson_sm: fix to avoid potential NULL pointer dereference

of_match_device() may fail and returns a NULL pointer.

Fix this by checking the return value of of_match_device.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

A NULL pointer dereference in the Linux kernel's meson_sm firmware driver, caused by an unchecked return value of of_match_device(), could lead to a system crash.

Vulnerability

CVE-2023-54304 is a NULL pointer dereference vulnerability in the Linux kernel's meson_sm firmware driver. The root cause is that the function of_match_device() can return a NULL pointer, but the driver does not check the return value before using it. This oversight can lead to a NULL pointer dereference when the driver attempts to access the device match structure.

Exploitation

An attacker would need to trigger the code path where of_match_device() fails. This typically requires a crafted device tree or a system configuration where the driver is loaded without a matching device entry. No special privileges are needed beyond the ability to trigger driver probing, which can occur during system boot or when a device is hotplugged.

Impact

A successful exploitation results in a NULL pointer dereference, which causes a kernel panic (system crash). This is a denial-of-service (DoS) condition. The vulnerability does not appear to allow privilege escalation or arbitrary code execution based on the available information.

Mitigation

The fix has been applied to the Linux kernel stable tree in commits [1], [2], and [3]. Users should update their kernel to a version that includes these patches. No workaround is available other than applying the patch.

AI Insight generated on May 19, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

1

Patches

7

Vulnerability mechanics

Generated on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.

References

7

News mentions

0

No linked articles in our index yet.