
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2023-54321 is a NULL pointer dereference vulnerability in the Linux kernel's driver core, specifically in the device_add() function. It affects Linux kernel versions from 2.6.26 up to (but not including) 5.10.249, 5.11–5.15.99, 5.16–6.1.16, and 6.2–6.2.3. The vulnerability was published on December 30, 2025, and patches were made available across multiple stable kernel branches. It carries a CVSS v3.1 base score of 5.5 (Medium) (Feedly, CVE.org).
The root cause is a NULL pointer dereference (CWE-476) in the device_add() function within the Linux kernel driver core. The flaw occurs in an error path: when dpm_sysfs_add() fails after bus_add_device() has been called, bus_remove_device() is invoked, which calls __device_release_driver() and subsequently klist_remove(&dev->p->knode_driver). However, because device_bind_driver() has not yet been called at this point, the knode_driver structure is uninitialized, resulting in a null pointer dereference at address 0x0000000000000058. The vulnerability can be triggered during fault injection or abnormal hardware conditions during I2C or wire protocol device probe operations (e.g., via the ds2482 or wire kernel modules) (Feedly).
Successful exploitation causes a kernel panic (BUG: kernel NULL pointer dereference), resulting in a denial of service — the affected system becomes unavailable until rebooted. There is no confidentiality or integrity impact; the vulnerability is limited to availability. The scope is confined to the local system, and lateral movement or data exfiltration are not applicable to this vulnerability (Feedly).
Update the Linux kernel to a patched version: 5.10.249 or later (for the 5.10.x series), 5.15.99 or later (for the 5.15.x series), 6.1.16 or later (for the 6.1.x series), or 6.2.3 or later (for the 6.2.x series). Patches are available via the Linux stable kernel tree (kernel.org patches). Debian LTS users should refer to DLA-4475-1, and Amazon Linux 2 users should apply ALAS2KERNEL-5.10-2026-114 (Debian LTS, AWS ALAS). No configuration-based workaround is available; patching is the only remediation.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."