First published: Tue Dec 24 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: crypto: qat/qat_420xx - fix off by one in uof_get_name() This is called from uof_get_name_420xx() where "num_objs" is the ARRAY_SIZE() of fw_objs[]. The > needs to be >= to prevent an out of bounds access.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux kernel | ||
debian/linux | 5.10.223-1 5.10.226-1 6.1.123-1 6.1.128-1 6.12.12-1 6.12.15-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The severity of CVE-2024-53163 is categorized as a medium severity vulnerability.
To fix CVE-2024-53163, update the Linux Kernel to the latest version that includes the patch for this vulnerability.
CVE-2024-53163 affects the Linux Kernel, specifically in the crypto subsystem related to the QAT driver.
CVE-2024-53163 is classified as an off-by-one error that can lead to out-of-bounds access.
CVE-2024-53163 requires local access to exploit, making remote exploitation unlikely.