CVE-2026-68103Patch

LOWCVSS 7.1 · HIGH

Signal is active with 1 mentions in latest observed window

Immediate actions

  • Patch affected systems immediately

Recommended action window: Monitor and triage in normal cycle

NVD description

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: reject mapping a reserved doorbell to a new queue When creating an user-queue, the user space provides a doorbell BO handle and an offset within the bo to obtain a doorbell. However current implementation using xa_store_irq() to store a doorbell, which allows a later queue created with the same BO and offset parameters to overwrite an existing queue and doorbell mapping. This can cause problems like misrouting fence IRQ processing to a wrong queue, and mislead the cleanup process of one queue erasing the mapping of another queue. This commit fixes this issue by replacing xa_store_irq with xa_insert_irq, which rejects mapping a reserved doorbell to a newly created queue (cherry picked from commit 6244eae22966350db52faf9c1369d3b2ffc5de4e)

0.5/ 10 priority

Sources & remediation

Priority

LOW

Exploitation

NONE

PoC

NONE

Patch

AVAILABLE

Momentum

NONE

Threat summary

  • Patch or workaround signal is available
  • 1 mentions across 1 observed day

What's happening

  • Patch or workaround mentioned in 1 signal
  • Technical details provided in 1 signal
  • 1 total mentions across 1 day

Deep dive

Activity timeline1 mentions / 1d
00111Mentions · 2026-08-11: 1Patch / Workaround · 2026-08-11: 1Technical Details · 2026-08-11: 108-11
Signal classification1 categories
Patch
1100.0%
Referenced assets1 URL
Full discourse1 post
  • Windows Forum@windowsforum
    Patch

    🛠️ CVE-2026-68103 is an AMDGPU Linux user-queue bug—not a Windows Radeon meltdown. Linux users exposing user queues should patch; everyone else can stop panic-updating Windows. https://windowsforum.com/security-alerts.84/cve-2026-68103-linux-7-1-6-fixes-amdgpu-userq-collision.442528/?utm_source=x&utm_medium=social&utm_campaign=news_node84 #LinuxKernel #GpuSecurity #Cve2026 #Amdgpu https://t.co/hqm5eGEM4i

    Post summary

    CVE‑2026‑68103 is an AMDGPU Linux user‑queue bug that requires patching on affected Linux systems; no evidence of active exploitation, PoC, or false‑positive status is provided.

    0000043
    1.3K followersView on X

Explore more