CVE-2023-52930
HighIn 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)
CVSS 3.1 score
7.8
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness type
CWE-415CVE-2023-52930 is classified as CWE-415
See CWE-415 on MITRE CWE for full details on this weakness type.
Affected versions
Linux kernel versions
5.5
and later are affected. Fixed in
5.10.168,
5.15.93,
6.1.11,
6.2
and their respective stable series.
References
The following references provide additional information about CVE-2023-52930 including vendor advisories, patch commits, exploit details, and third-party analysis. Links are sourced from the NIST NVD database.
-
PatchKernel patch commithttps://git.kernel.org/stable/c/0769f997a7b6d5cb8336db0b4ec3d2d311b8097c
-
PatchKernel patch commithttps://git.kernel.org/stable/c/7057a8f126f14f14b040faecfa220fd27c6c2f85
-
PatchKernel patch commithttps://git.kernel.org/stable/c/b591abac78e25269b12e3d7170c99463f8c5cb02
Frequently asked questions
-
What is CVE-2023-52930?
CVE-2023-52930 is a High severity Linux kernel vulnerability with a CVSS score of 7.8 out of 10 . It affects Linux kernel versions from 5.5 onward and has been patched in 5.10.168, 5.15.93, 6.1.11 and others. CVE-2023-52930 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
What is the CVSS score for CVE-2023-52930?
CVE-2023-52930 has a CVSS score of 7.8 out of 10, rated High severity (CVSS 3.1). The vector string is
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H. -
Is there a patch available for CVE-2023-52930?
Yes — CVE-2023-52930 has been patched. Fixed versions include 5.10.168, 5.15.93, 6.1.11 and others. If you are running Linux kernel 5.5 or later up to the fix versions, apply the relevant patch for your kernel branch.
-
Is CVE-2023-52930 actively exploited?
No — CVE-2023-52930 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.