GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration

CVE-2026-64255 (GCVE-0-2026-64255)

Vulnerability from cvelistv5 – Published: 2026-07-24 15:31 – Updated: 2026-08-17 04:52
VLAI
Title
wifi: iwlwifi: mld: validate sta_mask before ffs() in BA session handlers
Summary
In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mld: validate sta_mask before ffs() in BA session handlers Three BA session handlers use ffs(ba_data->sta_mask) - 1 to derive a station ID without checking that sta_mask is non-zero. When sta_mask is zero, ffs() returns 0 and the subtraction wraps to 0xFFFFFFFF, causing an out-of-bounds access on fw_id_to_link_sta[]. Add WARN_ON_ONCE(!ba_data->sta_mask) guards before each ffs() call, consistent with the existing check in iwl_mld_ampdu_rx_start().
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: 9aa3856d9b6f3f8bf085b5bbb5f3703578bf452b , < 1de92789ce31e46fa7e7d8e89c90b19cdb1c103b (git)
Affected: 9aa3856d9b6f3f8bf085b5bbb5f3703578bf452b , < fe7f339f63c9dc4ca546ed7ac38ba4bb3a99dcfc (git)
Affected: 9aa3856d9b6f3f8bf085b5bbb5f3703578bf452b , < f056fc2b927448d37eca6b6cacc3d1b0f67b20d2 (git)
guessed Create a notification for this product.
Linux Linux Affected: 6.4
Unaffected: 0 , < 6.4 (semver)
Unaffected: 6.18.38 , ≤ 6.18.* (semver)
Unaffected: 7.1.3 , ≤ 7.1.* (semver)
Unaffected: 7.2 , ≤ * (original_commit_for_fix)
guessed Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/net/wireless/intel/iwlwifi/mld/agg.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "1de92789ce31e46fa7e7d8e89c90b19cdb1c103b",
              "status": "affected",
              "version": "9aa3856d9b6f3f8bf085b5bbb5f3703578bf452b",
              "versionType": "git"
            },
            {
              "lessThan": "fe7f339f63c9dc4ca546ed7ac38ba4bb3a99dcfc",
              "status": "affected",
              "version": "9aa3856d9b6f3f8bf085b5bbb5f3703578bf452b",
              "versionType": "git"
            },
            {
              "lessThan": "f056fc2b927448d37eca6b6cacc3d1b0f67b20d2",
              "status": "affected",
              "version": "9aa3856d9b6f3f8bf085b5bbb5f3703578bf452b",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/net/wireless/intel/iwlwifi/mld/agg.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "6.4"
            },
            {
              "lessThan": "6.4",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.38",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.1.*",
              "status": "unaffected",
              "version": "7.1.3",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "7.2",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.38",
                  "versionStartIncluding": "6.4",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.1.3",
                  "versionStartIncluding": "6.4",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.2",
                  "versionStartIncluding": "6.4",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nwifi: iwlwifi: mld: validate sta_mask before ffs() in BA session handlers\n\nThree BA session handlers use ffs(ba_data-\u003esta_mask) - 1 to derive a\nstation ID without checking that sta_mask is non-zero. When sta_mask is\nzero, ffs() returns 0 and the subtraction wraps to 0xFFFFFFFF, causing\nan out-of-bounds access on fw_id_to_link_sta[].\n\nAdd WARN_ON_ONCE(!ba_data-\u003esta_mask) guards before each ffs() call,\nconsistent with the existing check in iwl_mld_ampdu_rx_start()."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "baseScore": 8.8,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "scenarios": [
            {
              "lang": "en",
              "value": "AV:A - The vulnerable BA-session handlers are driven by Wi-Fi aggregation, BAR/DELBA traffic, firmware notifications, and timers influenced by a radio peer, requiring Wi-Fi adjacency.\nAC:L - A malicious associated MLO peer can control ADDBA parameters, link-state transitions, aggregation traffic, DELBA delivery, and inactivity timing, allowing the sequence to be triggered repeatedly without an uncontrollable race.\nPR:N - The peer must have an existing mac80211 station relationship, but needs no host account, kernel capability, or administrative privilege; a malicious AP or associated station satisfies this gate.\nUI:N - Once the wireless relationship exists, the peer can trigger the vulnerable sequence entirely through protocol traffic without further victim action.\nS:U - The vulnerable driver and affected kernel memory belong to the same host security authority, with no VM, IOMMU, or other scope boundary crossed.\nC:H - The 0xFFFFFFFF index reads a pointer far outside the 16-entry array and then follows it through additional pointer dereferences, permitting disclosure of arbitrary kernel memory under a groomed layout.\nI:H - A bogus station pointer can reach the PN and mac80211 receive paths, where attacker-controlled PN bytes and station state are written through pointer-derived addresses, potentially enabling kernel memory corruption and control-flow hijacking.\nA:H - The invalid array access or subsequent pointer dereference can fault in NAPI, RX-queue, or timer context, causing a kernel oops or panic and complete system denial of service."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-17T04:52:07.539Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/1de92789ce31e46fa7e7d8e89c90b19cdb1c103b"
        },
        {
          "url": "https://git.kernel.org/stable/c/fe7f339f63c9dc4ca546ed7ac38ba4bb3a99dcfc"
        },
        {
          "url": "https://git.kernel.org/stable/c/f056fc2b927448d37eca6b6cacc3d1b0f67b20d2"
        }
      ],
      "title": "wifi: iwlwifi: mld: validate sta_mask before ffs() in BA session handlers",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-64255",
    "datePublished": "2026-07-24T15:31:22.870Z",
    "dateReserved": "2026-07-19T15:36:31.773Z",
    "dateUpdated": "2026-08-17T04:52:07.539Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-64255",
      "date": "2026-09-16",
      "epss": "0.00223",
      "percentile": "0.13073"
    },
    "microsoft_vex": {
      "current_release_date": "2026-08-11T14:03:27.000Z",
      "cve": "CVE-2026-64255",
      "id": "msrc_CVE-2026-64255",
      "initial_release_date": "2026-07-26T01:02:17.000Z",
      "product_status:known_affected": "3",
      "source": "Microsoft CSAF VEX",
      "status": "final",
      "title": "wifi: iwlwifi: mld: validate sta_mask before ffs() in BA session handlers",
      "url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-64255.json",
      "version": "4"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-64255\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-07-24T16:16:55.257\",\"lastModified\":\"2026-08-17T05:17:24.083\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nwifi: iwlwifi: mld: validate sta_mask before ffs() in BA session handlers\\n\\nThree BA session handlers use ffs(ba_data-\u003esta_mask) - 1 to derive a\\nstation ID without checking that sta_mask is non-zero. When sta_mask is\\nzero, ffs() returns 0 and the subtraction wraps to 0xFFFFFFFF, causing\\nan out-of-bounds access on fw_id_to_link_sta[].\\n\\nAdd WARN_ON_ONCE(!ba_data-\u003esta_mask) guards before each ffs() call,\\nconsistent with the existing check in iwl_mld_ampdu_rx_start().\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"drivers/net/wireless/intel/iwlwifi/mld/agg.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"9aa3856d9b6f3f8bf085b5bbb5f3703578bf452b\",\"lessThan\":\"1de92789ce31e46fa7e7d8e89c90b19cdb1c103b\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"9aa3856d9b6f3f8bf085b5bbb5f3703578bf452b\",\"lessThan\":\"fe7f339f63c9dc4ca546ed7ac38ba4bb3a99dcfc\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"9aa3856d9b6f3f8bf085b5bbb5f3703578bf452b\",\"lessThan\":\"f056fc2b927448d37eca6b6cacc3d1b0f67b20d2\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"drivers/net/wireless/intel/iwlwifi/mld/agg.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"6.4\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"6.4\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.18.38\",\"lessThanOrEqual\":\"6.18.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.1.3\",\"lessThanOrEqual\":\"7.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.2\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":8.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"ADJACENT_NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.8,\"impactScore\":5.9}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-125\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.4\",\"versionEndExcluding\":\"6.18.38\",\"matchCriteriaId\":\"D486B055-B603-4D6F-8FBD-3FD176FFE63A\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.19\",\"versionEndExcluding\":\"7.1.3\",\"matchCriteriaId\":\"9526B150-E2B3-4C6F-8AE5-1AF92B75AD9E\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/1de92789ce31e46fa7e7d8e89c90b19cdb1c103b\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/f056fc2b927448d37eca6b6cacc3d1b0f67b20d2\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/fe7f339f63c9dc4ca546ed7ac38ba4bb3a99dcfc\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}",
    "redhat_vex": {
      "aggregate_severity": "Moderate",
      "current_release_date": "2026-09-14T11:48:20+00:00",
      "cve": "CVE-2026-64255",
      "id": "CVE-2026-64255",
      "initial_release_date": "2026-07-24T00:00:00+00:00",
      "product_status:fixed": "612",
      "product_status:known_affected": "22",
      "product_status:known_not_affected": "90",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: wifi: iwlwifi: mld: validate sta_mask before ffs() in BA session handlers",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-64255.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-09-15T01:53:11Z",
      "cve": "CVE-2026-64255",
      "id": "CVE-2026-64255",
      "initial_release_date": "2026-07-25T00:13:31Z",
      "product_status:known_affected": "125",
      "product_status:known_not_affected": "251",
      "product_status:recommended": "46",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2026-64255",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-64255.json",
      "version": "8"
    }
  }
}



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…