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: n/a
EPSS: n/a
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 not supplied in the current data, but the lack of an EPSS score and the absence from CISA’s KEV catalog suggest that active exploitation is not widely reported. The described 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 10, 2026 at 16:28 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 10, 2026 at 16:28 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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-10T12:04:32.486Z

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

Link: CVE-2026-68412

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-10T16:30:05Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor