CVE-2023-53384: wifi: mwifiex: avoid possible NULL skb pointer dereference
In the Linux kernel, the following vulnerability has been resolved:
wifi: mwifiex: avoid possible NULL skb pointer dereference
In 'mwifiex_handle_uap_rx_forward()', always check the value
returned by 'skb_copy()' to avoid potential NULL pointer
dereference in 'mwifiex_uap_queue_bridged_pkt()', and drop
original skb in case of copying failure.
Found by Linux Verification Center (linuxtesting.org) with SVACE.
Security readout for executives and security teams
Plain-English summary
CVE-2023-53384 is a Linux kernel denial-of-service issue in the mwifiex Wi-Fi driver. A failed packet copy could lead to a NULL pointer dereference and crash affected systems. Business urgency is highest for Linux devices using Marvell mwifiex wireless functionality, especially embedded, edge, or appliance environments.
Executive priority
Treat as a targeted availability-risk update, not an emergency internet-wide exposure. Patch in normal kernel maintenance cycles, faster for business-critical Linux devices depending on mwifiex wireless networking where a crash would disrupt operations.
Technical view
The flaw is CWE-476 in mwifiex_handle_uap_rx_forward(). The kernel fix adds a check for skb_copy() failure before passing data to mwifiex_uap_queue_bridged_pkt(), dropping the original skb on copy failure. CVSS is 5.5: local attack vector, low complexity, low privileges, no user interaction, high availability impact.
Likely exposure
Exposure appears limited to Linux systems running affected kernel builds with the mwifiex Wi-Fi driver in use. The CVE record lists Linux kernel versions/branches and multiple stable kernel commits. Distribution kernels may differ because of backports, so validate against vendor advisories and installed kernel changelogs.
Exploitation context
The provided sources do not show active exploitation, and the CVE is not marked KEV. The CVSS vector indicates local, low-privilege exploitation with availability impact only. The issue was found by Linux Verification Center using SVACE, suggesting a code-analysis-discovered reliability flaw rather than a reported in-the-wild campaign.
Researcher notes
Affected-version precision is incomplete in the provided bundle. The CVE lists Linux kernel version markers and stable commits, but distro backports may already contain the fix. Avoid assuming exploitability beyond the CVSS-local model without additional evidence.
Mitigation direction
Apply Linux kernel updates that include the referenced mwifiex stable fixes.
Check your Linux distribution advisory for the exact fixed kernel package.
Prioritize systems that use Marvell mwifiex Wi-Fi or embedded wireless access point functions.
If updates are unavailable, assess whether mwifiex functionality can be disabled safely.
Validation and detection
Inventory Linux kernel versions on devices using Wi-Fi.
Check whether the mwifiex driver is present, loaded, or required.
Compare installed kernels against vendor fixed package information.
Review kernel changelogs for the referenced mwifiex skb_copy NULL-check fix.
Confirm patched systems remain stable after wireless functionality testing.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-476: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-476 · source CWE mapping
NULL Pointer Dereference
NULL Pointer Dereference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.