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

7.8 · HIGH
Published Aug 19, 2025 linux CWE-416 EPSS 0.16% (5th pctl)

Overview

CVE-2025-38580 is a high-severity vulnerability affecting linux linux_kernel. It was published on August 19, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. 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:

ext4: fix inode use after free in ext4_end_io_rsv_work()

In ext4_io_end_defer_completion(), check if io_end->list_vec is empty to

avoid adding an io_end that requires no conversion to the

i_rsv_conversion_list, which in turn prevents starting an unnecessary

worker. An ext4_emergency_state() check is also added to avoid attempting

to abort the journal in an emergency state.

Additionally, ext4_put_io_end_defer() is refactored to call

ext4_io_end_defer_completion() directly instead of being open-coded.

This also prevents starting an unnecessary worker when EXT4_IO_END_FAILED

is set but data_err=abort is not enabled.

This ensures that the check in ext4_put_io_end_defer() is consistent with

the check in ext4_end_bio(). Otherwise, we might add an io_end to the

i_rsv_conversion_list and then call ext4_finish_bio(), after which the

inode could be freed before ext4_end_io_rsv_work() is called, triggering

a use-after-free is

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.15, < 6.15.10 Affected

Frequently Asked Questions

What is CVE-2025-38580?

CVE-2025-38580 is a high-severity vulnerability affecting linux linux_kernel. It was published on August 19, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2025-38580?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. 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-38580?

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

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