CVE-2026-23129

MEDIUM EPSS 1.8%
Published Feb 14, 20264mo ago · Modified Jun 17, 20262w ago
5.5 CVSS 3.1
Medium
Find Similar
Published Feb 14, 2026 4mo ago
Last Modified Jun 17, 2026 2w ago

Description

In the Linux kernel, the following vulnerability has been resolved: dpll: Prevent duplicate registrations Modify the internal registration helpers dpll_xa_ref_{dpll,pin}_add() to reject duplicate registration attempts. Previously, if a caller attempted to register the same pin multiple times (with the same ops, priv, and cookie) on the same device, the core silently increments the reference count and return success. This behavior is incorrect because if the caller makes these duplicate registrations then for the first one dpll_pin_registration is allocated and for others the associated dpll_pin_ref.refcount is incremented. During the first unregistration the associated dpll_pin_registration is freed and for others WARN is fired. Fix this by updating the logic to return `-EEXIST` if a matching registration is found to enforce a strict "register once" policy.

CVSS Details

Base Score
5.5
Exploitability
1.8
Impact
3.6
Vector string
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Attack Vector Local
Attack Complexity Low
Privileges Required Low
User Interaction None
Scope Unchanged
Confidentiality None
Integrity None
Availability High

Threat Intelligence

EPSS Exploit Probability
1.8% percentile
Exploit & Patch Status
No Known Exploit
Patch Available

Affected Products 8

VendorProductVersionRange
linuxlinux_kernel*≥6.7  –  <6.12.68
linuxlinux_kernel*≥6.13  –  <6.18.8
linuxlinux_kernel6.19any
linuxlinux_kernel6.19any
linuxlinux_kernel6.19any
linuxlinux_kernel6.19any
linuxlinux_kernel6.19any
linuxlinux_kernel6.19any

References 3

  • git.kernel.org https://git.kernel.org/stable/c/236a657422a564859dcd0db7bdb486abb21a721a
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/dfec0501dba8f4711ef142a6a890e4812b7af88c
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/f3ddbaaaaf4d0633b40482f471753f9c71294a4a
    Patch

Remediation

  • git.kernel.org https://git.kernel.org/stable/c/236a657422a564859dcd0db7bdb486abb21a721a
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/dfec0501dba8f4711ef142a6a890e4812b7af88c
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/f3ddbaaaaf4d0633b40482f471753f9c71294a4a
    Patch