First published: Thu Mar 27 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Add sync after creating vram bo There will be data corruption on vram allocated by svm if the initialization is not complete and application is writting on the memory. Adding sync to wait for the initialization completion is to resolve this issue.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-53009 is considered a medium severity vulnerability due to the potential for data corruption in allocated VRAM.
To fix CVE-2023-53009, ensure you update to the latest version of the Linux kernel that includes the patch for this vulnerability.
The impact of CVE-2023-53009 includes possible data corruption when writing to VRAM allocated by SVM if initialization is incomplete.
CVE-2023-53009 affects versions of the Linux kernel prior to the patch being applied in the stable releases.
Exploiting CVE-2023-53009 requires specific conditions related to VRAM allocation and initialization, making it less likely to be easily exploited.