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

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

Overview

CVE-2026-74714 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:

bpf: tcp: Fix use-after-free in bpf_iter_tcp_established_batch()

reqsk_queue_hash_req() publishes a TCP_NEW_SYN_RECV request_sock onto

the ehash chain, drops the bucket lock, and only afterwards sets

rsk_refcnt to 3.

Lockless readers such as __inet_lookup_established() handle this with

refcount_inc_not_zero(), but bpf_iter_tcp_established_batch() uses plain

sock_hold() while holding the bucket lock, on the assumption that the

lock guarantees sk_refcnt > 0. That assumption does not hold for

request_sock:

CPU 0 CPU 1

----- -----

tcp_conn_request()

reqsk_queue_hash_req()

inet_ehash_insert(req)

spin_lock(bucket)

__sk_nulls_add_node_rcu(req) // rsk_refcnt == 0

spin_unlock(bucket)

bpf_iter_tcp_established_batch()

spin_lock(bucket)

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

CVE-2026-74714 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-74714?

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

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

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