Skip to main content

Linux Kernel EUVD-2026-25219

| CVE-2026-31532 HIGH
Use After Free (CWE-416)
2026-04-23 Linux GHSA-7w6x-pfmg-76xx
7.8
CVSS 3.1
Share

CVSS VectorNVD

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Local
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

8
Re-analysis Queued
Apr 29, 2026 - 15:52 vuln.today
cvss_changed
Patch released
Apr 29, 2026 - 15:26 nvd
Patch available
Analysis Generated
Apr 27, 2026 - 15:27 vuln.today
CVSS changed
Apr 27, 2026 - 15:22 NVD
7.8 (HIGH)
Patch available
Apr 23, 2026 - 13:16 EUVD
EUVD ID Assigned
Apr 23, 2026 - 11:30 euvd
EUVD-2026-25219
Analysis Generated
Apr 23, 2026 - 11:30 vuln.today
CVE Published
Apr 23, 2026 - 11:12 nvd
HIGH 7.8

DescriptionNVD

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]

AnalysisAI

Use-after-free in Linux kernel CAN raw socket implementation allows local authenticated attackers to corrupt memory and potentially achieve code execution. The vulnerability stems from premature deallocation of percpu uniq storage in raw_release() while raw_rcv() may still access it via deferred RCU callbacks. …

Sign in for full analysis, threat intelligence, and remediation guidance.

RemediationAI

Within 24 hours: Inventory all systems running Linux kernel versions prior to 6.12.83, 6.18.24, 6.19.14, or 7.0.1 and identify those with CAN bus interfaces or raw socket capabilities. Within 7 days: Prioritize patching production systems; apply vendor-released patches: kernel 6.12.83, 6.18.24, 6.19.14, or 7.0.1 depending on branch. …

Sign in for detailed remediation steps.

Vendor StatusVendor

Share

EUVD-2026-25219 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy