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

Published Aug 15, 2026 EPSS 0.14% (4th pctl)

Overview

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

Technical Description

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

btrfs: skip global block reserve accounting for rescue mounts

[BUG]

Mounting with rescue=ibadroots after corrupting the block group tree

root triggers a NULL pointer dereference:

BUG: kernel NULL pointer dereference, address: 0000000000000100

RIP: 0010:btrfs_update_global_block_rsv+0x9d/0x1c0 [btrfs]

Call Trace:

fill_dummy_bgs+0xd4/0x120 [btrfs]

open_ctree+0xc6e/0x1ca0 [btrfs]

btrfs_get_tree+0x50d/0xa40 [btrfs]

The same crash occurs with a corrupted raid stripe tree root, via

btrfs_read_block_groups() instead of fill_dummy_bgs().

[CAUSE]

With rescue=ibadroots, btrfs_read_roots() allows the mount to continue

when either root cannot be read, leaving the corresponding root pointer

NULL while its on-disk feature bit remains set.

btrfs_update_global_block_rsv() then dereferences the missing root based

on the feature bit alone.

[FIX]

Rescue mounts are fully read-only and cannot start transactions, so th

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

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

How severe is CVE-2026-74571?

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

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

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