CVE-2023-54275

Summary

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.

Affected Software

VendorProductVersion RangeStatus
LinuxLinux243874c64c8137bc90455200a7735da72836ecab < 137963e3b95776f1d57c62f249a93fe47e019a22affected
LinuxLinux243874c64c8137bc90455200a7735da72836ecab < 53c8a256e5d3f31d80186de03a3d2a7f747b2aa0affected
LinuxLinux243874c64c8137bc90455200a7735da72836ecab < e596b36e15a7158b0bb2d55077b6b381ee41020caffected
LinuxLinux243874c64c8137bc90455200a7735da72836ecab < 64a78ec4f4579798d8e885aca9bdd707bca6b16baffected
LinuxLinux243874c64c8137bc90455200a7735da72836ecab < ed3f83b3459a67a3ab9d806490ac304b567b1c2daffected
LinuxLinux5.7affected
LinuxLinux0 < 5.7unaffected
LinuxLinux5.10.173 <= 5.10.*unaffected
LinuxLinux5.15.99 <= 5.15.*unaffected
LinuxLinux6.1.16 <= 6.1.*unaffected
LinuxLinux6.2.3 <= 6.2.*unaffected
LinuxLinux6.3 <= *unaffected

Weaknesses

References