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

wifi: rtw89: correct drop logic for malformed AMPDU frames

The previous commit aims to fix issue caused by malformed AMPDU frames.
But the drop logic fails to deal with the first AMPDU packet paired with
certain range of sequence number, and leads to unexpected packet drop.
It is more likely to encounter this failure when there are busy traffic
during rekey process and could lead to disconnection from the AP.
Fix this by adding a initial state judgement and only reset status
during pairwise rekey.
Published: 2026-07-25
Score: n/a
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A logic flaw in the rtw89 Wi‑Fi driver of the Linux kernel mishandles malformed AMPDU frames. When the first AMPDU packet arrives with a particular sequence‑number range during a rekey operation, the driver’s state‑reset logic fails, causing unintended packet drops that lead to an abrupt disconnection from the wireless access point. The weakness stems from an improper reset scenario (CWE‑841).

Affected Systems

All Linux kernel builds that include the rtw89 driver are potentially affected. The vendor is Linux and the product is the Linux kernel; no specific kernel version numbers are reported, so any deployment of the kernel with this module could be impacted.

Risk and Exploitability

The EPSS score is less than 1 % and the vulnerability is not listed in CISA KEV, indicating a low probability of widespread exploitation. An attacker with local wireless access could transmit crafted AMPDU frames during periods of busy traffic or while a rekey is in progress to trigger the flaw. Exploitation would result in a denial‑of‑service state via Wi‑Fi disconnection rather than code execution or data compromise, and the moderate severity suggests prompt patching in environments that rely on continuous wireless connectivity.

Generated by OpenCVE AI on August 4, 2026 at 14:14 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a release that includes the rtw89 driver patch, which resolves the improper reset scenario (CWE‑841).
  • If a kernel upgrade cannot be performed immediately, disable or delay automatic WPA/WPA2 key rekey operations on the affected devices to reduce the window in which the flaw can be triggered.
  • Restart the Wi‑Fi interface or reboot the device to clear any stale driver state if disconnections occur while awaiting the patched kernel.

Generated by OpenCVE AI on August 4, 2026 at 14:14 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 03 Aug 2026 18:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-754

Thu, 30 Jul 2026 00:15:00 +0000


Mon, 27 Jul 2026 05:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-754

Sat, 25 Jul 2026 09:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: correct drop logic for malformed AMPDU frames The previous commit aims to fix issue caused by malformed AMPDU frames. But the drop logic fails to deal with the first AMPDU packet paired with certain range of sequence number, and leads to unexpected packet drop. It is more likely to encounter this failure when there are busy traffic during rekey process and could lead to disconnection from the AP. Fix this by adding a initial state judgement and only reset status during pairwise rekey.
Title wifi: rtw89: correct drop logic for malformed AMPDU frames
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-07-25T08:52:00.322Z

Reserved: 2026-07-19T15:36:31.793Z

Link: CVE-2026-64506

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-07-25T10:17:36.710

Modified: 2026-07-25T10:17:36.710

Link: CVE-2026-64506

cve-icon Redhat

Severity :

Publid Date: 2026-07-25T00:00:00Z

Links: CVE-2026-64506 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T14:15:10Z

Weaknesses
  • CWE-841

    Improper Enforcement of Behavioral Workflow