← Back to CVE List

CVE-2025-22001

Published: 2025-04-03T08:15Z
Last Modified: 2025-04-10T16:14Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
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. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt