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

7.5 · HIGH
Published Apr 2, 2026 linux CWE-401

Overview

CVE-2026-23414 is a high-severity vulnerability affecting linux linux_kernel. It was published on April 2, 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:

tls: Purge async_hold in tls_decrypt_async_wait()

The async_hold queue pins encrypted input skbs while

the AEAD engine references their scatterlist data. Once

tls_decrypt_async_wait() returns, every AEAD operation

has completed and the engine no longer references those

skbs, so they can be freed unconditionally.

A subsequent patch adds batch async decryption to

tls_sw_read_sock(), introducing a new call site that

must drain pending AEAD operations and release held

skbs. Move __skb_queue_purge(&ctx->async_hold) into

tls_decrypt_async_wait() so the purge is centralized

and every caller -- recvmsg's drain path, the -EBUSY

fallback in tls_do_decryption(), and the new read_sock

batch path -- releases held skbs on synchronization

without each site managing the purge independently.

This fixes a leak when tls_strp_msg_hold() fails part-way through,

after having added some cloned skbs to the async_hold

queue. tls_decrypt_sg

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.1.158, < 6.1.168 Affected

Frequently Asked Questions

What is CVE-2026-23414?

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

How severe is CVE-2026-23414?

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

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

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