Unrated severityNVD Advisory· Published Dec 24, 2025· Updated Apr 15, 2026
CVE-2025-68731
CVE-2025-68731
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.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected products
4- osv-coords3 versionspkg:linux/kernelpkg:rpm/opensuse/kernel-source&distro=openSUSE%20Tumbleweedpkg:rpm/opensuse/kernel-source-longterm&distro=openSUSE%20Tumbleweed
>= 6.18.0, < 6.18.2+ 2 more
- (no CPE)range: >= 6.18.0, < 6.18.2
- (no CPE)range: < 6.18.5-1.1
- (no CPE)range: < 6.18.16-1.1
Patches
Vulnerability mechanics
References
2News mentions
0No linked articles in our index yet.