CVE-2023-53467
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-10-01

Last updated on: 2025-10-02

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: fix potential leak in rtw89_append_probe_req_ie() Do `kfree_skb(new)` before `goto out` to prevent potential leak.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-10-01
Last Modified
2025-10-02
Generated
2026-05-07
AI Q&A
2025-10-01
EPSS Evaluated
2026-05-05
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
What immediate steps should I take to mitigate this vulnerability?

Apply the patch or update the Linux kernel to a version where the rtw89 driver has fixed the potential memory leak by properly freeing allocated memory in rtw89_append_probe_req_ie().


Can you explain this vulnerability to me?

This vulnerability is a potential memory leak in the Linux kernel's wifi driver rtw89, specifically in the function rtw89_append_probe_req_ie(). The fix involves freeing allocated memory (kfree_skb(new)) before exiting the function to prevent the leak.


How can this vulnerability impact me? :

A memory leak in the wifi driver could lead to increased memory usage over time, potentially causing system instability or crashes if the leak is exploited or occurs frequently.


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