CVE & CISA-KEV Catalog

CVE-2026-23454

HIGH
7.0
CVSS v3
NVD

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 before freeing hwc->caller_ctx. This ensures all in-flight interrupt handlers complete before the memory they access is freed.

How to fix

Remediation Available
linuxDebian
Fixed in:6.1.170-1CVE-2026-23454
Fixed in:6.12.85-1CVE-2026-23454
Fixed in:6.19.10-1CVE-2026-23454
linux-azureUbuntu
Fixed in:6.17.0-1015.15USN-8310-1
linux-azure-6.17Ubuntu
Fixed in:6.17.0-1015.15~24.04.1USN-8310-1
linux-image-6.17.0-1015-azureUbuntu
Fixed in:6.17.0-1015.15~24.04.1USN-8310-1
Fixed in:6.17.0-1015.15USN-8310-1
linux-image-azureUbuntu
Fixed in:6.17.0-1015.15~24.04.1USN-8310-1
Fixed in:6.17.0-1015.15USN-8310-1
linux-image-azure-6.17Ubuntu
Fixed in:6.17.0-1015.15~24.04.1USN-8310-1
Fixed in:6.17.0-1015.15USN-8310-1

Remediation is compiled from vendor and distribution security advisories. Always confirm against the linked source for your exact version and platform.

CVSS v3 Vector

Exploitability

Attack VectorLocal
Attack ComplexityHigh
Privileges RequiredLow
User InteractionNone
ScopeUnchanged

Impact

ConfidentialityHigh
IntegrityHigh
AvailabilityHigh

CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H

Exploit Intelligence

0.12%probability of exploitation in 30 days
2ndpercentile

Low risk: more likely to be exploited than 2% of all known CVEs.

References

Related Vulnerabilities

Other CWE-416 (Use After Free) vulnerabilities, ordered by exploit likelihood. View all

CVESeverityCVSSEPSSExploitedFix
CVE-2019-0708Critical9.8100%KEV + Ransom-
CVE-2021-31166Critical9.8100%KEVFix
CVE-2015-5119Critical9.899%KEV-
CVE-2010-3962High8.197%KEV-
CVE-2015-0313Critical9.896%KEVFix
CVE-2017-9798High7.595%-Fix
Embed a live status badge for CVE-2026-23454
CVE-2026-23454 severity badge

Markdown

[![CVE-2026-23454](https://tridentstack.com/cve/badge/CVE-2026-23454.svg)](https://tridentstack.com/cve/CVE-2026-23454)

HTML

<a href="https://tridentstack.com/cve/CVE-2026-23454"><img src="https://tridentstack.com/cve/badge/CVE-2026-23454.svg" alt="CVE-2026-23454"></a>

Find and fix vulnerabilities across your fleet

TridentStack Control continuously scans your Windows, macOS, and Linux fleet for known vulnerabilities, prioritizes them by severity and active exploitation, and patches them automatically.

Start free

This product uses NVD data but is not endorsed or certified by the NVD. EPSS scores courtesy of FIRST.org (https://www.first.org/epss). Source: CISA KEV Catalog. Data as of 2026-05-26.