First published: Thu Mar 27 2025(Updated: )
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)
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | ||
Linux Kernel | >=5.5<5.10.168 | |
Linux Kernel | >=5.11<5.15.93 | |
Linux Kernel | >=5.16<6.1.11 | |
Linux Kernel | =6.2-rc1 | |
Linux Kernel | =6.2-rc2 | |
Linux Kernel | =6.2-rc3 | |
Linux Kernel | =6.2-rc4 | |
Linux Kernel | =6.2-rc5 | |
Linux Kernel | =6.2-rc6 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The severity of CVE-2023-52930 is classified as medium due to the potential for double free vulnerabilities in the Linux kernel.
To fix CVE-2023-52930, users should upgrade their Linux kernel to versions that include the patch addressing this vulnerability.
CVE-2023-52930 affects Linux kernel versions from 5.5 to 6.2-rc6, including certain releases in between.
CVE-2023-52930 enables a potential denial of service attack through double free conditions and memory corruption.
There are no known effective workarounds for CVE-2023-52930 other than applying the relevant patches.