CVE-2026-80576
In the Linux kernel, the following vulnerability has been resolved:
drm/amdgpu: reject oversized IBs with per-ring packet limits
On GFX rings, amdgpu_cs_p2_ib() passed user-supplied ib_bytes through
to ib->length_dw without a limit, while ring_emit_ib() encodes length
into packet fields. Oversized values can corrupt adjacent control bits
and destabilize command submission.
Add a per-ring IB packet size limit helper and reject command
submissions exceeding the corresponding dword limit before IB
allocation. Use the documented 20-bit limit for GFX/compute/SDMA/VPE,
and apply the MM fallback limit for other ring types.
(cherry picked from commit 7f48fa2cf62e3fa6c9c3870aa74988f773247e52)
CSIRTS triage
- What
- AMD GPU driver fails to reject oversized indirect buffers, bypassing per-ring packet limits.
- Who is affected
- Systems with AMD GPUs running affected Linux kernel versions.
- Urgency
- Medium priority; unpatched systems can be subjected to denial of service via oversized IB submission.
- Action
- Update to Linux kernel version with amdgpu IB size validation applied.
AI-assisted analysis generated from the source advisory — verify against the original.
⚡ Watch CVE-2026-80576
Get an email if CVE-2026-80576 is added to CISA KEV, gains public exploit code, or a new advisory cites it — max one per day, one-click unsubscribe.
Exploitation outlook
- Low exploitation risk0.12% 30-day exploitation probability — currently an unlikely target, but scores change as exploit code circulates. Riskier than 2% of all EPSS-scored CVEs.
Advisory coverage (2)
External references
Embed the live status
— this badge updates automatically when the KEV or exploit status changes. How to embed it →
[](https://www.csirts.com/cve/CVE-2026-80576)