CVE-2025-40100

Description

A flaw was found in the Linux kernel's Btrfs filesystem. In populate_free_space_tree(), an incorrect assertion assumes that block group items always exist in the extent tree when rebuilding the free space tree. However, newly created block groups in the current transaction may be empty and not yet have their items added to the extent tree. When this condition occurs, the assertion fails, triggering a kernel BUG and system crash. This can be triggered during filesystem remount operations.

Statement

This vulnerability affects systems using Btrfs filesystems with free space tree features. The issue can be triggered during mount or remount operations when the filesystem has pending block groups. Exploitation requires local access and ability to mount/remount Btrfs filesystems.

Common Vulnerability Scoring System (CVSS) Score Details

Info alert:Important note

CVSS scores for open source components depend on vendor-specific factors (e.g. version or build chain). Therefore, Red Hat's score and impact rating can be different from NVD and other vendors. Red Hat remains the authoritative CVE Naming Authority (CNA) source for its products and services (see Red Hat classifications).

The following CVSS metrics and score provided are preliminary and subject to review.

CVSS v3 Score Breakdown

Red HatNVDcve.org
Base Score5.5N/AN/A
Attack VectorLocalN/AN/A
Attack ComplexityLowN/AN/A
Privileges RequiredLowN/AN/A
User InteractionNoneN/AN/A
ScopeUnchangedN/AN/A
ConfidentialityNoneN/AN/A
Integrity ImpactNoneN/AN/A
Availability ImpactHighN/AN/A

Vector

Red Hat: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Understanding the Weakness (CWE)

Availability

Technical Impact: DoS: Crash, Exit, or Restart

An attacker that can trigger an assert statement can still lead to a denial of service if the relevant code can be triggered by an attacker, and if the scope of the assert() extends beyond the attacker's own session.

Frequently Asked Questions

Want to get errata notifications? Sign up here.