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-2025-38370

5.5 · MEDIUM
Published Jul 25, 2025 linux EPSS 0.13% (3th pctl)

Overview

CVE-2025-38370 is a medium-severity vulnerability affecting linux linux_kernel. It was published on July 25, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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

btrfs: fix failure to rebuild free space tree using multiple transactions

If we are rebuilding a free space tree, while modifying the free space

tree we may need to allocate a new metadata block group.

If we end up using multiple transactions for the rebuild, when we call

btrfs_end_transaction() we enter btrfs_create_pending_block_groups()

which calls add_block_group_free_space() to add items to the free space

tree for the block group.

Then later during the free space tree rebuild, at

btrfs_rebuild_free_space_tree(), we may find such new block groups

and call populate_free_space_tree() for them, which fails with -EEXIST

because there are already items in the free space tree. Then we abort the

transaction with -EEXIST at btrfs_rebuild_free_space_tree().

Notice that we say "may find" the new block groups because a new block

group may be inserted in the block groups rbtree, which is being iterated

by the rebuild proces

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. 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.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 6.14, < 6.15.6 Affected

Frequently Asked Questions

What is CVE-2025-38370?

CVE-2025-38370 is a medium-severity vulnerability affecting linux linux_kernel. It was published on July 25, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2025-38370?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2025-38370?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. 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-2025-38370?

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