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

9.8 · CRITICAL
Published Dec 9, 2025 EPSS 0.66% (49th pctl)

Overview

CVE-2025-40343 is a critical-severity vulnerability. It was published on December 9, 2025 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

nvmet-fc: avoid scheduling association deletion twice

When forcefully shutting down a port via the configfs interface,

nvmet_port_subsys_drop_link() first calls nvmet_port_del_ctrls() and

then nvmet_disable_port(). Both functions will eventually schedule all

remaining associations for deletion.

The current implementation checks whether an association is about to be

removed, but only after the work item has already been scheduled. As a

result, it is possible for the first scheduled work item to free all

resources, and then for the same work item to be scheduled again for

deletion.

Because the association list is an RCU list, it is not possible to take

a lock and remove the list entry directly, so it cannot be looked up

again. Instead, a flag (terminating) must be used to determine whether

the association is already in the process of being deleted.

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

CVE-2025-40343 is a critical-severity vulnerability. It was published on December 9, 2025 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

How severe is CVE-2025-40343?

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2025-40343?

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

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