Bug 2395660 (CVE-2023-53263) - CVE-2023-53263 kernel: drm/nouveau/disp: fix use-after-free in error handling of nouveau_connector_create
Summary: CVE-2023-53263 kernel: drm/nouveau/disp: fix use-after-free in error handling...
Keywords:
Status: NEW
Alias: CVE-2023-53263
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-09-16 09:01 UTC by OSIDB Bzimport
Modified: 2025-09-30 12:52 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-09-16 09:01:41 UTC
In the Linux kernel, the following vulnerability has been resolved:

drm/nouveau/disp: fix use-after-free in error handling of nouveau_connector_create

We can't simply free the connector after calling drm_connector_init on it.
We need to clean up the drm side first.

It might not fix all regressions from commit 2b5d1c29f6c4
("drm/nouveau/disp: PIOR DP uses GPIO for HPD, not PMGR AUX interrupts"),
but at least it fixes a memory corruption in error handling related to
that commit.


Note You need to log in before you can comment on or make changes to this bug.