PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-93807 Linux CVE debrief

A vulnerability in the Linux kernel's rsi wifi driver could allow an attacker to read past the supplied key buffer when loading keys for non-TKIP ciphers. This vulnerability arises from the driver's unconditional copying of tx_mic_key and rx_mic_key from data[16] and data[24] without checking the cipher type, potentially leading to buffer over-reads. Defenders should verify and apply kernel updates, restrict access to wifi configuration, and monitor for suspicious wifi activity. The vulnerability has been resolved in the Linux kernel, and users are advised to update to the latest kernel version.

Vendor
Linux
Product
Unknown
CVSS
Unknown
CISA KEV
Not listed in stored evidence
Original CVE published
2026-09-24
Original CVE updated
2026-09-25
Advisory published
2026-09-24
Advisory updated
2026-09-25

Who should care

Linux kernel developers and maintainers, Linux distribution vendors, and users of Linux-based systems with rsi wifi drivers should be aware of this vulnerability. They should verify and apply kernel updates, restrict access to wifi configuration, and monitor for suspicious wifi activity. Additionally, security teams and vulnerability management teams should review the vulnerability and apply necessary mitigations. Operators of Linux-based systems with rsi

Why it matters

A vulnerability in the Linux kernel's rsi wifi driver could allow an attacker to read past the supplied key buffer when loading keys for non-TKIP ciphers. Defenders should verify and apply kernel updates, restrict access to wifi configuration, and monitor for suspicious wifi activity.

  • Verify key loading for rsi wifi driver
  • Restrict access to wifi configuration
  • Monitor for suspicious wifi activity

Technical summary

The Linux kernel's rsi wifi driver has a vulnerability where it unconditionally copies tx_mic_key and rx_mic_key from data[16] and data[24] without checking the cipher type. This can lead to reading past the supplied key buffer for non-TKIP ciphers like CCMP. The vulnerability has been resolved by only copying the MIC keys for TKIP and rejecting malformed TKIP keys that are shorter than the expected 32-byte layout. Users should update to the latest kernel version to mitigate this vulnerability. The fix involves adding checks for the cipher type before copying the MIC keys.

Defensive priority

Verify and apply kernel updates; restrict access to wifi configuration

Recommended defensive actions

  • Verify and apply kernel updates
  • Restrict access to wifi configuration
  • Monitor for suspicious wifi activity
  • Review compensating controls for exposed systems
  • Check relevant monitoring, detection, and logs for exposed assets
  • Track exceptions and retest remediated assets
  • Confirm whether affected product deployments exist in managed environments

Evidence notes

The Linux kernel's rsi wifi driver has a vulnerability where it unconditionally copies tx_mic_key and rx_mic_key from data[16] and data[24] without checking the cipher type. This can lead to reading past the supplied key buffer for non-TKIP ciphers like CCMP.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-93807 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-93807

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-93807 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-93807

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/55b86ef6c2e68879ffd95203b011ef42a013ab88

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/5902e3c08c63d65724772f74d65b9fb032625dca

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/843fe9bc583b7686ca68312ac9319c9240a73c03

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.