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

7.3 · HIGH
Published Oct 15, 2025 EPSS 0.14% (4th pctl)

Overview

CVE-2025-39994 is a high-severity vulnerability. It was published on October 15, 2025 and has a CVSS 3.1 base score of 7.3 (HIGH).

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

media: tuner: xc5000: Fix use-after-free in xc5000_release

The original code uses cancel_delayed_work() in xc5000_release(), which

does not guarantee that the delayed work item timer_sleep has fully

completed if it was already running. This leads to use-after-free scenarios

where xc5000_release() may free the xc5000_priv while timer_sleep is still

active and attempts to dereference the xc5000_priv.

A typical race condition is illustrated below:

CPU 0 (release thread) | CPU 1 (delayed work callback)

xc5000_release() | xc5000_do_timer_sleep()

cancel_delayed_work() |

hybrid_tuner_release_state(priv) |

kfree(priv) |

| priv = container_of() // UAF

Replace cancel_delayed_work() with cancel_delayed_work_sync() to ensure

that the timer_sleep is properly canceled before the xc5000_priv memory

is

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. 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.

Frequently Asked Questions

What is CVE-2025-39994?

CVE-2025-39994 is a high-severity vulnerability. It was published on October 15, 2025 and has a CVSS 3.1 base score of 7.3 (HIGH).

How severe is CVE-2025-39994?

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

Check the references section for vendor advisories, patches, and mitigation guidance. 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-39994?

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