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

7.0 · HIGH
Published Apr 3, 2026 linux CWE-416 EPSS 0.12% (2th pctl)

Overview

CVE-2026-23454 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.0 (HIGH).

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

net: mana: fix use-after-free in mana_hwc_destroy_channel() by reordering teardown

A potential race condition exists in mana_hwc_destroy_channel() where

hwc->caller_ctx is freed before the HWC's Completion Queue (CQ) and

Event Queue (EQ) are destroyed. This allows an in-flight CQ interrupt

handler to dereference freed memory, leading to a use-after-free or

NULL pointer dereference in mana_hwc_handle_resp().

mana_smc_teardown_hwc() signals the hardware to stop but does not

synchronize against IRQ handlers already executing on other CPUs. The

IRQ synchronization only happens in mana_hwc_destroy_cq() via

mana_gd_destroy_eq() -> mana_gd_deregister_irq(). Since this runs

after kfree(hwc->caller_ctx), a concurrent mana_hwc_rx_event_handler()

can dereference freed caller_ctx (and rxq->msg_buf) in

mana_hwc_handle_resp().

Fix this by reordering teardown to reverse-of-creation order: destroy

the TX/RX work queues and CQ/EQ b

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 >= 5.13, < 5.15.203 Affected

Frequently Asked Questions

What is CVE-2026-23454?

CVE-2026-23454 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.0 (HIGH).

How severe is CVE-2026-23454?

This vulnerability has a CVSS 3.1 base score of 7.0, 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-2026-23454?

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

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