CVE-2023-54275
Unknown Unknown - Not Provided

Memory Leak in Linux Kernel ath11k Wi-Fi Component Fixed

Vulnerability report for CVE-2023-54275, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

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-07-06
AI Q&A
2025-12-30
EPSS Evaluated
2026-07-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 Quick Actions

Instant insights powered by AI
Executive Summary

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.

Impact Analysis

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.

Mitigation Strategies

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.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2023-54275. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart