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

wifi: ieee80211: validate MLE common info length

ieee80211_mle_common_size() uses the first common-info octet as the
common information length for all known MLE types. However,
ieee80211_mle_size_ok() only validates that octet for Basic, Probe
Request, and TDLS MLEs.

Reconfiguration MLEs also skipped the length octet when calculating the
minimum common size, and Priority Access MLEs skipped validation of the
advertised common information length.

Account for the Reconfiguration common-info length octet and validate
the advertised common information length for all known MLE types. Keep
unknown-type handling unchanged.

[remove now misleading comment]
Published: 2026-08-15
Score: n/a
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability stems from the kernel’s Wi‑Fi stack incorrectly handling the length field of the MLE (Management Layer Element) common‑information octet. For certain MLE types the length is not validated, allowing an attacker to craft frames with an oversized or otherwise malformed length field. The kernel can then process data beyond the bounds of the supplied buffer, leading to memory corruption, crashes, or disclosure of kernel memory contents. The impact is primarily loss of integrity and availability, and potentially an escalation vector if code execution can be achieved through the corruption.

Affected Systems

All Linux kernel releases that include the ieee80211 Wi‑Fi driver are potentially affected. The vulnerability is present at the kernel level and therefore applies across all distributions and architectures that ship an unpatched Linux kernel. No specific version range was listed, indicating that any kernel family that has not applied this patch may be vulnerable.

Risk and Exploitability

The vulnerability is kernel‑level, verified to allow memory corruption. The lack of validation for several MLE types permits an attacker to send crafted frames over Wi‑Fi, potentially causing crashes or information leakage. The EPSS score is not available, but local severity is high due to kernel privilege. No KEV listing means it has not yet been observed in the wild; however, the potential impact warrants immediate attention.

Generated by OpenCVE AI on August 15, 2026 at 21:07 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the system to a Linux kernel version that includes the patch from commit 293baeae9b2434a3e432629d7720b5603db2d77e
  • After updating, reboot the device to ensure the kernel change takes effect
  • If an immediate update is not possible, disable the Wi‑Fi interface or prevent it from receiving external frames until a patch is applied

Generated by OpenCVE AI on August 15, 2026 at 21:07 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 15 Aug 2026 21:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119

Sat, 15 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: wifi: ieee80211: validate MLE common info length ieee80211_mle_common_size() uses the first common-info octet as the common information length for all known MLE types. However, ieee80211_mle_size_ok() only validates that octet for Basic, Probe Request, and TDLS MLEs. Reconfiguration MLEs also skipped the length octet when calculating the minimum common size, and Priority Access MLEs skipped validation of the advertised common information length. Account for the Reconfiguration common-info length octet and validate the advertised common information length for all known MLE types. Keep unknown-type handling unchanged. [remove now misleading comment]
Title wifi: ieee80211: validate MLE common info length
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-15T05:51:29.001Z

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

Link: CVE-2026-68471

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:20:05.433

Modified: 2026-08-15T06:20:05.433

Link: CVE-2026-68471

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-15T21:15:03Z

Weaknesses
  • CWE-119

    Improper Restriction of Operations within the Bounds of a Memory Buffer