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

7.8 · HIGH
Published Mar 6, 2025 linux CWE-415 EPSS 0.18% (7th pctl)

Overview

CVE-2025-21825 is a high-severity vulnerability affecting linux linux_kernel. It was published on March 6, 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:

bpf: Cancel the running bpf_timer through kworker for PREEMPT_RT

During the update procedure, when overwrite element in a pre-allocated

htab, the freeing of old_element is protected by the bucket lock. The

reason why the bucket lock is necessary is that the old_element has

already been stashed in htab->extra_elems after alloc_htab_elem()

returns. If freeing the old_element after the bucket lock is unlocked,

the stashed element may be reused by concurrent update procedure and the

freeing of old_element will run concurrently with the reuse of the

old_element. However, the invocation of check_and_free_fields() may

acquire a spin-lock which violates the lockdep rule because its caller

has already held a raw-spin-lock (bucket lock). The following warning

will be reported when such race happens:

BUG: scheduling while atomic: test_progs/676/0x00000003

3 locks held by test_progs/676:

#0: ffffffff864b0240 (rcu_read_loc

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 >= 5.15, < 6.12.13 Affected

Frequently Asked Questions

What is CVE-2025-21825?

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

How severe is CVE-2025-21825?

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

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

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