CVE-2023-53002
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
27/03/2025
Last modified:
01/10/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
drm/i915: Fix a memory leak with reused mmap_offset<br />
<br />
drm_vma_node_allow() and drm_vma_node_revoke() should be called in<br />
balanced pairs. We call drm_vma_node_allow() once per-file everytime a<br />
user calls mmap_offset, but only call drm_vma_node_revoke once per-file<br />
on each mmap_offset. As the mmap_offset is reused by the client, the<br />
per-file vm_count may remain non-zero and the rbtree leaked.<br />
<br />
Call drm_vma_node_allow_once() instead to prevent that memory leak.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.7 (including) | 6.1.9 (excluding) |
| cpe:2.3:o:linux:linux_kernel:6.2:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.2:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.2:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.2:rc4:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.2:rc5:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page



