Security Advisory

CVE-2023-54275

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-12-30 12:16:04
Last updated 2026-05-11 19:58:49
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: Fix memory leak in ath11k_peer_rx_frag_setup crypto_alloc_shash() allocates resources, which should be released by crypto_free_shash(). When ath11k_peer_find() fails, there has memory leak. Add missing crypto_free_shash() to fix this.