CVE-2026-23132

Source
https://cve.org/CVERecord?id=CVE-2026-23132
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-23132.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-23132
Downstream
Published
2026-02-14T15:14:32.334Z
Modified
2026-02-14T20:02:06.732148Z
Summary
drm/bridge: synopsys: dw-dp: fix error paths of dw_dp_bind
Details

In the Linux kernel, the following vulnerability has been resolved:

drm/bridge: synopsys: dw-dp: fix error paths of dwdpbind

Fix several issues in dwdpbind() error handling:

  1. Missing return after drmbridgeattach() failure - the function continued execution instead of returning an error.

  2. Resource leak: drmdpauxregister() is not a devm function, so drmdpauxunregister() must be called on all error paths after aux registration succeeds. This affects errors from:

    • drmbridgeattach()
    • phy_init()
    • devmaddactionorreset()
    • platformgetirq()
    • devmrequestthreaded_irq()
  3. Bug fix: platformgetirq() returns the IRQ number or a negative error code, but the error path was returning ERRPTR(ret) instead of ERRPTR(dp->irq).

Use a goto label for cleanup to ensure consistent error handling.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/23xxx/CVE-2026-23132.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / 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
86eecc3a9c2e06462f6a273fcd24150b6da787de
Fixed
569ed6a73e927a34cae4ae6de1464c0737a5ec44
Fixed
1a0f69e3c28477b97d3609569b7e8feb4b6162e8

Affected versions

v6.*
v6.17
v6.17-rc3
v6.17-rc4
v6.17-rc5
v6.17-rc6
v6.17-rc7
v6.18
v6.18-rc1
v6.18-rc2
v6.18-rc3
v6.18-rc4
v6.18-rc5
v6.18-rc6
v6.18-rc7
v6.18.1
v6.18.2
v6.18.3
v6.18.4
v6.18.5
v6.18.6
v6.18.7
v6.19-rc1
v6.19-rc2
v6.19-rc3
v6.19-rc4
v6.19-rc5

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-23132.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.18.0
Fixed
6.18.8

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-23132.json"