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

7.8 · HIGH
Published Aug 5, 2026 EPSS 0.12% (2th pctl)

Overview

CVE-2026-64575 is a high-severity vulnerability. It was published on August 5, 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 double sock release on batch realloc

bpf_iter_tcp_batch() releases the current batch via

bpf_iter_tcp_put_batch(), which drops the socket refs and rewrites

each slot with the socket cookie, then grows the batch. cur_sk/end_sk

are kept for bpf_iter_tcp_resume(), but on realloc failure the function

returns ERR_PTR() before resume runs, leaving cur_sk < end_sk over

slots that now hold cookies rather than sock pointers.

bpf_iter_tcp_seq_stop() then calls bpf_iter_tcp_put_batch() again and

dereferences a cookie as a struct sock.

Empty the batch on the failure path so stop() does not release it

again. The sockets were already freed by the first

bpf_iter_tcp_put_batch(), so nothing leaks, and a later read() rescans

the bucket from the start instead of skipping it. The sibling

GFP_NOWAIT failure path still holds real socket references and is left

for stop() to release.

BUG: KASAN: null-ptr-deref in __sock_g

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

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

How severe is CVE-2026-64575?

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

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

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