CVE-2026-68469

Source
https://cve.org/CVERecord?id=CVE-2026-68469
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-68469.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-68469
Downstream
Published
2026-08-15T05:51:27.429Z
Modified
2026-08-16T03:48:30.214922278Z
Summary
wifi: mwifiex: fix permanently busy scans after multiple roam iterations
Details

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

wifi: mwifiex: fix permanently busy scans after multiple roam iterations

In order for the firmware to sleep, the driver has to confirm a previously received sleep request. The normal sequence of evets goes like this: EVENTSLEEP -> adapter->psstate = PSSTATEPRESLEEP -> sleep-confirm -> SLEEP -> EVENTAWAKE -> AWAKE. Before sending the sleep-confirm command, the driver must make sure there are no commands either running or waiting to be completed.

mwifiexret80211associate() unconditionally sets psstate = PSSTATEAWAKE when it processes the association command response, outside of the normal powersave management flow. If EVENTSLEEP arrives while the association command is in flight, psstate is PRESLEEP when the association command response is parsed, and the forced AWAKE overwrites it. The deferred sleep-confirm is never sent.

A subsequent scanstart command is correctly acknowledged, but the firmware doesn't generate scanresult events. The scan request never finishes, and additional requests from userspace fail with -EBUSY.

After testing on both IW412 and W8997, I could only trigger the bug on the IW412 and observed the firmwares behave differently. On the IW412 the firmware still sends EVENTSLEEP while the authentication / association process is ongoing. A W8997 under the same conditions seems to suppress power-save for the duration of the association, so PRESLEEP never coincided with the association response even after extended periods of testing using the loops described below (>12hours).

On the IW412, the delay between commands that triggers an EVENTSLEEP was empirically determined to be ~20ms. This delay can naturally occur when the driver is outputting debugging information (debugmask = 0x00000037), in which situation the busy scans issue is repeatable while running "test 1)" as described below. If the delay between commands is less than ~20ms, the firmware stays awake and the issue was not reproducible running the same test.

The hostmlme=false path also behaves differently. In this case, the entire authentication / association transaction is executed by one command (HostCmdCMD80211ASSOCIATE), and the firmware doesn't emit EVENTSLEEP while the command is running.

Remove the assignment so the ps_state is only manipulated in the paths that are related to powersave event handling and on the main workqueue for correct sleep confirmation.

The following loop tests were performed (with debugging output enabled): 1) force roaming between two AP's, one 5GHz and one 2.4GHz, same SSID. Use wpacli to trigger the roaming behavior, sleep 2s between iterations. 2) force a disconnection to AP 1 and a connection to AP 2, test scan. Use wpacli to trigger the connection changes, sleep 2s between iterations.

Each test ran in each device for at least 3 hours.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/68xxx/CVE-2026-68469.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
5e6e3a92b9a4c9416b17f468fa5c7fa2233b8b4e
Fixed
2ed36b2586f16c480ed58de303af704c2235e16d
Fixed
5796eabe435d83544b6fe39851ce47ca68fdb778
Fixed
31a2c409f8f58d20f0f6391c151421155768ed77
Fixed
deb5f0ae384f1cf41fccaf6375266db2f2911b2b
Fixed
1bc55db2d34756bd53e4460dbb699619ee13cd7f
Fixed
a59cfa165aee3e29d06145041c0ebe46a51de604
Fixed
6126e12bf8c87badeab41a164c9689ac88e5c160
Fixed
d78a407bad6f500884a8606aea1a5a9207be4030

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-68469.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
3.0.0
Fixed
5.10.261
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.212
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.178
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.145
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.97
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.40
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.5

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-68469.json"