CVE-2023-53002

MEDIUM

Linux Kernel 5.7-6.1.9 - Use-After-Free in DRM VMA Node Handling

Title source: llm
STIX 2.1

Description

In the Linux kernel, the following vulnerability has been resolved: drm/i915: Fix a memory leak with reused mmap_offset drm_vma_node_allow() and drm_vma_node_revoke() should be called in balanced pairs. We call drm_vma_node_allow() once per-file everytime a user calls mmap_offset, but only call drm_vma_node_revoke once per-file on each mmap_offset. As the mmap_offset is reused by the client, the per-file vm_count may remain non-zero and the rbtree leaked. Call drm_vma_node_allow_once() instead to prevent that memory leak.

Scores

CVSS v3 5.5
EPSS 0.0019
EPSS Percentile 9.3%
Attack Vector LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

CISA SSVC

Vulnrichment
Exploitation none
Automatable no
Technical Impact partial

Details

CWE
CWE-401
Status published
Products (8)
Linux/Linux < 5.7
Linux/Linux 5.7
Linux/Linux 6.1.9 - 6.1.*
Linux/Linux 6.2
Linux/Linux 7865559872074a9ab169c87915504661d630addf - 0220e4fe178c3390eb0291cdb34912d66972db8a
Linux/Linux 7865559872074a9ab169c87915504661d630addf - 0bdc4b4ba7206c452ee81c82fa66e39d0e1780fb
linux/linux_kernel 6.2 rc1 (5 CPE variants)
linux/linux_kernel 5.7 - 6.1.9
Published Mar 27, 2025
Tracked Since Feb 18, 2026