CVE-2026-31656

HIGHNVD 7.87.8
EchelonGraph scoreMEDIUM confidence

Score 7.8 from GitHub Security Advisory (severity: HIGH) published 2026-04-24. NVD baseline CVSS 7.8; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, nvd
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/i915/gt: fix refcount underflow in intel_engine_park_heartbeat

A use-after-free / refcount underflow is possible when the heartbeat worker and intel_engine_park_heartbeat() race to release the same engine->heartbeat.systole request.

The heartbeat worker reads engine->heartbeat.systole and calls i915_request_put() on it when the request is complete, but clears the pointer in a separate, non-atomic step. Concurrently, a request retirement on another CPU can drop the engine wakeref to zero, triggering __engine_park() -> intel_engine_park_heartbeat(). If the heartbeat timer is pending at that point, cancel_delayed_work() returns true and intel_engine_park_heartbeat() reads the stale non-NULL systole pointer and calls i915_request_put() on it again, causing a refcount underflow:

<4> [487.221889] Workqueue: i915-unordered engine_retire [i915]
<4> [487.222640] RIP: 0010:refcount_warn_saturate+0x68/0xb0
...
<4> [487.222707] Call Trace:
<4> [487.222711]  
<4> [487.222716]  intel_engine_park_heartbeat.part.0+0x6f/0x80 [i915]
<4> [487.223115]  intel_engine_park_heartbeat+0x25/0x40 [i915]
<4> [487.223566]  __engine_park+0xb9/0x650 [i915]
<4> [487.223973]  ____intel_wakeref_put_last+0x2e/0xb0 [i915]
<4> [487.224408]  __intel_wakeref_put_last+0x72/0x90 [i915]
<4> [487.224797]  intel_context_exit_engine+0x7c/0x80 [i915]
<4> [487.225238]  intel_context_exit+0xf1/0x1b0 [i915]
<4> [487.225695]  i915_request_retire.part.0+0x1b9/0x530 [i915]
<4> [487.226178]  i915_request_retire+0x1c/0x40 [i915]
<4> [487.226625]  engine_retire+0x122/0x180 [i915]
<4> [487.227037]  process_one_work+0x239/0x760
<4> [487.227060]  worker_thread+0x200/0x3f0
<4> [487.227068]  ? __pfx_worker_thread+0x10/0x10
<4> [487.227075]  kthread+0x10d/0x150
<4> [487.227083]  ? __pfx_kthread+0x10/0x10
<4> [487.227092]  ret_from_fork+0x3d4/0x480
<4> [487.227099]  ? __pfx_kthread+0x10/0x10
<4> [487.227107]  ret_from_fork_asm+0x1a/0x30
<4> [487.227141]

Fix this by replacing the non-atomic pointer read + separate clear with xchg() in both racing paths. xchg() is a single indivisible hardware instruction that atomically reads the old pointer and writes NULL. This guarantees only one of the two concurrent callers obtains the non-NULL pointer and performs the put, the other gets NULL and skips it.

(cherry picked from commit 13238dc0ee4f9ab8dafa2cca7295736191ae2f42)

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

April 24, 2026

Last Modified

August 5, 2026

Advisory Details (8)

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

drm/i915/gt: fix refcount underflow in intel_engine_park_heartbeat - kernel/git/stable/linux.git - Linux kernel stable tree

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

drm/i915/gt: fix refcount underflow in intel_engine_park_heartbeat - kernel/git/stable/linux.git - Linux kernel stable tree

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

drm/i915/gt: fix refcount underflow in intel_engine_park_heartbeat - kernel/git/stable/linux.git - Linux kernel stable tree

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

drm/i915/gt: fix refcount underflow in intel_engine_park_heartbeat - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/82034799c6c14b3104668878c3f3e5786f777126
generic

drm/i915/gt: fix refcount underflow in intel_engine_park_heartbeat - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/70d3e622b10092fc483e28e57b4e8c49d9cc7f68
generic

drm/i915/gt: fix refcount underflow in intel_engine_park_heartbeat - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/4c71fd099513bfa8acab529b626e1f0097b76061
generic

drm/i915/gt: fix refcount underflow in intel_engine_park_heartbeat - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/455d98ed527fc94eed90406f90ab2391464ca657
generic

drm/i915/gt: fix refcount underflow in intel_engine_park_heartbeat - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/2af8b200cae3fdd0e917ecc2753b28bb40c876c1

Patch Availability(1)

Vendor / EcosystemFixed in / PatchReleasedSource
linuxKernel @ 5.10.258osv

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

(5 across 4 ecosystems)
Debian:11(2)
PackageVulnerable rangeFixed inDependents
linux5.10.103-1 ... 5.10.92-2 (54 versions)5.10.259-1
linux-6.16.1.106-3~deb11u1 ... 6.1.164-1~deb11u1 (16 versions)6.1.170-1~deb11u1
Debian:12(1)
PackageVulnerable rangeFixed inDependents
linux6.1.106-1 ... 6.1.99-1 (48 versions)6.1.170-1
Debian:13(1)
PackageVulnerable rangeFixed inDependents
linux6.12.38-1 ... 6.12.85-1~bpo12+1 (17 versions)6.12.85-1
Debian:14(1)
PackageVulnerable rangeFixed inDependents
linux6.12.100-1 ... 6.19~rc8-1~exp1 (127 versions)6.19.13-1

Weakness Classification(1)

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

Additional Vendor Advisories

(24)

Data Freshness Timeline

(refreshed 6× in last 7d / 27× 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 268 total refreshes for this CVE.

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

Frequently asked(5)

What is CVE-2026-31656?
CVE-2026-31656 is a high vulnerability published on April 24, 2026. In the Linux kernel, the following vulnerability has been resolved: drm/i915/gt: fix refcount underflow in intelenginepark_heartbeat A use-after-free / refcount underflow is possible when the heartbeat worker and intelenginepark_heartbeat() race to release the same engine->heartbeat.systole…
When was CVE-2026-31656 disclosed?
CVE-2026-31656 was first published in the National Vulnerability Database on April 24, 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-31656 actively exploited?
CVE-2026-31656 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.1% of all scored CVEs.
What is the CVSS score of CVE-2026-31656?
CVE-2026-31656 has a CVSS v3 base score of 7.8 (NVD).
How do I remediate CVE-2026-31656?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-31656, 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-31656

Explore →

Is Your Infrastructure Affected by CVE-2026-31656?

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