Get a Demo

Let's Patch It!

Book a short call with one our specialists, we'll walk you through how Endor Patches work, and ask you a few questions about your environment (like your primary programming languages and repository management). We'll also send you an email right after you fill out the form, feel free to reply with any questions you have in advance!

CVE

CVE-2026-74478

um: vector: fix use-after-free in vector_mmsg_rx()
Back to all
CVE

CVE-2026-74478

um: vector: fix use-after-free in vector_mmsg_rx()

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

um: vector: fix use-after-free in vectormmsgrx()

When vectormmsgrx() discards a packet whose overlay header fails

verify_header(), it frees the skb and continues the loop:

if (header_check < 0) {

devkfreeskb_irq(skb);

vp->estats.rxencapserrors++;

continue;

}

The normal and short-packet paths fall through to the bottom of the

loop body, which clears the consumed slot and advances the cursors:

(*skbuff_vector) = NULL;

mmsg_vector++;

skbuff_vector++;

The verify_header() < 0 path skips that via continue, so the freed skb

is left in skbuff_vector[] and the cursors do not advance. The next

iteration reads the same slot, gets the freed skb, and frees it again,

producing a refcount underflow / use-after-free in the RX path.

Discard the slot the same way the other paths do before continuing.

Only transports whose verify_header() can return negative are affected:

GRE and L2TPv3 do so on a cookie/session-id mismatch (raw/tap do not),

so any peer on such a transport can trigger it without authentication.

Package Versions Affected

Package Version
patch Availability
No items found.

Automatically patch vulnerabilities without upgrading

Fix Without Upgrading
Detect compatible fix
Apply safe remediation
Fix with a single pull request

CVSS Version

Severity
Base Score
CVSS Version
Score Vector
C
H
U
9.8
-
3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
C
H
U
0
-
3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
C
H
U
-

Related Resources

No items found.

References

https://git.kernel.org/stable/c/180ff4c81faf01ec4e06082c9daa7c40518ead89, https://git.kernel.org/stable/c/4b9601595e8b6b5d18878cac0aeabc687d241111, https://git.kernel.org/stable/c/67d58ab4f2ccf7145f3da07e025735a09c79de1b, https://git.kernel.org/stable/c/7dc9781e320d664c9bdd50003c9acfddf363d1e1, https://git.kernel.org/stable/c/804b681002ead233abf49a3efd681f5468a835f9, https://git.kernel.org/stable/c/967c779c9853d2a1cc9cd8e61d300250c348f3d9, https://git.kernel.org/stable/c/a7bc015bb798c525e7a82dd14225c6aeb994274b, https://git.kernel.org/stable/c/af421e9aed3920c7ac88c24daa48606c7112feca, https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74478.json, https://nvd.nist.gov/vuln/detail/CVE-2026-74478, https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Severity

9.8

CVSS Score
0
10

Basic Information

Base CVSS
9.8
EPSS Probability
0.00573%
EPSS Percentile
0.44844%
Introduced Version
49da7e64f33e80edffb1a9eeb230fa4c3f42dffb,4.17.0,5.11.0,5.16.0,6.2.0,6.7.0,6.13.0,6.19.0,0
Fix Available
af421e9aed3920c7ac88c24daa48606c7112feca,5.10.265,5.15.216,6.1.183,6.6.151,6.12.103,6.18.44,7.1.8,6.12.105-1

Fix Critical Vulnerabilities Instantly

Secure your app without upgrading.
Fix Without Upgrading