CVE Catalog

CVE-2026-74627

HighCVSS 7.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.13%

3th percentile - higher than 3% of all known CVEs

Summary

In the Linux kernel, the zerocopy_fill_skb_from_devmem() function lacks a check to prevent mixing net_iov and page-backed fragments in a single skb. Such mixing can cause a crash in the network stack.

Risk Assessment

Mixing fragment types in a packet can lead to system crash or unpredictable network stack behavior, potentially enabling DoS attacks.

Recommendation

Apply the Linux kernel patch that prevents mixing net_iov and page fragments in a single skb.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: net: devmem: prevent net-iov / page mixing We should either have net_iov or page backed frags in a single skb, otherwise it blows up down the stack. Don't allow mixing in zerocopy_fill_skb_from_devmem().

Vulnerability data from NVD (NIST) · CISA KEV · EPSS