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

9.3 · CRITICAL
Published Aug 15, 2026 EPSS 0.14% (3th pctl)

Overview

CVE-2026-74310 is a critical-severity vulnerability. It was published on August 15, 2026 and has a CVSS 3.1 base score of 9.3 (CRITICAL).

This vulnerability has a CVSS 3.1 base score of 9.3, rated CRITICAL. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

Technical Description

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

vhost/net: complete zerocopy ubufs only once

vhost-net initializes one ubuf_info per outstanding zerocopy TX

descriptor and hands it to the backend socket. The networking stack may

then clone a zerocopy skb before all skb references are released. For

example, batman-adv fragmentation reaches skb_split(), which calls

skb_zerocopy_clone() and increments the same ubuf_info refcount.

vhost_zerocopy_complete() currently treats every ubuf callback as a

completed vhost descriptor. It dereferences ubuf->ctx, writes the

descriptor completion state, and drops the vhost_net_ubuf_ref even when

the callback only releases a cloned skb reference. A backend reset can

therefore wait for and free the vhost_net_ubuf_ref while another cloned

skb still carries the same ubuf_info. A later completion then

dereferences the freed ubufs pointer.

KASAN reports the stale completion as:

BUG: KASAN: slab-use-after-free in vhost_zerocopy

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

CVE-2026-74310 is a critical-severity vulnerability. It was published on August 15, 2026 and has a CVSS 3.1 base score of 9.3 (CRITICAL).

How severe is CVE-2026-74310?

This vulnerability has a CVSS 3.1 base score of 9.3, rated CRITICAL. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2026-74310?

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

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