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

Published Aug 15, 2026 EPSS 0.17% (6th pctl)

Overview

CVE-2026-74337 is a known-severity vulnerability. It was published on August 15, 2026.

Technical Description

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

bpf: Fix NMI/tracepoint re-entry deadlock on lru locks

NMI and tracepoint BPF programs can re-enter the per-CPU or global

LRU lock that bpf_lru_pop_free()/push_free() already hold on the

same CPU, AA-deadlocking. Lockdep reports "inconsistent

{INITIAL USE} -> {IN-NMI}" on &l->lock (syzbot c69a0a2c816716f1e0d5)

and "possible recursive locking detected" on &loc_l->lock (syzbot

18b26edb69b2e19f3b33).

Prior trylock and rqspinlock based fixes (see links) were nacked

because compromised on reliability.

This patch converts every LRU lock site to rqspinlock_t and adds a

recovery path for some failure windows to avoid node leaks.

Failure recovery:

- *_pop_free top-level: return NULL; prealloc_lru_pop() already

treats that as no-free-element (-ENOMEM).

- Cross-CPU steal: skip the victim's locked loc_l, try next CPU.

- Post-steal local lock fail: publish stolen node to lockless

per-CPU free_llist; next pop on thi

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

CVE-2026-74337 is a known-severity vulnerability. It was published on August 15, 2026.

How severe is CVE-2026-74337?

CVSS score information is not yet available for this vulnerability. Check back as the CVE record is updated by NVD analysts.

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

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

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