Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: drm: zynqmp_dp: Fix integer overflow in zynqmp_dp_rate_get() This patch fixes a potential integer overflow in the zynqmp_dp_rate_get() The issue comes up when the expression drm_dp_bw_code_to_link_rate(dp->test.bw_code) * 10000 is evaluated using 32-bit Now the constant is a compatible 64-bit type. Resolves coverity issues: CID 1636340 and CID 1635811
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.13, < 6.13.4 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/325d889c5403ba20a24097f64c32d27ab993c2c3Patch
- https://git.kernel.org/stable/c/67a615c5cb6dc33ed35492dc0d67e496cbe8de68Patch
FAQ
What is CVE-2024-52557?
CVE-2024-52557 is a vulnerability with a CVSS score of 5.5 (MEDIUM). In the Linux kernel, the following vulnerability has been resolved: drm: zynqmp_dp: Fix integer overflow in zynqmp_dp_rate_get() This patch fixes a potential integer overflow in the zynqmp_dp_rate_g...
How severe is CVE-2024-52557?
CVE-2024-52557 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-52557?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.