CVE-2025-68731
Last modified
CVE-2025-68731 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix an integer overflow in aie2_query_ctx_status_array() The unpublished smatch static checker reported a warning. drivers/accel/amdxdna/aie2_pci.c:904 aie2_query_ctx_status_array() warn: potential user controlled sizeof overflow 'args->num_element * args->element_size' '1-u32max(user) * 1-u32max(user)' Even this will not cause a real issue, it is better to put a reasonable limitation for element_size and num_element. Add condition to make sure the input element_size <= 4K and num_element <= 1K.. EPSS estimates a 0.15% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix an integer overflow in aie2_query_ctx_status_array() The unpublished smatch static checker reported a warning. drivers/accel/amdxdna/aie2_pci.c:904 aie2_query_ctx_status_array() warn: potential user controlled sizeof overflow 'args->num_element * args->element_size' '1-u32max(user) * 1-u32max(user)' Even this will not cause a real issue, it is better to put a reasonable limitation for element_size and num_element. Add condition to make sure the input element_size <= 4K and num_element <= 1K.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 2f509fe6a42cda845890273fe759fb7ba9edad97, < 359653edd5374fbba28f93043554dcc494aee85f; >= 2f509fe6a42cda845890273fe759fb7ba9edad97, < 9e16c8bf9aebf629344cfd4cd5e3dc7d8c3f7d82 |
| Linux | Linux | 6.18 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2025-68731?
How severe is CVE-2025-68731?
How do I fix CVE-2025-68731?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2025
- CVE-2025-68726In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2025-68727In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68728In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68729In the Linux kernel, the following vulnerability has been re…
- CVE-2025-6873A vulnerability, which was classified as critical, has been …7.2
- CVE-2025-68730In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-68732In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68733In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68734In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68735In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-68736In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2025-68737In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2025-68731?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
