CVE-2023-53467
Unknown Unknown - Not Provided

BaseFortify

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

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

Instant insights powered by AI
Mitigation Strategies

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().

Executive Summary

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.

Impact Analysis

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.

Chat Assistant

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

EPSS Chart