{"id":"CVE-2026-23129","summary":"dpll: Prevent duplicate registrations","details":"In the Linux kernel, the following vulnerability has been resolved:\n\ndpll: Prevent duplicate registrations\n\nModify the internal registration helpers dpll_xa_ref_{dpll,pin}_add()\nto reject duplicate registration attempts.\n\nPreviously, if a caller attempted to register the same pin multiple\ntimes (with the same ops, priv, and cookie) on the same device, the core\nsilently increments the reference count and return success. This behavior\nis incorrect because if the caller makes these duplicate registrations\nthen for the first one dpll_pin_registration is allocated and for others\nthe associated dpll_pin_ref.refcount is incremented. During the first\nunregistration the associated dpll_pin_registration is freed and for\nothers WARN is fired.\n\nFix this by updating the logic to return `-EEXIST` if a matching\nregistration is found to enforce a strict \"register once\" policy.","modified":"2026-04-02T17:30:27.952990316Z","published":"2026-02-14T15:09:57.574Z","related":["SUSE-SU-2026:0962-1","SUSE-SU-2026:1081-1","SUSE-SU-2026:20667-1","SUSE-SU-2026:20720-1","SUSE-SU-2026:20838-1","SUSE-SU-2026:20845-1","SUSE-SU-2026:20876-1","SUSE-SU-2026:20931-1","openSUSE-SU-2026:20416-1"],"database_specific":{"cna_assigner":"Linux","osv_generated_from":"https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/23xxx/CVE-2026-23129.json"},"references":[{"type":"WEB","url":"https://git.kernel.org/stable/c/236a657422a564859dcd0db7bdb486abb21a721a"},{"type":"WEB","url":"https://git.kernel.org/stable/c/dfec0501dba8f4711ef142a6a890e4812b7af88c"},{"type":"WEB","url":"https://git.kernel.org/stable/c/f3ddbaaaaf4d0633b40482f471753f9c71294a4a"},{"type":"ADVISORY","url":"https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/23xxx/CVE-2026-23129.json"},{"type":"ADVISORY","url":"https://nvd.nist.gov/vuln/detail/CVE-2026-23129"},{"type":"PACKAGE","url":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git"}],"affected":[{"ranges":[{"type":"GIT","repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","events":[{"introduced":"9431063ad323ac864750aeba4d304389bc42ca4e"},{"fixed":"dfec0501dba8f4711ef142a6a890e4812b7af88c"},{"fixed":"236a657422a564859dcd0db7bdb486abb21a721a"},{"fixed":"f3ddbaaaaf4d0633b40482f471753f9c71294a4a"}]}],"database_specific":{"source":"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-23129.json"}}],"schema_version":"1.7.5"}