Bug 2357136 (CVE-2025-22001) - CVE-2025-22001 kernel: accel/qaic: Fix integer overflow in qaic_validate_req()
Summary: CVE-2025-22001 kernel: accel/qaic: Fix integer overflow in qaic_validate_req()
Keywords:
Status: NEW
Alias: CVE-2025-22001
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-04-03 08:01 UTC by OSIDB Bzimport
Modified: 2025-04-09 10:53 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-04-03 08:01:30 UTC
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.

Comment 1 Avinash Hanwate 2025-04-03 09:41:34 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2025040349-CVE-2025-22001-5187@gregkh/T


Note You need to log in before you can comment on or make changes to this bug.