Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-31656

7.8 · HIGH
Published Apr 24, 2026 linux CWE-191

Overview

CVE-2026-31656 is a high-severity vulnerability affecting linux linux_kernel. It was published on April 24, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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> [48

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 5.5.1, < 5.15.203 Affected

Frequently Asked Questions

What is CVE-2026-31656?

CVE-2026-31656 is a high-severity vulnerability affecting linux linux_kernel. It was published on April 24, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2026-31656?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2026-31656?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-31656?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-31656 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.