CVE-2026-68190: staging: rtl8723bs: fix OOB reads in rtw_get_wps_ie()

Published Aug 10, 2026
·
Updated

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

staging: rtl8723bs: fix OOB reads in rtwgetwpsie()

rtwgetwpsie() iterates over IE data from network frames without validating that the IE header and payload fit within the remaining buffer before reading them. Specifically:

- inie[cnt + 1] is read without checking cnt + 1 < inlen - memcmp(&inie[cnt + 2], ...) accesses cnt + 2 without bounds check - inie[cnt + 1] is used as length without verifying payload fits

Add bounds checks at the top of the loop body to break early if fewer than 2 bytes remain for the IE header, or if the declared payload extends past the end of the buffer. Also require at least 4 bytes of payload before comparing the WPS OUI.

Affected Software

1 affected component
Linux Kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    In rtw_get_wps_ie(), add bounds checks at the top of the loop body and break early when fewer bytes remain; require at least 4 bytes before reading in_ie[cnt + 1] or comparing using memcmp(&in_ie[cnt + 2], ...) and validate that the declared IE payload fits within the remaining buffer before comparing the WPS OUI.

    Linux kernel OOB read bounds checks in rtw_get_wps_ie() = Add bounds checks at the top of the loop body to break early if fewer bytes remain; require at least 4 bytes of IE header before reading in_ie[cnt + 1] and memcmp(&in_ie[cnt + 2], ...).

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-68190?

The severity of CVE-2026-68190 is rated as risk 26.

2

How do I fix CVE-2026-68190?

To fix CVE-2026-68190, update your Linux kernel to the latest version that includes the patch for this vulnerability.

3

What does CVE-2026-68190 impact?

CVE-2026-68190 impacts the Linux kernel's handling of network frames that could lead to out-of-bounds reads.

4

Is CVE-2026-68190 remote exploit possible?

Yes, CVE-2026-68190 could be exploited remotely if the affected functionality is exposed to untrusted network traffic.

5

What systems are affected by CVE-2026-68190?

CVE-2026-68190 affects systems running the Linux kernel version that includes the rtl8723bs staging driver.

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