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

7.5 · HIGH
Published Aug 15, 2026 EPSS 0.50% (41th pctl)

Overview

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

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

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

btrfs: fix invalid pointer dereference in __btrfs_run_delayed_refs()

In the beginning of the loop, we try to obtain a locked delayed ref head,

if 'locked_ref' is currently NULL, by calling btrfs_select_ref_head(),

which can return an error pointer. If the error pointer is -EAGAIN we do

a continue and go back to the beginning of the loop, which will not try

again to call btrfs_select_ref_head() since 'locked_ref' is no longer

NULL but it's ERR_PTR(-EAGAIN), and then we do:

spin_lock(&locked_ref->lock);

against a ERR_PTR(-EAGAIN) value, generating an invalid pointer

dereference.

Fix this by ensuring that 'locked_ref' is set to NULL when

btrfs_select_ref_head() returns ERR_PTR(-EAGAIN) and incrementing 'count'

as well, to prevent infinite looping. We do this by doing a goto to the

bottom of the loop that already sets 'locked_ref' to NULL and does a

cond_resched(), with an increment to 'count' right before the goto

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

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

How severe is CVE-2026-74321?

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

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

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

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