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

5.5 · MEDIUM
Published May 8, 2025 linux CWE-476 EPSS 0.17% (7th pctl)

Overview

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

sched/eevdf: Fix se->slice being set to U64_MAX and resulting crash

There is a code path in dequeue_entities() that can set the slice of a

sched_entity to U64_MAX, which sometimes results in a crash.

The offending case is when dequeue_entities() is called to dequeue a

delayed group entity, and then the entity's parent's dequeue is delayed.

In that case:

1. In the if (entity_is_task(se)) else block at the beginning of

dequeue_entities(), slice is set to

cfs_rq_min_slice(group_cfs_rq(se)). If the entity was delayed, then

it has no queued tasks, so cfs_rq_min_slice() returns U64_MAX.

2. The first for_each_sched_entity() loop dequeues the entity.

3. If the entity was its parent's only child, then the next iteration

tries to dequeue the parent.

4. If the parent's dequeue needs to be delayed, then it breaks from the

first for_each_sched_entity() loop _without updating slice_.

5. The second for_each_sched_e

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

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

How severe is CVE-2025-37821?

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

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

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