PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-93784 Linux CVE debrief

A vulnerability in the Linux kernel's cfg80211_wext_siwgenie() function allows for an out-of-bounds read and integer underflow when processing a malformed IE buffer. This issue can be triggered by a local attacker through the SIOCSIWGENIE and SIOCSIWESSID ioctls, potentially leading to a denial of service. The vulnerability has been resolved by validating the IE buffer in cfg80211_wext_siwgenie() before storing it.

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 maintainers, and users of Linux-based systems should assess exposure and prioritize patching. Affected operators must review cfg80211_wext_siwgenie() function deployments. Platform and vulnerability-management teams need to validate IE buffer validation. Security teams should monitor for potential denial of service attempts.

Why it matters

A vulnerability in the Linux kernel's cfg80211_wext_siwgenie() function allows for an out-of-bounds read and integer underflow when processing a malformed IE buffer. This issue can be triggered by a local attacker through the SIOCSIWGENIE and SIOCSIWESSID ioctls, potentially leading to a denial of service. Linux kernel developers and maintainers, Linux distribution maintainers, and users of Linux-based systems should assess exposure and prioritize patching.

  • Denial of service through system crash or instability
  • Potential for local privilege escalation or unauthorized access
  • Need for patching and validation of IE buffers in cfg80211_wext_siwgenie()

Technical summary

The vulnerability is caused by the lack of validation of the IE buffer in cfg80211_wext_siwgenie(). The KASAN allocation trace shows that a malformed IE buffer is stored via SIOCSIWGENIE without any validation. The crash trace shows that a subsequent SIOCSIWESSID triggers a connection attempt which calls cfg80211_sme_get_conn_ies() to process the stored IE buffer, causing an out-of-bounds read and integer underflow.

Defensive priority

Medium

Recommended defensive actions

  • Review and apply the provided patches to validate IE buffers in cfg80211_wext_siwgenie()
  • Restrict access to SIOCSIWGENIE and SIOCSIWESSID ioctls to trusted users
  • Monitor system logs for potential denial of service attempts
  • Perform thorough vulnerability assessments to identify potential exposure
  • Implement compensating controls for exposed systems while remediation is scheduled and verified
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented
  • Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance

Evidence notes

The vulnerability is caused by the lack of validation of the IE buffer in cfg80211_wext_siwgenie(). The KASAN allocation trace shows that a malformed IE buffer is stored via SIOCSIWGENIE without any validation. The crash trace shows that a subsequent SIOCSIWESSID triggers a connection attempt which calls cfg80211_sme_get_conn_ies() to process the stored IE buffer, causing an out-of-bounds read and integer underflow.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-93784 CVE Program record

    Publisher, destination, and source semantics verified

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

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

  • CVE-2026-93784 NVD vulnerability detail

    Publisher, destination, and source semantics verified

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

    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/01cc395cecfaa73134d39fb9a401d9605d8bb2c5

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

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/a2f5286ca4f304d3fd469f01b96b518608912a5c

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

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/c970879e03b23a27df42caf7ba506485a165fb96

    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.