Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: drm/ast: Fix soft lockup There is a while-loop in ast_dp_set_on_off() that could lead to infinite-loop. This is because the register, VGACRI-Dx, checked in this API is a scratch register actually controlled by a MCU, named DPMCU, in BMC. These scratch registers are protected by scu-lock. If suc-lock is not off, DPMCU can not update these registers and then host will have soft lockup due to never updated status. DPMCU is used to control DP and relative registers to handshake with host's VGA driver. Even the most time-consuming task, DP's link training, is less than 100ms. 200ms should be enough.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 5.19, < 6.1.87 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/35768baf0fdfc47ede42d899506bad78450e9294Patch
- https://git.kernel.org/stable/c/8a6fea3fcb577a543ef67683ca7105bde49a38fbPatch
- https://git.kernel.org/stable/c/a81b2acd43e24e419f65df97348c76a5a1496066Patch
- https://git.kernel.org/stable/c/bc004f5038220b1891ef4107134ccae44be55109Patch
- https://git.kernel.org/stable/c/35768baf0fdfc47ede42d899506bad78450e9294Patch
- https://git.kernel.org/stable/c/8a6fea3fcb577a543ef67683ca7105bde49a38fbPatch
- https://git.kernel.org/stable/c/a81b2acd43e24e419f65df97348c76a5a1496066Patch
- https://git.kernel.org/stable/c/bc004f5038220b1891ef4107134ccae44be55109Patch
FAQ
What is CVE-2024-35952?
CVE-2024-35952 is a vulnerability with a CVSS score of 5.5 (MEDIUM). In the Linux kernel, the following vulnerability has been resolved: drm/ast: Fix soft lockup There is a while-loop in ast_dp_set_on_off() that could lead to infinite-loop. This is because the regist...
How severe is CVE-2024-35952?
CVE-2024-35952 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-2024-35952?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.