CVE-2026-64098

HIGHPre-NVD 7.87.8
EchelonGraph scoreMEDIUM confidence

Score 7.8 from GitHub Security Advisory (severity: HIGH) published 2026-07-19. a secondary CVSS source baseline 7.8; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — 4 sources updated this week
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

A fix is available — apply it.

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

drm/virtio: use uninterruptible resv lock for plane updates

virtio_gpu_cursor_plane_update() and virtio_gpu_resource_flush() lock the framebuffer BO's dma_resv via virtio_gpu_array_lock_resv() and ignore its return value. The function can fail with -EINTR from dma_resv_lock_interruptible() (signal during lock wait) or with -ENOMEM from dma_resv_reserve_fences() (fence slot allocation), leaving the resv lock not held. The queue path then walks the object array and calls dma_resv_add_fence(), which requires the lock held; with lockdep enabled this trips dma_resv_assert_held():

WARNING: drivers/dma-buf/dma-resv.c:296 at dma_resv_add_fence+0x71e/0x840 Call Trace: virtio_gpu_array_add_fence virtio_gpu_queue_ctrl_sgs virtio_gpu_queue_fenced_ctrl_buffer virtio_gpu_cursor_plane_update drm_atomic_helper_commit_planes drm_atomic_helper_commit_tail commit_tail drm_atomic_helper_commit drm_atomic_commit drm_atomic_helper_update_plane __setplane_atomic drm_mode_cursor_universal drm_mode_cursor_common drm_mode_cursor_ioctl drm_ioctl __x64_sys_ioctl

Beyond the WARN, mutating the dma_resv fence list without the lock races with concurrent readers/writers and can corrupt the list.

Both call sites run inside the .atomic_update plane callback, which DRM atomic helpers do not allow to fail (by the time it runs, the commit has been signed off to userspace and there is no clean rollback path). Moving the lock acquisition to .prepare_fb was rejected because the broader lock scope deadlocks against other BO locking paths in the same atomic commit.

Introduce virtio_gpu_lock_one_resv_uninterruptible() that uses dma_resv_lock() instead of dma_resv_lock_interruptible(). This eliminates the -EINTR failure mode -- the realistic syzbot trigger -- without extending the lock hold across the commit. The helper locks a single BO and rejects nents > 1 with -EINVAL; both fix sites lock exactly one BO.

Use it from virtio_gpu_cursor_plane_update() and virtio_gpu_resource_flush(); check the return value to handle the remaining -ENOMEM case from dma_resv_reserve_fences() by freeing the objs and skipping the plane update for that frame. The framebuffer BOs touched here are not shared with other contexts and lock contention is expected to be brief, so the loss of signal-interruptibility is acceptable.

Other callers of virtio_gpu_array_lock_resv() (the ioctl paths) continue to use the interruptible variant.

The bug was reported by syzbot, triggered via fault injection (fail_nth) on the DRM_IOCTL_MODE_CURSOR path, which forces the -ENOMEM branch in dma_resv_reserve_fences().

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
2%
KEV
Not listed

Published

July 19, 2026

Last Modified

August 11, 2026

Advisory Details (6)

Auto-updated Jul 21, 2026
No patch confirmed yet.
generic

drm/virtio: use uninterruptible resv lock for plane updates - kernel/git/stable/linux.git - Linux kernel stable tree

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

drm/virtio: use uninterruptible resv lock for plane updates - kernel/git/stable/linux.git - Linux kernel stable tree

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

drm/virtio: use uninterruptible resv lock for plane updates - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/9af1b6e175c82daf4b423da339a722d8e67a735a
generic

drm/virtio: use uninterruptible resv lock for plane updates - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/8fadd01cf461fee5bb11506621339c548447e5c7
generic

drm/virtio: use uninterruptible resv lock for plane updates - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/7930eee22cd3df61e85be8aa512032ab303b7167
generic

drm/virtio: use uninterruptible resv lock for plane updates - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/21ab64c77a30d56efc506c8fa2ad8959f8ce3d36

Vendor Advisories for CVE-2026-64098(1)

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

Patch Availability(8)

Patches are aggregated from vendor advisories (Red Hat, Microsoft, Cisco, GitHub) and package ecosystems (OSV, GHSA). Multiple rows for the same upstream release have been deduplicated.

Affected Packages

(4 across 4 ecosystems)
Debian:11(1)
PackageVulnerable rangeFixed inDependents
linux5.10.103-1 ... 7.2~rc5-1~exp1 (496 versions)
Debian:12(1)
PackageVulnerable rangeFixed inDependents
linux6.1.106-1 ... 6.1.99-1 (53 versions)6.1.176-1
Debian:13(1)
PackageVulnerable rangeFixed inDependents
linux6.12.38-1 ... 6.12.94-1~bpo12+1 (27 versions)6.12.94-1
Debian:14(1)
PackageVulnerable rangeFixed inDependents
linux6.12.100-1 ... 7.0.9-1~bpo13+1 (141 versions)7.0.12-1

Weakness Classification(1)

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

All Vendor Advisories

(8)

Data Freshness Timeline

(refreshed 20× in last 7d / 91× 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 248 total refreshes for this CVE.

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

Frequently asked(5)

What is CVE-2026-64098?
CVE-2026-64098 is a high vulnerability published on July 19, 2026. In the Linux kernel, the following vulnerability has been resolved: drm/virtio: use uninterruptible resv lock for plane updates virtiogpucursorplaneupdate() and virtiogpuresource_flush() lock the framebuffer BO's dmaresv via virtiogpuarraylock_resv() and ignore its return value. The function can…
When was CVE-2026-64098 disclosed?
CVE-2026-64098 was first published in the National Vulnerability Database on July 19, 2026, with the most recent update on August 11, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-64098 actively exploited?
CVE-2026-64098 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 98.4% of all scored CVEs.
What is the CVSS score of CVE-2026-64098?
CVE-2026-64098 has a CVSS v3 base score of 7.8 (NVD).
How do I remediate CVE-2026-64098?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-64098, 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-64098

Explore →

Is Your Infrastructure Affected by CVE-2026-64098?

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