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

8.4 · HIGH
Published Aug 22, 2026 EPSS 0.14% (3th pctl)

Overview

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

This vulnerability has a CVSS 3.1 base score of 8.4, rated HIGH. 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:

bpf, sockmap: Fix sk_redir use-after-free in send verdict

sk_psock_msg_verdict() takes a socket reference for psock->sk_redir.

tcp_bpf_send_verdict() copies that pointer while holding the source socket

lock, but does not take a reference for the local copy before dropping the

lock around tcp_bpf_sendmsg_redir().

When apply_bytes keeps the cached verdict active, another sendmsg() on the

same source socket can consume the remaining bytes and release the cached

reference while the first thread still holds only the raw local pointer:

CPU 0 CPU 1

sk_redir = psock->sk_redir

apply_bytes remains nonzero

release_sock(sk)

lock_sock(sk)

apply_bytes reaches zero

psock->sk_redir = NULL

release_sock(sk)

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

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

How severe is CVE-2026-74589?

This vulnerability has a CVSS 3.1 base score of 8.4, rated HIGH. 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-74589?

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

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