CVE-2026-23135
Awaiting Analysis Awaiting Analysis - Queue
BaseFortify

Publication date: 2026-02-14

Last updated on: 2026-03-17

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix dma_free_coherent() pointer dma_alloc_coherent() allocates a DMA mapped buffer and stores the addresses in XXX_unaligned fields. Those should be reused when freeing the buffer rather than the aligned addresses.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-02-14
Last Modified
2026-03-17
Generated
2026-06-16
AI Q&A
2026-02-14
EPSS Evaluated
2026-06-15
NVD
EUVD
Affected Vendors & Products
Showing 9 associated CPEs
Vendor Product Version / Range
linux linux_kernel 6.19
linux linux_kernel 6.19
linux linux_kernel 6.19
linux linux_kernel 6.19
linux linux_kernel 6.19
linux linux_kernel From 6.7 (inc) to 6.12.68 (exc)
linux linux_kernel From 6.13 (inc) to 6.18.8 (exc)
linux linux_kernel 6.19
linux linux_kernel From 6.3 (inc) to 6.6.122 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

This vulnerability relates to the Linux kernel's wifi driver for ath12k devices. The issue involves the improper use of pointers when freeing DMA (Direct Memory Access) coherent memory buffers. Specifically, dma_alloc_coherent() allocates a DMA mapped buffer and stores the addresses in unaligned fields, but the code was incorrectly using the aligned addresses when freeing the buffer with dma_free_coherent(). The fix ensures that the unaligned addresses are reused correctly when freeing the buffer.

Impact Analysis

Improper handling of DMA memory pointers can lead to memory corruption or instability in the wifi driver, potentially causing system crashes or unpredictable behavior in devices using the affected Linux kernel version with ath12k wifi hardware.

Compliance Impact

I don't know

Detection Guidance

I don't know

Mitigation Strategies

I don't know

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-23135. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart