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-2026-23440

7.5 · HIGH
Published Apr 3, 2026 linux CWE-362 EPSS 0.21% (11th pctl)

Overview

CVE-2026-23440 is a high-severity vulnerability affecting linux linux_kernel. It was published on April 3, 2026 and has a CVSS 3.1 base score of 7.5 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. 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:

net/mlx5e: Fix race condition during IPSec ESN update

In IPSec full offload mode, the device reports an ESN (Extended

Sequence Number) wrap event to the driver. The driver validates this

event by querying the IPSec ASO and checking that the esn_event_arm

field is 0x0, which indicates an event has occurred. After handling

the event, the driver must re-arm the context by setting esn_event_arm

back to 0x1.

A race condition exists in this handling path. After validating the

event, the driver calls mlx5_accel_esp_modify_xfrm() to update the

kernel's xfrm state. This function temporarily releases and

re-acquires the xfrm state lock.

So, need to acknowledge the event first by setting esn_event_arm to

0x1. This prevents the driver from reprocessing the same ESN update if

the hardware sends events for other reason. Since the next ESN update

only occurs after nearly 2^31 packets are received, there's no risk of

missing an up

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 >= 6.4.1, < 6.6.130 Affected

Frequently Asked Questions

What is CVE-2026-23440?

CVE-2026-23440 is a high-severity vulnerability affecting linux linux_kernel. It was published on April 3, 2026 and has a CVSS 3.1 base score of 7.5 (HIGH).

How severe is CVE-2026-23440?

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

How do I fix or remediate CVE-2026-23440?

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-2026-23440?

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