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

4.7 · MEDIUM
Published Feb 10, 2025 linux CWE-362 EPSS 0.18% (8th pctl)

Overview

CVE-2025-21688 is a medium-severity vulnerability affecting linux linux_kernel. It was published on February 10, 2025 and has a CVSS 3.1 base score of 4.7 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 4.7, 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:

drm/v3d: Assign job pointer to NULL before signaling the fence

In commit e4b5ccd392b9 ("drm/v3d: Ensure job pointer is set to NULL

after job completion"), we introduced a change to assign the job pointer

to NULL after completing a job, indicating job completion.

However, this approach created a race condition between the DRM

scheduler workqueue and the IRQ execution thread. As soon as the fence is

signaled in the IRQ execution thread, a new job starts to be executed.

This results in a race condition where the IRQ execution thread sets the

job pointer to NULL simultaneously as the `run_job()` function assigns

a new job to the pointer.

This race condition can lead to a NULL pointer dereference if the IRQ

execution thread sets the job pointer to NULL after `run_job()` assigns

it to the new job. When the new job completes and the GPU emits an

interrupt, `v3d_irq()` is triggered, potentially causing a crash.

[ 466.310

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

Frequently Asked Questions

What is CVE-2025-21688?

CVE-2025-21688 is a medium-severity vulnerability affecting linux linux_kernel. It was published on February 10, 2025 and has a CVSS 3.1 base score of 4.7 (MEDIUM).

How severe is CVE-2025-21688?

This vulnerability has a CVSS 3.1 base score of 4.7, 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-21688?

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

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