CVE-2026-68197: wifi: mwifiex: fix NULL dereference when the AP has HT-cap but no HT-oper

Published Aug 10, 2026
·
Updated

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

wifi: mwifiex: fix NULL dereference when the AP has HT-cap but no HT-oper

mwifiextdlsaddhtoper() gates its follow-the-AP-bandwidth path on bssdesc->bcnhtcap being present, but then dereferences a different pointer, bssdesc->bcnhtoper:

if (ISSUPPCHANWIDTH40(priv->adapter->hwdot11ndevcap) && bssdesc->bcnhtcap && ISALLOWEDCHANWIDTH40(bssdesc->bcnhtoper->htparam))

bcnhtcap and bcnhtoper are populated independently while parsing the associated AP's beacon in mwifiexupdatebssdescwithie(): an AP that advertises an HT Capabilities element but no HT Operation element leaves bcnhtcap non-NULL and bcnhtoper NULL. Setting up a TDLS link to a peer while associated to such an AP then dereferences the NULL bcnhtoper and crashes the kernel. Every other bcnhtoper user in the driver NULL-checks it first.

Guard on the pointer that is actually dereferenced.

Found by 0sec automated security-research tooling (https://0sec.ai).

Affected Software

1 affected component
Linux Linux kernel

Event History

Aug 10, 2026
CVE Published
via MITRE·12:00 PM
Data Sourced
via MITRE·12:00 PM
Description
Data Sourced
via NVD·01:20 PM
Description
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-68197?

The severity of CVE-2026-68197 is rated at 48.

2

What does CVE-2026-68197 involve?

CVE-2026-68197 involves a NULL dereference vulnerability in the mwifiex driver when the access point has HT capability but lacks HT operational parameters.

3

How do I fix CVE-2026-68197?

To fix CVE-2026-68197, update your Linux kernel to the latest stable version where the vulnerability has been resolved.

4

Which Linux kernel versions are affected by CVE-2026-68197?

CVE-2026-68197 affects versions of the Linux kernel that include the mwifiex driver with the specific bug.

5

Can CVE-2026-68197 be exploited remotely?

CVE-2026-68197 may allow local attackers to cause a denial of service, but remote exploitation is not applicable as it pertains to local wireless connectivity.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203