CVE-2023-54323
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2023-54323 is a NULL pointer dereference vulnerability in the Linux kernel's CXL (Compute Express Link) persistent memory (pmem) subsystem, specifically in the cxl/pmem module's nvdimm device registration logic. The flaw was published on December 30, 2025, and affects Linux kernel versions starting from 5.14 up to (but not including) the patched commits in the 6.1.x and 6.2.x stable series. Fixed versions include kernel 6.1.16, 6.2.3, and 6.3. It carries an estimated CVSS severity of Medium and an EPSS score of approximately 0.017% (Feedly, ENISA EUVD).

Technical details

The root cause is a race condition (CWE-362) between asynchronous nvdimm device registration and CXL module teardown. When the cxl_pci module is rapidly loaded and unloaded in a loop (while true; do modprobe cxl_pci; modprobe -r cxl_pci; done), the bottom half of the async nvdimm registration (via nd_async_device_register) can execute after the CXL subsystem has already freed the context required by cxl_pmem_ctl(). This results in a NULL pointer dereference at address 0x0000000000000040 inside cxl_internal_send_cmd, crashing the kernel. The fix introduces a synchronous registration path for CXL nvdimm devices, since unlike ACPI NFIT, CXL is already marked PROBE_PREFER_ASYNCHRONOUS and does not benefit from parallel registration (Feedly, kernel.org patch).

Impact

Successful triggering of this vulnerability causes a kernel NULL pointer dereference, resulting in a kernel panic (BUG) and system crash, directly impacting availability. The vulnerability is locally triggerable by a user with privileges to load and unload kernel modules, and does not directly expose confidential data or allow code execution in a traditional sense. Systems using CXL-attached persistent memory (NVDIMM) devices are at risk of denial of service through kernel crashes during module cycling (Feedly).

Mitigation and workarounds

Apply the upstream Linux kernel patches that introduce synchronous nvdimm registration for CXL devices. Fixed versions are available in kernel 6.1.16, 6.2.3, and 6.3 via the following stable commits: a371788d4f4a, 18c65667fa91, and f57aec443c24. As a workaround, restrict unprivileged access to kernel module loading (CAP_SYS_MODULE) to reduce exposure on systems that cannot be immediately patched (Feedly, ENISA EUVD).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-64557NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-selftests-internal
NoNoJul 29, 2026
CVE-2026-64556NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-64k-devel
NoNoJul 29, 2026
CVE-2026-64555NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-azure-fde-6.14
NoNoJul 27, 2026
CVE-2026-64554NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-gcp-6.14
NoYesJul 27, 2026
CVE-2026-64553NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-64k-debug-modules-internal
NoYesJul 27, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management