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

7.8 · HIGH
Published Aug 22, 2026 EPSS 0.13% (3th pctl)

Overview

CVE-2026-74701 is a high-severity vulnerability. It was published on August 22, 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:

net/openvswitch: check Ethernet header length in key_extract()

When a packet arrives on an ARPHRD_NONE device (e.g. TUN),

ovs_flow_key_extract() trusts the user-provided skb->protocol field: if

it is ETH_P_TEB, the packet is classified as MAC_PROTO_ETHERNET and

key_extract() is called without ensuring the skb has ETH_HLEN (14) bytes

of linear data. key_extract() unconditionally pulls 2 * ETH_ALEN bytes

for MAC addresses and parse_ethertype() pulls 2 more, either of which

triggers a kernel BUG in __skb_pull() when the linear area is too small.

kernel BUG at include/linux/skbuff.h:2848!

RIP: 0010:key_extract+0xa7e/0xd90 net/openvswitch/flow.c:933

ovs_flow_key_extract+0x419/0xa70

ovs_vport_receive+0x222/0x390

netdev_frame_hook+0x3e0/0x630

tun_get_user+0x2d0c/0x38e0

Fixed by calling check_header() in key_extract() before accessing the

Ethernet header.

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. 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.

Frequently Asked Questions

What is CVE-2026-74701?

CVE-2026-74701 is a high-severity vulnerability. It was published on August 22, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2026-74701?

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

Check the references section for vendor advisories, patches, and mitigation guidance. 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-74701?

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