Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2023-54321

5.5 · MEDIUM
Published Dec 30, 2025 linux CWE-476 EPSS 0.15% (4th pctl)

Overview

CVE-2023-54321 is a medium-severity vulnerability affecting linux linux_kernel. It was published on December 30, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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

driver core: fix potential null-ptr-deref in device_add()

I got the following null-ptr-deref report while doing fault injection test:

BUG: kernel NULL pointer dereference, address: 0000000000000058

CPU: 2 PID: 278 Comm: 37-i2c-ds2482 Tainted: G B W N 6.1.0-rc3+

RIP: 0010:klist_put+0x2d/0xd0

Call Trace:

<TASK>

klist_remove+0xf1/0x1c0

device_release_driver_internal+0x196/0x210

bus_remove_device+0x1bd/0x240

device_add+0xd3d/0x1100

w1_add_master_device+0x476/0x490 [wire]

ds2482_probe+0x303/0x3e0 [ds2482]

This is how it happened:

w1_alloc_dev()

// The dev->driver is set to w1_master_driver.

memcpy(&dev->dev, device, sizeof(struct device));

device_add()

bus_add_device()

dpm_sysfs_add() // It fails, calls bus_remove_device.

// error path

bus_remove_device()

// The dev->driver is not null, but driver is not bound.

__device_release_driver()

klist_remove(&dev->p-

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 2.6.26, < 5.10.249 Affected

Frequently Asked Questions

What is CVE-2023-54321?

CVE-2023-54321 is a medium-severity vulnerability affecting linux linux_kernel. It was published on December 30, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2023-54321?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2023-54321?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2023-54321?

CyberStrike's AI-powered security agents can automatically detect CVE-2023-54321 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.