2 matches found
The vulnerability of the LPIT component in the Linux operating system’s kernel allows a hacker to execute arbitrary code.
The vulnerability of the LPIT component in the Linux operating system’s kernel is related to a numerical overflow in the lpitupdateresidency function. Exploiting this vulnerability allows an attacker to execute arbitrary code...
DEBIAN-CVE-2023-52683
In the Linux kernel, the following vulnerability has been resolved: ACPI: LPIT: Avoid u32 multiplication overflow In lpitupdateresidency there is a possibility of overflow in multiplication, if tsckhz is large enough UINTMAX/1000. Change multiplication to mulu32u32. Found by Linux Verification...