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

wifi: cfg80211: Fix an error handling path in cfg80211_wext_siwscan()

If the test against IEEE80211_MAX_SSID_LEN fails, then 'creq' leaks.
Use the existing error handling path to fix it.
Published: 2026-08-10
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw resides in the Linux kernel’s cfg80211 Wi‑Fi configuration subsystem, specifically in the error handling path of the cfg80211_wext_siwscan() function. When a scan request triggers a failure and the test against the maximum SSID length, IEEE80211_MAX_SSID_LEN, fails, the temporary request structure named ‘creq’ is not cleaned and remains in memory. This residual data can then be read by other processes, leaking potentially sensitive network configuration information. The vulnerability is an information‑disclosure weakness and does not directly grant code execution or denial of service, but it exposes the configuration of Wi‑Fi interfaces to an attacker on the same system.

Affected Systems

Linux kernel implementations across all distributions are impacted, as indicated by the generic vendor/product listing of “Linux:Linux” in the CNA data. All kernel versions preceding the application of the identified patch are potentially susceptible, notably those abiding by the kernel version library at or before the commit dates referenced in the provided links.

Risk and Exploitability

The CVSS base score is 6.5, indicating moderate severity. The EPSS score of <1% reflects a very low likelihood of exploitation, and the vulnerability is not listed in CISA’s KEV catalog, suggesting that active exploitation is not widely reported. The attack route would require local system access to read the leaked memory, implying that the threat level is limited to high‑privilege or compromised users. Because the fix was already integrated, the risk for systems running patched kernels is effectively null; however, any system still running older configurations remains vulnerable until the patch is applied.

Generated by OpenCVE AI on August 13, 2026 at 03:07 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that incorporates the fix for cfg80211_wext_siwscan() as identified in the provided commits.
  • Disable wireless interface configuration via the wext interface or migrate to a modern Wi‑Fi stack that does not expose the vulnerable path.
  • Implement local access controls to restrict management of wireless interfaces to privileged users only, reinforcing overall system security.

Generated by OpenCVE AI on August 13, 2026 at 03:07 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Weaknesses CWE-200

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

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

None

cvssV3_1

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

threat_severity

Moderate


Mon, 10 Aug 2026 16:45:00 +0000

Type Values Removed Values Added
Weaknesses 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: Fix an error handling path in cfg80211_wext_siwscan() If the test against IEEE80211_MAX_SSID_LEN fails, then 'creq' leaks. Use the existing error handling path to fix it.
Title wifi: cfg80211: Fix an error handling path in cfg80211_wext_siwscan()
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-17T05:05:03.099Z

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

Link: CVE-2026-68412

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

Modified: 2026-08-17T06:17:50.170

Link: CVE-2026-68412

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-68412 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T03:15:12Z

Weaknesses
  • CWE-772

    Missing Release of Resource after Effective Lifetime