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-64536

8.1 · HIGH
Published Jul 27, 2026 EPSS 0.25% (16th pctl)

Overview

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

This vulnerability has a CVSS 3.1 base score of 8.1, 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 OOB reads in is_ap_in_tkip() IE loop

The loop in is_ap_in_tkip() iterates over IEs without verifying that

enough bytes remain before dereferencing the IE header or its payload:

- pIE->element_id and pIE->length are read without checking that

i + sizeof(*pIE) <= ie_length, so a truncated IE at the end of the

buffer causes an OOB read.

- For WLAN_EID_VENDOR_SPECIFIC the code compares pIE->data + 12,

which requires pIE->length >= 16. For WLAN_EID_RSN it compares

pIE->data + 8, requiring pIE->length >= 12. Neither requirement

is checked.

Add the missing IE header and payload bounds checks and guard each

data access with an explicit pIE->length minimum, matching the

pattern established in update_beacon_info().

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

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

How severe is CVE-2026-64536?

This vulnerability has a CVSS 3.1 base score of 8.1, 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-64536?

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

CyberStrike's AI-powered security agents can automatically detect CVE-2026-64536 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.