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
06 Mar 2025, 12:42
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
|
CWE | CWE-193 | |
CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
First Time |
Linux linux Kernel
Linux |
|
References | () https://git.kernel.org/stable/c/91eef1ad75f03d37dba926b73f9dd6f058bc4d58 - Patch | |
References | () https://git.kernel.org/stable/c/93a11608fb3720e1bc2b19a2649ac2b49cca1921 - Patch | |
References | () https://git.kernel.org/stable/c/c23661a36eea840b657e485d48ed88b246da1bb8 - Patch |
24 Dec 2024, 12:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-12-24 12:15
Updated : 2025-03-06 12:42
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