Description
In the Linux kernel, the following vulnerability has been resolved:

wifi: cfg80211: bound element ID read when checking non-inheritance

cfg80211_is_element_inherited() reads the first data octet of the
candidate element (id = elem->data[0]) to look it up in an extension
non-inheritance list. It does so after testing elem->id, but without
verifying that the element actually has a data octet. A zero-length
extension element (WLAN_EID_EXTENSION with length 0) therefore makes it
read one octet past the end of the element.

_ieee802_11_parse_elems_full() runs this check for every element of a
frame once a non-inheritance context exists -- e.g. while parsing a
per-STA profile of a Multi-Link element in a (re)association response,
or a non-transmitted BSS profile -- so a crafted frame from an AP can
trigger a one-octet slab-out-of-bounds read during element parsing:

BUG: KASAN: slab-out-of-bounds in cfg80211_is_element_inherited
Read of size 1 ... in net/wireless/scan.c

Return early (treat the element as inherited) when an extension element
carries no data, mirroring the existing handling of empty ID lists.

The bug was found by fuzzing ieee802_11_parse_elems_full() under KASAN.
Published: 2026-08-10
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability resides in the Linux kernel wireless subsystem, where cfg80211_is_element_inherited() reads the first octet of an element’s data without first validating that data exists. The likely attack vector is a crafted IEEE 802.11 management frame transmitted by an attacker‑controlled access point, based on the description. When a zero‑length WLAN_EID_EXTENSION element is processed, a single byte is read beyond the element boundary, causing a slab‑out‑of‑bounds read. This read can expose the contents of kernel memory to an attacker who can craft a malicious IEEE 802.11 frame that is parsed by a vulnerable host. The effect is a potential leak of kernel data, but the description does not indicate further exploitation such as privilege escalation or code execution.

Affected Systems

All Linux kernel implementations that contain the unpatched cfg80211 code. The vulnerable path is present in every kernel version distributed prior to the integration of the recent fix, regardless of distribution. No specific version numbers are listed in the data, so any system running an affected kernel should be considered at risk.

Risk and Exploitability

The flaw is a read‑only memory disclosure. Based on the description, it is inferred that an attacker can trigger it remotely from any wireless access point by transmitting a malicious IEEE 802.11 frame that includes a zero‑length extension element. The EPSS score of < 1% indicates a very low probability of exploitation, and the vulnerability is not listed in CISA’s KEV catalog. The CVSS score of 7.1 indicates a high severity, and the located out‑of‑bounds read in the kernel suggests limited impact confined to kernel memory leakage.

Generated by OpenCVE AI on August 14, 2026 at 03:46 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Linux kernel release or update that incorporates the cfg80211 out‑of‑bounds read fix
  • If a custom kernel is used, apply the commit that implements the bounds check and rebuild the kernel
  • If an immediate update is not possible, disable Wi‑Fi on the affected host or limit the wireless interface to a trusted internal network to reduce exposure

Generated by OpenCVE AI on August 14, 2026 at 03:46 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4745-1 linux-6.12 security update
History

Wed, 19 Aug 2026 16:45:00 +0000


Fri, 14 Aug 2026 02:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119
CWE-200

Thu, 13 Aug 2026 23:15:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H'}

cvssV3_1

{'score': 7.1, 'vector': 'CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H'}


Wed, 12 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-125
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Important


Mon, 10 Aug 2026 18:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119
CWE-200

Mon, 10 Aug 2026 12:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: bound element ID read when checking non-inheritance cfg80211_is_element_inherited() reads the first data octet of the candidate element (id = elem->data[0]) to look it up in an extension non-inheritance list. It does so after testing elem->id, but without verifying that the element actually has a data octet. A zero-length extension element (WLAN_EID_EXTENSION with length 0) therefore makes it read one octet past the end of the element. _ieee802_11_parse_elems_full() runs this check for every element of a frame once a non-inheritance context exists -- e.g. while parsing a per-STA profile of a Multi-Link element in a (re)association response, or a non-transmitted BSS profile -- so a crafted frame from an AP can trigger a one-octet slab-out-of-bounds read during element parsing: BUG: KASAN: slab-out-of-bounds in cfg80211_is_element_inherited Read of size 1 ... in net/wireless/scan.c Return early (treat the element as inherited) when an extension element carries no data, mirroring the existing handling of empty ID lists. The bug was found by fuzzing ieee802_11_parse_elems_full() under KASAN.
Title wifi: cfg80211: bound element ID read when checking non-inheritance
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-19T16:34:52.049Z

Reserved: 2026-07-30T09:28:09.389Z

Link: CVE-2026-68402

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-10T13:20:33.710

Modified: 2026-08-19T17:20:48.030

Link: CVE-2026-68402

cve-icon Redhat

Severity : Important

Publid Date: 2026-08-10T12:04:22Z

Links: CVE-2026-68402 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-14T04:00:11Z

Weaknesses