CVE-2026-23129
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2026-23129 is a denial-of-service vulnerability in the Linux kernel's DPLL (Digital Phase-Locked Loop) subsystem caused by improper handling of duplicate pin registrations. The internal helpers dpll_xa_ref_dpll_add() and dpll_xa_ref_pin_add() fail to reject duplicate registration attempts, silently incrementing reference counts instead of returning an error, which leads to kernel warnings and instability during unregistration. Affected Linux kernel versions include 6.7 through 6.12.67, 6.13 through 6.18.7, and 6.19-rc1 through rc6. It was published on February 14, 2026, with patches released on March 18, 2026. The CVSS v3.1 base score is 5.5 (Medium) (Feedly).

Technical details

The root cause is improper resource management (CWE-400 / improper reference counting) in the Linux kernel DPLL subsystem's registration helpers. When a caller registers the same pin multiple times with identical parameters (ops, priv, and cookie), the first call correctly allocates a dpll_pin_registration structure, but subsequent duplicate calls only increment the dpll_pin_ref.refcount without allocating new registration structures. During unregistration, the first call frees the registration structure, and subsequent unregistration attempts trigger kernel WARN macros due to the missing structure, potentially destabilizing the DPLL infrastructure. The fix enforces a strict "register once" policy by returning -EEXIST on duplicate detection. Patches are available at the stable kernel repository (Kernel Patches, Feedly).

Impact

Successful exploitation allows a local attacker with low privileges to trigger kernel warnings and destabilize the DPLL subsystem, resulting in a denial-of-service condition. The impact is limited to availability — there is no confidentiality or integrity impact — but system instability caused by repeated kernel WARN firings could affect the reliability of time-sensitive or networking hardware dependent on DPLL synchronization. Lateral movement or data exfiltration are not associated with this vulnerability (Feedly).

Mitigation and workarounds

Update the Linux kernel to a patched version: 6.12.68 or later for the 6.12.x series, or 6.18.8 or later for the 6.18.x series; appropriate fixes are also available for the 6.19 branch. Patches were published to the stable kernel repository on March 18, 2026 (commit references: 236a6574, dfec0501, f3ddbaaaa). If immediate patching is not feasible, restrict local user access to systems where unprivileged users can interact with the DPLL kernel subsystem, and monitor for unusual kernel warning messages related to DPLL pin registration (Feedly, Kernel Patches).

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