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

7.8 · HIGH
Published Dec 16, 2025 EPSS 0.17% (7th pctl)

Overview

CVE-2025-68260 is a high-severity vulnerability. It was published on December 16, 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:

rust_binder: fix race condition on death_list

Rust Binder contains the following unsafe operation:

// SAFETY: A `NodeDeath` is never inserted into the death list

// of any node other than its owner, so it is either in this

// death list or in no death list.

unsafe { node_inner.death_list.remove(self) };

This operation is unsafe because when touching the prev/next pointers of

a list element, we have to ensure that no other thread is also touching

them in parallel. If the node is present in the list that `remove` is

called on, then that is fine because we have exclusive access to that

list. If the node is not in any list, then it's also ok. But if it's

present in a different list that may be accessed in parallel, then that

may be a data race on the prev/next pointers.

And unfortunately that is exactly what is happening here. In

Node::release, we:

1. Take the lock.

2. Move all items to a local list on the stac

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

CVE-2025-68260 is a high-severity vulnerability. It was published on December 16, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2025-68260?

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

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

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