CVE-2023-54027
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2023-54027 is a NULL pointer dereference vulnerability in the Linux kernel's IIO (Industrial I/O) subsystem that can cause a kernel crash when a device has no parent. The flaw was introduced by commit 813665564b3d ("iio: core: Convert to use firmware node handle instead of OF node"), which inadvertently caused a NULL pointer to be accessed in __iio_device_register when the parent device is NULL. It is reproducible using the stock IIO dummy driver via configfs (e.g., mkdir /sys/kernel/config/iio/devices/dummy/foo). The vulnerability was published on December 24, 2025, and is estimated as Medium severity with an EPSS score of 0.000170 (Feedly, CVE.org).

Technical details

The root cause is a NULL pointer dereference (CWE-476) in the Linux kernel's __iio_device_register function within the IIO core subsystem. Commit 813665564b3d changed label retrieval to use firmware node handles instead of OF (Open Firmware) nodes, but failed to account for the case where a device has no parent, resulting in a NULL pointer dereference when accessing the parent's firmware node. The bug is triggered locally by a user with sufficient privileges to create entries in configfs under /sys/kernel/config/iio/devices/dummy/, causing a kernel BUG and system crash. Fixes are available as patches to the stable kernel tree (CVE.org, Feedly).

Impact

Successful exploitation results in a kernel NULL pointer dereference, causing a system crash (kernel panic/BUG) and denial of service. The impact is limited to availability — there is no evidence of code execution, privilege escalation, or data exfiltration potential associated with this vulnerability. The affected scope is limited to Linux systems with the IIO dummy driver and configfs enabled, which is not a typical production configuration (Feedly, CVE.org).

Exploitation steps

  1. Precondition: Obtain local access to a Linux system with the IIO dummy kernel module loaded and configfs mounted (typically at /sys/kernel/config).
  2. Trigger the vulnerability: Execute mkdir /sys/kernel/config/iio/devices/dummy/foo to create a new IIO dummy device entry via configfs.
  3. Result: The kernel calls iio_dummy_probe__iio_device_register, which attempts to access the firmware node of the NULL parent device, triggering a kernel NULL pointer dereference BUG and system crash (CVE.org, Feedly).

Indicators of compromise

  • Logs: Kernel logs (dmesg or /var/log/kern.log) showing BUG: kernel NULL pointer dereference with a call trace including __iio_device_register and iio_dummy_probe.
  • File System: Presence of unexpected directories under /sys/kernel/config/iio/devices/dummy/ created by non-administrative users.
  • Process: Unexpected or repeated kernel panics or system reboots on systems with IIO dummy driver loaded.

Mitigation and workarounds

Apply the upstream kernel patches that add a NULL check for the parent device in __iio_device_register before accessing the firmware node. Fixes are available in the stable kernel tree via commits 312f04ede209, a4b34cccff14, and b2a69969908f. As a workaround, unload the iio_dummy kernel module or restrict access to configfs on affected systems. SUSE has issued advisories (SUSE-2026-0281-1, SUSE-2026-20876-1) incorporating the fix (Feedly, Linux Security SUSE).

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