Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: media: ar0521: don't overflow when checking PLL values The PLL checks are comparing 64 bit integers with 32 bit ones, as reported by Coverity. Depending on the values of the variables, this may underflow. Fix it ensuring that both sides of the expression are u64.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.0, < 6.1.117 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/438d3085ba5b8b5bfa5290faa594e577f6ac9aa7Patch
- https://git.kernel.org/stable/c/5e1523076acf95b4ea68d19b6f27e6891267cc24Patch
- https://git.kernel.org/stable/c/97ed0c0332d5525653668b31acf62ff1e6b50784Patch
- https://git.kernel.org/stable/c/a244b82d0ae60326901f2b50c15e3118298b7ecdPatch
- https://lists.debian.org/debian-lts-announce/2025/01/msg00001.html
FAQ
What is CVE-2024-53081?
CVE-2024-53081 is a vulnerability with a CVSS score of 5.5 (MEDIUM). In the Linux kernel, the following vulnerability has been resolved: media: ar0521: don't overflow when checking PLL values The PLL checks are comparing 64 bit integers with 32 bit ones, as reported ...
How severe is CVE-2024-53081?
CVE-2024-53081 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-53081?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.