CVE-2024-53081: media: ar0521: don't overflow when checking PLL values
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.
Other sources
This CVE was automatically created from a reference found in an email or other text. If you are reading this, then this CVE entry is probably erroneous, since this text should be replaced by the official CVE description automatically.
— Launchpad
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2024-53081?
CVE-2024-53081 is categorized as a medium severity vulnerability affecting the Linux kernel.
How do I fix CVE-2024-53081?
To resolve CVE-2024-53081, update the Linux kernel to the latest version where the vulnerability has been patched.
Which versions of the Linux kernel are affected by CVE-2024-53081?
CVE-2024-53081 affects Linux kernel versions from 6.0 to 6.1.117 and from 6.2 to 6.6.61, including several release candidates.
What is the nature of the vulnerability in CVE-2024-53081?
CVE-2024-53081 involves an underflow issue in PLL checks due to comparing 64-bit integers with 32-bit integers.
Is there a workaround available for CVE-2024-53081?
There are no specific workarounds for CVE-2024-53081; upgrading the kernel is the recommended approach.