In the Linux kernel, the following vulnerability has been resolved:
accel/qaic: Fix integer overflow in qaic_validate_req()
These are u64 variables that come from the user via
qaic_attach_slice_bo_ioctl(). Use check_add_overflow() to ensure that
the math doesn't have an integer wrapping bug.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2025-04-03 08:15
Updated : 2025-10-01 17:15
NVD link : CVE-2025-22001
Mitre link : CVE-2025-22001
CVE.ORG link : CVE-2025-22001
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-190
Integer Overflow or Wraparound
