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

5.5 · MEDIUM
Published May 29, 2025 linux EPSS 0.17% (7th pctl)

Overview

CVE-2025-37999 is a medium-severity vulnerability affecting linux linux_kernel. It was published on May 29, 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:

fs/erofs/fileio: call erofs_onlinefolio_split() after bio_add_folio()

If bio_add_folio() fails (because it is full),

erofs_fileio_scan_folio() needs to submit the I/O request via

erofs_fileio_rq_submit() and allocate a new I/O request with an empty

`struct bio`. Then it retries the bio_add_folio() call.

However, at this point, erofs_onlinefolio_split() has already been

called which increments `folio->private`; the retry will call

erofs_onlinefolio_split() again, but there will never be a matching

erofs_onlinefolio_end() call. This leaves the folio locked forever

and all waiters will be stuck in folio_wait_bit_common().

This bug has been added by commit ce63cb62d794 ("erofs: support

unencoded inodes for fileio"), but was practically unreachable because

there was room for 256 folios in the `struct bio` - until commit

9f74ae8c9ac9 ("erofs: shorten bvecs[] for file-backed mounts") which

reduced the array capacity to

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.12, < 6.12.29 Affected

Frequently Asked Questions

What is CVE-2025-37999?

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

How severe is CVE-2025-37999?

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

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

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