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.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-12-24 12:15
Updated : 2025-10-01 21:16
NVD link : CVE-2024-53163
Mitre link : CVE-2024-53163
CVE.ORG link : CVE-2024-53163
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-193
Off-by-one Error
