Skip to main content

Linux Kernel CVE-2026-74478

| EUVDEUVD-2026-59671 CRITICAL
2026-08-15 Linux GHSA-mhmm-jqvj-99w7
Critical
Disputed · 9.8 Vendor: Linux
Share

Severity by source

Sources disagree (Medium–Critical)
Vendor (Linux) PRIMARY
9.8 CRITICAL
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
vuln.today AI
8.6 HIGH

Unauthenticated tunnel peer reaches the RX path (AV:N/AC:L/PR:N), but impact is a UAF confined to the UML process - reliably a crash (A:H) with only possible, unproven C/I escalation, so C:L/I:L.

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H
4.0 AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:L/VA:H/SC:N/SI:N/SA:N
SUSE
8.2 HIGH
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H
Red Hat
5.5 MEDIUM
qualitative

vuln.today treats the vendor’s rating as authoritative. A higher third-party CVSS (e.g. CISA-ADP) is shown for transparency but does not drive the headline severity.

CVSS VectorVendor: Linux

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

Lifecycle Timeline

5
Analysis Generated
Aug 17, 2026 - 11:42 vuln.today
CVSS changed
Aug 17, 2026 - 06:22 NVD
9.8 (CRITICAL)
Patch available
Aug 15, 2026 - 13:04 EUVD
CVE Published
Aug 15, 2026 - 12:27 cve.org
UNKNOWN (no severity yet)
CVE Published
Aug 15, 2026 - 12:27 cve.org
CRITICAL 9.8

DescriptionCVE.org

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

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

When vector_mmsg_rx() discards a packet whose overlay header fails verify_header(), it frees the skb and continues the loop:

if (header_check < 0) { dev_kfree_skb_irq(skb); vp->estats.rx_encaps_errors++; 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.

AnalysisAI

Memory corruption in the Linux kernel's User Mode Linux (UML) vector network driver lets a remote peer trigger a use-after-free in vector_mmsg_rx(). When a received packet fails verify_header(), the code frees the skb but skips the slot-cleanup that normal paths perform, so the next RX iteration re-reads and double-frees the same freed buffer, causing a refcount underflow / use-after-free. …

Unlock full vulnerability intelligence

  • Risk assessment & exploitation conditions
  • Attack chain visualization
  • Remediation with exact patch versions
  • Threat intelligence from 22 sources
  • Personal watchlist & email alerts

Free forever · No credit card required

Attack ChainAIDerived

Hypothetical attack flow derived from CVE metadata

Access
Reach UML GRE/L2TPv3 vector transport as peer
Delivery
Send packet with mismatched cookie/session-id
Exploit
verify_header() returns negative, skb freed but slot not cleared
Execution
Next RX iteration re-reads freed skb
Persist
Double-free / refcount underflow
Impact
Use-after-free corrupts kernel memory in UML instance

Vulnerability AssessmentAI

Exploitation Requires a User Mode Linux instance configured with the 'vector' network transport using either GRE or L2TPv3 encapsulation - raw and tap transports are NOT affected because their verify_header() never returns negative. … Additional conditions and limiting factors are described in the full assessment.
Risk Assessment The input CVSS of 9.8 (AV:N/AC:L/PR:N/UI:N/C:H/I:H/A:H) treats this as an unauthenticated remote critical, but that headline overstates realistic exposure: the bug is reachable only in User Mode Linux instances configured with a GRE or L2TPv3 vector transport - a specialized, non-default deployment - and the corruption is confined to the UML process rather than a bare-metal host kernel. … Full risk analysis with EPSS, KEV, and SSVC signal comparison available after sign-in.
Exploit Scenario An attacker who can send frames to a UML instance's GRE or L2TPv3 vector transport (e.g. a peer on the tunnel, or someone able to spoof into it) sends a packet whose overlay header carries a mismatched GRE cookie or L2TPv3 session id. …
Remediation Update to a fixed Linux kernel: Vendor-released patch: 6.6.151, 6.12.103, 6.18.44, or 7.1.8 (mainline 7.2-rc6), applying whichever matches your stable series, via the kernel.org stable commits listed at https://git.kernel.org/stable/c/4b9601595e8b6b5d18878cac0aeabc687d241111 and the related commits (67d58ab4…, 180ff4c8…, 804b6810…, af421e9a…). … Detailed patch versions, workarounds, and compensating controls in full report.

Recommended ActionAI

Within 24 hours, identify all production UML instances and catalog those configured with GRE or L2TPv3 vector network transports to confirm organizational exposure. …

Sign in for detailed remediation steps and compensating controls.

Threat intelligence, references, and detailed analysis are available after sign-in.

Vendor StatusVendor

SUSE

Severity: Important
Product Status
SUSE Linux Enterprise Desktop 15 SP7 Affected
SUSE Linux Enterprise Desktop 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 16.0 Affected

Share

CVE-2026-74478 vulnerability details – vuln.today

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