๐Ÿ” CVE Alert

CVE-2026-23129

UNKNOWN 0.0

dpll: Prevent duplicate registrations

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Feb 14, 2026
Last Updated May 11, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
9431063ad323ac864750aeba4d304389bc42ca4e < dfec0501dba8f4711ef142a6a890e4812b7af88c 9431063ad323ac864750aeba4d304389bc42ca4e < 236a657422a564859dcd0db7bdb486abb21a721a 9431063ad323ac864750aeba4d304389bc42ca4e < f3ddbaaaaf4d0633b40482f471753f9c71294a4a
Linux / Linux
6.7

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/dfec0501dba8f4711ef142a6a890e4812b7af88c git.kernel.org: https://git.kernel.org/stable/c/236a657422a564859dcd0db7bdb486abb21a721a git.kernel.org: https://git.kernel.org/stable/c/f3ddbaaaaf4d0633b40482f471753f9c71294a4a