Bug 2426243 (CVE-2023-54275) - CVE-2023-54275 kernel: wifi: ath11k: Fix memory leak in ath11k_peer_rx_frag_setup
Summary: CVE-2023-54275 kernel: wifi: ath11k: Fix memory leak in ath11k_peer_rx_frag_s...
Keywords:
Status: NEW
Alias: CVE-2023-54275
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-12-30 13:18 UTC by OSIDB Bzimport
Modified: 2025-12-30 22:40 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-12-30 13:18:55 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.