Security Advisory

CVE-2025-22001

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-04-03 07:19:04
Last updated 2026-05-11 21:10:43
Assigner Linux
State PUBLISHED

Description

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 doesnt have an integer wrapping bug.