CVE-2024-53081

CVSS 3.1 Score 5.5 of 10 (medium)

Details

Published Nov 19, 2024
Updated: Nov 27, 2024
CWE ID 191

Summary

CVE-2024-53081 is a vulnerability affecting the Linux kernel's media driver ar0521. The issue stems from PLL (Phase-Locked Loop) value checks that compare 64-bit integers with 32-bit ones. This comparison may result in an underflow due to the size mismatch. The vulnerability has been mitigated by ensuring that both sides of the expression are treated as u64 (unsigned 64-bit) types to prevent potential data corruption or unintended behavior.

Ligh bulbPrevent cyber attacks with Recorded Future by prioritizing and patching critical vulnerabilities being exploited by threat actors targeting your industry. Book your demo to learn more.

Share