CVE-2026-53145

HIGHPre-NVD 7.87.8
EchelonGraph scoreMEDIUM confidence

Score 7.8 from GitHub Security Advisory (severity: HIGH) published 2026-06-25. the CNA's CVSS baseline 7.8; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: cna:linux, epss, ghsa
7.8EG
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS PROB: 0%CVSS: 7.8Exploit: None knownExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

In the Linux kernel, the following vulnerability has been resolved:

drm/gem: Try to fix change_handle ioctl, attempt 4

[airlied: just added some comments on how to reenable] On-list because the cat is out of the bag and we're clearly not good enough to figure this out in private. The story thus far:

5e28b7b94408 ("drm: Set old handle to NULL before prime swap in change_handle") tried to fix a race condition between the gem_close and gem_change_handle ioctls, but got a few things wrong:

  • There's a confusion with the local variable handle, which is actually
the new handle, and so the two-stage trick was actually applied to the wrong idr slot. 7164d78559b0 ("drm/gem: fix race between change_handle and handle_delete") tried to fix that by adding yet another code block, but forgot to add the error handling. Which meant we now have two paths, both kinda wrong.
  • dc366607c41c ("drm: Replace old pointer to new idr") tried to apply
another fix, but inconsistently, again because of the handle confusion
  • this would be the right fix (kinda, somewhat, it's a mess) if we'd
do the two-stage approach for the new handle. Except that wasn't the intent of the original fix.

We also didn't have an igt merged for the original ioctl, which is a big no-go. This was attempted to address off-list in the original bugfix, and amd QA people claimed the bug was fixed now. Very clearly that's not the case. Here's my attempt to sort this out:

  • Rename the local variable to new_handle, the old aliasing with
args->handle is just too dangerously confusing.
  • Merge the gem obj lookup with the two-stage idr_replace so that we
avoid getting ourselves confused there.
  • This means we don't have a surplus temporary reference anymore, only
an inherited from the idr. A concurrent gem_close on the new_handle could steal that. Fix that with the same two-stage approach create_tail uses. This is a bit overkill as documented in the comment, but I also don't trust my ability to understand this all correctly, so go with the established pattern we have from other ioctls instead for maximum paranoia.
  • Adjust error paths. I've tried to make the error and success paths
common, because they are identical except for which handle is removed and on which we call idr_replace to (re)install the object again. But that made things messier to read, so I've left it at the more verbose version, which unfortunately hides the symmetry in the entire code flow a bit.
  • While at it, also replace the 7 space indent with 1 tab.

And finally, because I flat out don't trust my abilities here at all anymore:

  • Disable the ioctl until we have the igt situation and everything else
sorted out on-list and with full consensus.

v2:

Sashiko noticed that I didn't handle the error path for idr_replace correctly, it must be checked with IS_ERR_OR_NULL like in gem_handle_delete. So yeah, definitely should just the existing paths 1:1 because this is endless amounts of tricky.

Also add the Fixes: line for the original ioctl, I forgot that too.

CVSS v3
7.8
EG Score
7.8(medium)
EG Risk
40(Track)
EG Risk 40/100SSVC: Track

EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).

How it’s computed
Severity78% × 45%
Exploitation0% × 40%
Automatability30% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
3%
KEV
Not listed

Published

June 25, 2026

Last Modified

August 5, 2026

Advisory Details (3)

Auto-updated Jun 28, 2026
No patch confirmed yet.
generic

drm/gem: Try to fix change_handle ioctl, attempt 4 - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/c0639ede2f24ac224b2079cd35ecd5fd8ad4e3cd
generic

drm/gem: Try to fix change_handle ioctl, attempt 4 - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/1d9b93df7fc768228906e24220591ec1cddad391
generic

drm/gem: Try to fix change_handle ioctl, attempt 4 - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/1a4f03d22fb655e5f192244fb2c87d8066fcfca2

Vendor Advisories for CVE-2026-53145(1)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Affected Packages

(1 across 1 ecosystem)
Debian:14(1)
PackageVulnerable rangeFixed inDependents
linux6.12.100-1 ... 7.0.9-1~bpo13+1 (145 versions)7.0.13-1

Weakness Classification(1)

MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.

Data Freshness Timeline

(refreshed 5× in last 7d / 60× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

Showing the most recent 100 of 183 total refreshes for this CVE.

  1. 2026-09-11 14:53 UTCEPSS rescore
  2. 2026-09-10 09:35 UTCEPSS rescore
  3. 2026-09-08 22:01 UTCEPSS rescore
  4. 2026-09-07 16:01 UTCEPSS rescore
  5. 2026-09-06 13:47 UTCEPSS rescore
  6. 2026-09-04 05:06 UTCEPSS rescore
  7. 2026-09-01 13:54 UTCEPSS rescore
  8. 2026-08-30 19:43 UTCEG score recompute
  9. 2026-08-30 19:43 UTCGHSA enrichment
  10. 2026-08-30 19:17 UTCEPSS rescore
  11. 2026-08-30 01:22 UTCEPSS rescore
  12. 2026-08-28 21:41 UTCEPSS rescore
  13. 2026-08-28 02:55 UTCEG score recompute
  14. 2026-08-28 02:55 UTCGHSA enrichment
  15. 2026-08-27 14:25 UTCEPSS rescore
  16. 2026-08-26 14:46 UTCEPSS rescore
  17. 2026-08-25 13:49 UTCEPSS rescore
  18. 2026-08-25 02:37 UTCEG score recompute
  19. 2026-08-25 02:37 UTCGHSA enrichment
  20. 2026-08-24 13:51 UTCEG score recompute
  21. 2026-08-24 13:51 UTCGHSA enrichment
  22. 2026-08-24 01:07 UTCGHSA enrichment
  23. 2026-08-23 12:20 UTCEG score recompute
  24. 2026-08-23 12:20 UTCGHSA enrichment
  25. 2026-08-23 00:19 UTCEPSS rescore
Show 75 more
  1. 2026-08-22 23:37 UTCGHSA enrichment
  2. 2026-08-22 10:54 UTCEG score recompute
  3. 2026-08-22 10:54 UTCGHSA enrichment
  4. 2026-08-21 23:49 UTCEPSS rescore
  5. 2026-08-21 21:26 UTCGHSA enrichment
  6. 2026-08-21 08:41 UTCEG score recompute
  7. 2026-08-21 08:41 UTCGHSA enrichment
  8. 2026-08-20 22:55 UTCEPSS rescore
  9. 2026-08-20 19:58 UTCGHSA enrichment
  10. 2026-08-20 07:11 UTCEG score recompute
  11. 2026-08-20 07:11 UTCGHSA enrichment
  12. 2026-08-19 17:04 UTCEPSS rescore
  13. 2026-08-19 14:20 UTCGHSA enrichment
  14. 2026-08-19 01:35 UTCEG score recompute
  15. 2026-08-19 01:35 UTCGHSA enrichment
  16. 2026-08-18 13:48 UTCEPSS rescore
  17. 2026-08-17 13:47 UTCEPSS rescore
  18. 2026-08-17 06:11 UTCGHSA enrichment
  19. 2026-08-16 16:43 UTCEG score recompute
  20. 2026-08-16 16:43 UTCGHSA enrichment
  21. 2026-08-16 14:56 UTCEPSS rescore
  22. 2026-08-16 03:55 UTCEG score recompute
  23. 2026-08-16 03:55 UTCGHSA enrichment
  24. 2026-08-16 02:14 UTCEPSS rescore
  25. 2026-08-15 15:12 UTCGHSA enrichment
  26. 2026-08-15 02:29 UTCEG score recompute
  27. 2026-08-15 02:29 UTCGHSA enrichment
  28. 2026-08-15 01:30 UTCEPSS rescore
  29. 2026-08-14 13:47 UTCGHSA enrichment
  30. 2026-08-14 01:04 UTCEG score recompute
  31. 2026-08-14 01:04 UTCGHSA enrichment
  32. 2026-08-13 22:00 UTCEPSS rescore
  33. 2026-08-13 12:21 UTCGHSA enrichment
  34. 2026-08-12 23:38 UTCEG score recompute
  35. 2026-08-12 23:38 UTCGHSA enrichment
  36. 2026-08-12 13:51 UTCEPSS rescore
  37. 2026-08-12 10:56 UTCGHSA enrichment
  38. 2026-08-11 22:12 UTCEG score recompute
  39. 2026-08-11 22:12 UTCGHSA enrichment
  40. 2026-08-11 09:23 UTCGHSA enrichment
  41. 2026-08-10 20:40 UTCGHSA enrichment
  42. 2026-08-10 07:57 UTCGHSA enrichment
  43. 2026-08-09 19:14 UTCEG score recompute
  44. 2026-08-09 19:14 UTCGHSA enrichment
  45. 2026-08-09 13:46 UTCEPSS rescore
  46. 2026-08-09 06:32 UTCGHSA enrichment
  47. 2026-08-08 17:50 UTCEG score recompute
  48. 2026-08-08 17:50 UTCGHSA enrichment
  49. 2026-08-08 16:37 UTCEPSS rescore
  50. 2026-08-08 05:07 UTCEG score recompute
  51. 2026-08-08 05:07 UTCGHSA enrichment
  52. 2026-08-07 16:25 UTCGHSA enrichment
  53. 2026-08-07 03:42 UTCGHSA enrichment
  54. 2026-08-06 15:00 UTCEG score recompute
  55. 2026-08-06 15:00 UTCGHSA enrichment
  56. 2026-08-06 13:47 UTCEPSS rescore
  57. 2026-08-06 02:17 UTCEG score recompute
  58. 2026-08-06 02:17 UTCGHSA enrichment
  59. 2026-08-05 19:17 UTCEPSS rescore
  60. 2026-08-05 13:34 UTCEG score recompute
  61. 2026-08-05 13:34 UTCGHSA enrichment
  62. 2026-08-05 03:50 UTCEG score recompute
  63. 2026-08-05 03:50 UTCGHSA enrichment
  64. 2026-08-04 15:10 UTCEPSS rescore
  65. 2026-08-04 15:08 UTCGHSA enrichment
  66. 2026-08-03 20:36 UTCEG score recompute
  67. 2026-08-03 20:36 UTCGHSA enrichment
  68. 2026-08-03 10:36 UTCEPSS rescore
  69. 2026-08-03 07:53 UTCGHSA enrichment
  70. 2026-08-02 19:07 UTCGHSA enrichment
  71. 2026-08-02 06:24 UTCGHSA enrichment
  72. 2026-08-01 17:40 UTCGHSA enrichment
  73. 2026-08-01 04:57 UTCEG score recompute
  74. 2026-08-01 04:57 UTCGHSA enrichment
  75. 2026-08-01 04:16 UTCEPSS rescore

Frequently asked(5)

What is CVE-2026-53145?
CVE-2026-53145 is a high vulnerability published on June 25, 2026. In the Linux kernel, the following vulnerability has been resolved: drm/gem: Try to fix change_handle ioctl, attempt 4 [airlied: just added some comments on how to reenable] On-list because the cat is out of the bag and we're clearly not good enough to figure this out in private. The story thus…
When was CVE-2026-53145 disclosed?
CVE-2026-53145 was first published in the National Vulnerability Database on June 25, 2026, with the most recent update on August 5, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-53145 actively exploited?
CVE-2026-53145 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 0% probability of exploitation in the next 30 days, which ranks it in the top 96.6% of all scored CVEs.
What is the CVSS score of CVE-2026-53145?
CVE-2026-53145 has a CVSS v4.0 base score of 7.8 (CNA self-assessment; NVD's own analysis pending).
How do I remediate CVE-2026-53145?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-53145, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-53145

Explore →

Is Your Infrastructure Affected by CVE-2026-53145?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.