CVE-2026-93784
Received Received - Intake

Heap Buffer Overflow in Linux Kernel WiFi Configuration

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

Publication date: 2026-09-24

Last updated on: 2026-09-24

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: validate IEs in cfg80211_wext_siwgenie() The KASAN allocation trace shows that a malformed IE buffer is stored via SIOCSIWGENIE (cfg80211_wext_siwgenie()) without any validation. The crash trace shows that a subsequent SIOCSIWESSID triggers a connection attempt which calls cfg80211_sme_get_conn_ies() to process the stored IE buffer, causing: - An out-of-bounds read in skip_ie() which reads ies[pos+1] (the length byte) past the end of the 1-byte buffer. - An integer underflow in the memcpy size argument when offs returned by ieee80211_ie_split() exceeds ies_len, causing unsigned subtraction to wrap to SIZE_MAX and triggering a fortify panic. Fix this by validating the IE buffer in cfg80211_wext_siwgenie() before storing it. [drop unnecessary ie_len check, update commit message]

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-24
Last Modified
2026-09-24
Generated
2026-09-24
AI Q&A
2026-09-24
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
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 in the Linux kernel's wifi configuration subsystem. It involves a lack of validation for Information Element (IE) buffers when using the SIOCSIWGENIE ioctl. A malformed IE buffer can be stored without checks, leading to memory corruption during subsequent operations like connection attempts.

Impact Analysis

An attacker could exploit this to cause a kernel crash or execute arbitrary code on affected systems. This could lead to denial of service, unauthorized access, or privilege escalation if the attacker gains control of the system.

Mitigation Strategies

Update the Linux kernel to the latest patched version to resolve the vulnerability in cfg80211_wext_siwgenie().

Chat Assistant

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

EPSS Chart