5 matches found
ROOT-OS-UBUNTU-2404-CVE-2026-23135 CVE-2026-23135 in rootio-linux - Patched by Root
Root has patched CVE-2026-23135 in the rootio-linux package for Root:Ubuntu:24.04. Multiple fixed versions available...
CVE-2026-23135 affecting package kernel for versions less than 6.6.126.1-1
CVE-2026-23135 affecting package kernel for versions less than 6.6.126.1-1. A patched version of the package is available...
CVE-2026-23135
A flaw was found in the Linux kernel's ath12k wifi driver. A local attacker could exploit this vulnerability by triggering the device driver teardown path. The driver incorrectly passes aligned memory addresses to dmafreecoherent instead of the original unaligned addresses during cleanup. This...
CVE-2026-23135
CVE-2026-23135 affects the Linux kernel in the wifi ath12k driver. The issue arises in dma_free_coherent() pointer handling: dma_alloc_coherent() stores addresses in XXX_unaligned fields, but those addresses are not consistently reused when freeing the buffer. The vulnerability is resolved by pat...
CVE-2026-23135
In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix dmafreecoherent pointer dmaalloccoherent allocates a DMA mapped buffer and stores the addresses in XXXunaligned fields. Those should be reused when freeing the buffer rather than the aligned addresses...