In the Linux kernel, the following vulnerability has been resolved:
drm/i915: Fix potential bit_17 double-free
A userspace with multiple threads racing I915_GEM_SET_TILING to set the
tiling to I915_TILING_NONE could trigger a double free of the bit_17
bitmask. (Or conversely leak memory on the transition to tiled.) Move
allocation/free'ing of the bitmask within the section protected by the
obj lock.
[tursulin: Correct fixes tag and added cc stable.]
(cherry picked from commit 10e0cbaaf1104f449d695c80bcacf930dcd3c42e)
References
Configurations
Configuration 1 (hide)
|
History
15 Apr 2025, 16:01
Type | Values Removed | Values Added |
---|---|---|
CWE | CWE-415 | |
CPE | cpe:2.3:o:linux:linux_kernel:6.2:rc4:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.2:rc6:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.2:rc3:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.2:rc5:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.2:rc2:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.2:rc1:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* |
|
First Time |
Linux linux Kernel
Linux |
|
Summary |
|
|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.8 |
References | () https://git.kernel.org/stable/c/0769f997a7b6d5cb8336db0b4ec3d2d311b8097c - Patch | |
References | () https://git.kernel.org/stable/c/7057a8f126f14f14b040faecfa220fd27c6c2f85 - Patch | |
References | () https://git.kernel.org/stable/c/b591abac78e25269b12e3d7170c99463f8c5cb02 - Patch | |
References | () https://git.kernel.org/stable/c/e3ebc3e23bd9028a8a9a26cbc5985f99be445f65 - Patch |
27 Mar 2025, 17:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2025-03-27 17:15
Updated : 2025-04-15 16:01
NVD link : CVE-2023-52930
Mitre link : CVE-2023-52930
CVE.ORG link : CVE-2023-52930
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-415
Double Free