CVE-2026-53293

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix AMDGPU_INFO_READ_MMR_REG There were multiple issues in that code. First of all the order between the reset semaphore and the mm_lock was wrong (e.g. copy_to_user) was called while holding the lock. Then we allocated memory while holding the reset semaphore which is also a pretty big bug and can deadlock. Then we used down_read_trylock() instead of waiting for the reset to finish. (cherry picked from commit 361b6e6b303d4b691f6c5974d3eaab67ca6dd90e)

Package Linux Kernel
Published 2026-06-26
Last modified 2026-06-26
Patch available
Yes

Affected versions

Linux kernel versions 6.6.55, 6.10.14, 6.11.3, 6.12 and later are affected. Fixed in 6.6.141, 6.12.91, 6.18.33, 7.0.10, 7.1 and their respective stable series.

Affected from
≥ 6.6.55 ≥ 6.10.14 ≥ 6.11.3 ≥ 6.12
Fixed in
✓ 6.6.141 6.6.x ✓ 6.12.91 6.12.x ✓ 6.18.33 6.18.x ✓ 7.0.10 7.0.x ✓ 7.1

Frequently asked questions

  • What is CVE-2026-53293?

    CVE-2026-53293 is a unscored severity Linux kernel vulnerability . It affects Linux kernel versions from 6.6.55 onward and has been patched in 6.6.141, 6.12.91, 6.18.33 and others. CVE-2026-53293 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.

  • Is there a patch available for CVE-2026-53293?

    Yes — CVE-2026-53293 has been patched. Fixed versions include 6.6.141, 6.12.91, 6.18.33 and others. If you are running Linux kernel 6.6.55 or later up to the fix versions, apply the relevant patch for your kernel branch.

  • Is CVE-2026-53293 actively exploited?

    No — CVE-2026-53293 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.