Bug 2355430 (CVE-2023-53001) - CVE-2023-53001 kernel: drm/drm_vma_manager: Add drm_vma_node_allow_once()
Summary: CVE-2023-53001 kernel: drm/drm_vma_manager: Add drm_vma_node_allow_once()
Keywords:
Status: NEW
Alias: CVE-2023-53001
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-03-27 17:01 UTC by OSIDB Bzimport
Modified: 2025-04-01 04:23 UTC (History)
4 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-03-27 17:01:10 UTC
In the Linux kernel, the following vulnerability has been resolved:

drm/drm_vma_manager: Add drm_vma_node_allow_once()

Currently there is no easy way for a drm driver to safely check and allow
drm_vma_offset_node for a drm file just once. Allow drm drivers to call
non-refcounted version of drm_vma_node_allow() so that a driver doesn't
need to keep track of each drm_vma_node_allow() to call subsequent
drm_vma_node_revoke() to prevent memory leak.


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