CVE Catalog

CVE-2025-22001

HighCVSS 7.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.19%

8th percentile - higher than 8% of all known CVEs

Summary

In the QAIC (Qualcomm AI Core) accelerator in the Linux kernel, an integer overflow bug was found in qaic_validate_req(). User-controlled u64 variables can cause arithmetic wrapping, potentially leading to incorrect memory allocation.

Risk Assessment

Integer overflow could allow an attacker to manipulate memory allocation, potentially leading to buffer overflow, crash, or privilege escalation.

Recommendation

Update the Linux kernel to a version containing the fix for CVE-2025-22001, which uses check_add_overflow() for safe addition.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS