Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-64445

8.8 · HIGH
Published Jul 25, 2026 EPSS 0.32% (24th pctl)

Overview

CVE-2026-64445 is a high-severity vulnerability. It was published on July 25, 2026 and has a CVSS 3.1 base score of 8.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

Technical Description

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

staging: rtl8723bs: fix WEP length underflow and OOB read in OnAuth()

OnAuth() has two bugs in the shared-key authentication path.

When the Privacy bit is set, rtw_wep_decrypt() is called without

verifying that the frame is long enough to contain a valid WEP IV and

ICV. Inside rtw_wep_decrypt(), length is computed as:

length = len - WLAN_HDR_A3_LEN - iv_len

and then passed as (length - 4) to crc32_le(). If len is less than

WLAN_HDR_A3_LEN + iv_len + icv_len (32 bytes), length - 4 is negative

and, after the implicit cast to size_t, causes crc32_le() to read far

beyond the frame buffer. Add a minimum length check before accessing

the IV field and calling the decryption path.

When processing a seq=3 response, rtw_get_ie() stores the Challenge

Text IE length in ie_len, but the subsequent memcmp() always reads 128

bytes regardless of ie_len. IEEE 802.11 mandates a challenge text of

exactly 128 bytes; reject an

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2026-64445?

CVE-2026-64445 is a high-severity vulnerability. It was published on July 25, 2026 and has a CVSS 3.1 base score of 8.8 (HIGH).

How severe is CVE-2026-64445?

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2026-64445?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-64445?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-64445 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.