CVE-2023-54275
Unknown Unknown - Not Provided
Memory Leak in Linux Kernel ath11k Wi-Fi Component Fixed

Publication date: 2025-12-30

Last updated on: 2025-12-30

Assigner: kernel.org

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.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-12-30
Last Modified
2025-12-30
Generated
2026-05-07
AI Q&A
2025-12-30
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 2 associated CPEs
Vendor Product Version / Range
linux kernel *
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability is a memory leak in the Linux kernel's ath11k WiFi driver. Specifically, when the function ath11k_peer_find() fails, it does not properly release allocated cryptographic resources using crypto_free_shash(), leading to a memory leak. The fix involves adding the missing crypto_free_shash() call to prevent this leak.


How can this vulnerability impact me? :

The memory leak caused by this vulnerability can lead to increased memory usage over time, potentially degrading system performance or causing system instability if the leak is significant and persistent.


What immediate steps should I take to mitigate this vulnerability?

Update the Linux kernel to a version that includes the fix for the memory leak in ath11k_peer_rx_frag_setup, which adds the missing crypto_free_shash() call. This will prevent the memory leak caused when ath11k_peer_find() fails.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart