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-31532

7.8 · HIGH
Published Apr 23, 2026 linux CWE-416 EPSS 0.12% (2th pctl)

Overview

CVE-2026-31532 is a high-severity vulnerability affecting linux linux_kernel. It was published on April 23, 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:

can: raw: fix ro->uniq use-after-free in raw_rcv()

raw_release() unregisters raw CAN receive filters via can_rx_unregister(),

but receiver deletion is deferred with call_rcu(). This leaves a window

where raw_rcv() may still be running in an RCU read-side critical section

after raw_release() frees ro->uniq, leading to a use-after-free of the

percpu uniq storage.

Move free_percpu(ro->uniq) out of raw_release() and into a raw-specific

socket destructor. can_rx_unregister() takes an extra reference to the

socket and only drops it from the RCU callback, so freeing uniq from

sk_destruct ensures the percpu area is not released until the relevant

callbacks have drained.

[mkl: applied manually]

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 4.1 Affected

Frequently Asked Questions

What is CVE-2026-31532?

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

How severe is CVE-2026-31532?

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-31532?

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-31532?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-31532 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.