First published: Fri May 17 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: ACPI: LPIT: Avoid u32 multiplication overflow In lpit_update_residency() there is a possibility of overflow in multiplication, if tsc_khz is large enough (> UINT_MAX/1000). Change multiplication to mul_u32_u32(). Found by Linux Verification Center (linuxtesting.org) with SVACE.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
redhat/kernel | <4.19.306 | 4.19.306 |
redhat/kernel | <5.4.268 | 5.4.268 |
redhat/kernel | <5.10.209 | 5.10.209 |
redhat/kernel | <5.15.148 | 5.15.148 |
redhat/kernel | <6.1.75 | 6.1.75 |
redhat/kernel | <6.6.14 | 6.6.14 |
redhat/kernel | <6.7.2 | 6.7.2 |
redhat/kernel | <6.8 | 6.8 |
debian/linux | 5.10.223-1 5.10.226-1 6.1.123-1 6.1.119-1 6.12.11-1 6.12.12-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-52683 has been rated as a medium severity vulnerability.
To fix CVE-2023-52683, update the kernel to version 4.19.306, 5.4.268, 5.10.209, 5.15.148, 6.1.75, 6.6.14, 6.7.2, or 6.8 from Red Hat, or to specific versions from Debian as mentioned in the advisory.
CVE-2023-52683 affects the ACPI implementation within multiple versions of the Linux kernel.
CVE-2023-52683 is a vulnerability that involves a potential multiplication overflow in the LPIT ACPI code.
Systems using the specified vulnerable versions of the Linux kernel are impacted by CVE-2023-52683.