UNKNOWN NVD
CVE-2026-90361
In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix leak in ath11k_service_ready_ext_event() Currently, during ath11k_servic
In the Linux kernel, the following vulnerability has been resolved:
wifi: ath11k: fix leak in ath11k_service_ready_ext_event()
Currently, during ath11k_service_ready_ext_event() processing,
svc_rdy_ext.mac_phy_caps can be allocated during TLV parsing. This is a
temporary allocation that is freed on the success path, but not on the
error path. If parsing succeeds far enough to allocate mac_phy_caps and
then fails on a later TLV, the allocation leaks. So free the allocation
on the error path.
Compile tested only.
References
- https://git.kernel.org/stable/c/0293be2212d319d59589082461abf2a9b626cd1c
- https://git.kernel.org/stable/c/047a817147806140cdef5fa25d69d7b7a24f905c
- https://git.kernel.org/stable/c/10ccd92825504c029390874c6fb84c62d9f263f9
- https://git.kernel.org/stable/c/1296cae53052881ddd571a9d4f467a16ebfb7f14
- https://git.kernel.org/stable/c/35cb3086b426b3468cfc32d0d8d9883409705ea9
This unknown severity vulnerability was published on 2026-09-17 via NVD.
vulnfeed aggregates 13500 vulnerabilities from NVD, CISA KEV,
Ubuntu, Debian, Red Hat, Kubernetes, Exploit-DB, OSS-Security, GitHub and OpenStack — updated every 4 hours.