Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: drm/msm/a6xx: move preempt_prepare_postamble after error check Move the call to preempt_prepare_postamble() after verifying that preempt_postamble_ptr is valid. If preempt_postamble_ptr is NULL, dereferencing it in preempt_prepare_postamble() would lead to a crash. This change avoids calling the preparation function when the postamble allocation has failed, preventing potential NULL pointer dereference and ensuring proper error handling. Patchwork: https://patchwork.freedesktop.org/patch/687659/
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.13.1, < 6.18.3 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/2c46497eb148ec61909f4101b8443f3c4c2daaecPatch
- https://git.kernel.org/stable/c/ef3b04091fd8bc737dc45312375df8625b8318e2Patch
FAQ
What is CVE-2025-71124?
CVE-2025-71124 is a vulnerability with a CVSS score of 5.5 (MEDIUM). In the Linux kernel, the following vulnerability has been resolved: drm/msm/a6xx: move preempt_prepare_postamble after error check Move the call to preempt_prepare_postamble() after verifying that p...
How severe is CVE-2025-71124?
CVE-2025-71124 has been rated MEDIUM with a CVSS base score of 5.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2025-71124?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.