CVE-2025-71127 (GCVE-0-2025-71127)
Vulnerability from cvelistv5
Published
2026-01-14 15:07
Modified
2026-08-05 12:12
Summary
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: Discard Beacon frames to non-broadcast address Beacon frames are required to be sent to the broadcast address, see IEEE Std 802.11-2020, 11.1.3.1 ("The Address 1 field of the Beacon .. frame shall be set to the broadcast address"). A unicast Beacon frame might be used as a targeted attack to get one of the associated STAs to do something (e.g., using CSA to move it to another channel). As such, it is better have strict filtering for this on the received side and discard all Beacon frames that are sent to an unexpected address. This is even more important for cases where beacon protection is used. The current implementation in mac80211 is correctly discarding unicast Beacon frames if the Protected Frame bit in the Frame Control field is set to 0. However, if that bit is set to 1, the logic used for checking for configured BIGTK(s) does not actually work. If the driver does not have logic for dropping unicast Beacon frames with Protected Frame bit 1, these frames would be accepted in mac80211 processing as valid Beacon frames even though they are not protected. This would allow beacon protection to be bypassed. While the logic for checking beacon protection could be extended to cover this corner case, a more generic check for discard all Beacon frames based on A1=unicast address covers this without needing additional changes. Address all these issues by dropping received Beacon frames if they are sent to a non-broadcast address.
Impacted products
Vendor Product Version
Linux Linux Version: af2d14b01c32d7cba65f73503586e5b621afb139
Version: af2d14b01c32d7cba65f73503586e5b621afb139
Version: af2d14b01c32d7cba65f73503586e5b621afb139
Version: af2d14b01c32d7cba65f73503586e5b621afb139
Version: af2d14b01c32d7cba65f73503586e5b621afb139
Version: af2d14b01c32d7cba65f73503586e5b621afb139
Version: af2d14b01c32d7cba65f73503586e5b621afb139
Create a notification for this product.
Show details on NVD website


{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2025-71127",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-06-10T20:41:39.095624Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2026-06-11T18:44:14.717Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "net/mac80211/rx.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "be0974be5c42584e027883ac2af7dab5e950098c",
              "status": "affected",
              "version": "af2d14b01c32d7cba65f73503586e5b621afb139",
              "versionType": "git"
            },
            {
              "lessThan": "0a59a3895f804469276d188effa511c72e752f35",
              "status": "affected",
              "version": "af2d14b01c32d7cba65f73503586e5b621afb139",
              "versionType": "git"
            },
            {
              "lessThan": "88aab153d1528bc559292a12fb5105ee97528e1f",
              "status": "affected",
              "version": "af2d14b01c32d7cba65f73503586e5b621afb139",
              "versionType": "git"
            },
            {
              "lessThan": "6e5bff40bb38741e40c33043ba0816fba5f93661",
              "status": "affected",
              "version": "af2d14b01c32d7cba65f73503586e5b621afb139",
              "versionType": "git"
            },
            {
              "lessThan": "7b240a8935d554ad36a52c2c37c32039f9afaef2",
              "status": "affected",
              "version": "af2d14b01c32d7cba65f73503586e5b621afb139",
              "versionType": "git"
            },
            {
              "lessThan": "a21704df4024708be698fb3fd5830d5b113b70e0",
              "status": "affected",
              "version": "af2d14b01c32d7cba65f73503586e5b621afb139",
              "versionType": "git"
            },
            {
              "lessThan": "193d18f60588e95d62e0f82b6a53893e5f2f19f8",
              "status": "affected",
              "version": "af2d14b01c32d7cba65f73503586e5b621afb139",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "net/mac80211/rx.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "5.7"
            },
            {
              "lessThan": "5.7",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.248",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.198",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.160",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.120",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.65",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.4",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "6.19",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.10.248",
                  "versionStartIncluding": "5.7",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.198",
                  "versionStartIncluding": "5.7",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.160",
                  "versionStartIncluding": "5.7",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.120",
                  "versionStartIncluding": "5.7",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.65",
                  "versionStartIncluding": "5.7",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.4",
                  "versionStartIncluding": "5.7",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.19",
                  "versionStartIncluding": "5.7",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nwifi: mac80211: Discard Beacon frames to non-broadcast address\n\nBeacon frames are required to be sent to the broadcast address, see IEEE\nStd 802.11-2020, 11.1.3.1 (\"The Address 1 field of the Beacon .. frame\nshall be set to the broadcast address\"). A unicast Beacon frame might be\nused as a targeted attack to get one of the associated STAs to do\nsomething (e.g., using CSA to move it to another channel). As such, it\nis better have strict filtering for this on the received side and\ndiscard all Beacon frames that are sent to an unexpected address.\n\nThis is even more important for cases where beacon protection is used.\nThe current implementation in mac80211 is correctly discarding unicast\nBeacon frames if the Protected Frame bit in the Frame Control field is\nset to 0. However, if that bit is set to 1, the logic used for checking\nfor configured BIGTK(s) does not actually work. If the driver does not\nhave logic for dropping unicast Beacon frames with Protected Frame bit\n1, these frames would be accepted in mac80211 processing as valid Beacon\nframes even though they are not protected. This would allow beacon\nprotection to be bypassed. While the logic for checking beacon\nprotection could be extended to cover this corner case, a more generic\ncheck for discard all Beacon frames based on A1=unicast address covers\nthis without needing additional changes.\n\nAddress all these issues by dropping received Beacon frames if they are\nsent to a non-broadcast address."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "baseScore": 7.1,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
            "version": "3.1"
          },
          "scenarios": [
            {
              "lang": "en",
              "value": "AV:A - An attacker must inject crafted 802.11 Beacon frames within radio range of the target on its current Wi-Fi channel, making this an adjacent attack.\nAC:L - The target MAC, AP BSSID, and channel are observable, and a crafted Beacon can directly trigger the flaw without a race or condition beyond the attacker\u2019s control.\nPR:N - The receive path performs no attacker privilege or authentication check, and the attacker does not need to associate with the protected network or possess PTK/BIGTK material.\nUI:N - The kernel automatically processes the injected Beacon while the station is associated, without any victim action.\nS:U - The vulnerability affects Wi-Fi management state and availability within the same host kernel security authority, without crossing a VM, sandbox, or IOMMU boundary.\nC:N - The flaw provides no memory disclosure or protected-data read capability, and the affected parsing path shows no out-of-bounds read or use-after-free.\nI:L - Forged Beacons can make unauthorized but bounded changes to channel, bandwidth, transmit power, QoS, and MLO link state, without arbitrary memory modification or code execution.\nA:H - An attacker can force channel switching, block transmit queues, or trigger disconnection, and repeated unauthenticated injection can sustain complete loss of Wi-Fi connectivity."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-05T12:12:13.418Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/be0974be5c42584e027883ac2af7dab5e950098c"
        },
        {
          "url": "https://git.kernel.org/stable/c/0a59a3895f804469276d188effa511c72e752f35"
        },
        {
          "url": "https://git.kernel.org/stable/c/88aab153d1528bc559292a12fb5105ee97528e1f"
        },
        {
          "url": "https://git.kernel.org/stable/c/6e5bff40bb38741e40c33043ba0816fba5f93661"
        },
        {
          "url": "https://git.kernel.org/stable/c/7b240a8935d554ad36a52c2c37c32039f9afaef2"
        },
        {
          "url": "https://git.kernel.org/stable/c/a21704df4024708be698fb3fd5830d5b113b70e0"
        },
        {
          "url": "https://git.kernel.org/stable/c/193d18f60588e95d62e0f82b6a53893e5f2f19f8"
        }
      ],
      "title": "wifi: mac80211: Discard Beacon frames to non-broadcast address",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2025-71127",
    "datePublished": "2026-01-14T15:07:44.218Z",
    "dateReserved": "2026-01-13T15:30:19.655Z",
    "dateUpdated": "2026-08-05T12:12:13.418Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "vulnrichment": {
      "containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-71127\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-06-10T20:41:39.095624Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-06-11T17:38:35.373Z\"}}], \"cna\": {\"title\": \"wifi: mac80211: Discard Beacon frames to non-broadcast address\", \"affected\": [{\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"af2d14b01c32d7cba65f73503586e5b621afb139\", \"lessThan\": \"be0974be5c42584e027883ac2af7dab5e950098c\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"af2d14b01c32d7cba65f73503586e5b621afb139\", \"lessThan\": \"0a59a3895f804469276d188effa511c72e752f35\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"af2d14b01c32d7cba65f73503586e5b621afb139\", \"lessThan\": \"88aab153d1528bc559292a12fb5105ee97528e1f\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"af2d14b01c32d7cba65f73503586e5b621afb139\", \"lessThan\": \"6e5bff40bb38741e40c33043ba0816fba5f93661\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"af2d14b01c32d7cba65f73503586e5b621afb139\", \"lessThan\": \"7b240a8935d554ad36a52c2c37c32039f9afaef2\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"af2d14b01c32d7cba65f73503586e5b621afb139\", \"lessThan\": \"a21704df4024708be698fb3fd5830d5b113b70e0\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"af2d14b01c32d7cba65f73503586e5b621afb139\", \"lessThan\": \"193d18f60588e95d62e0f82b6a53893e5f2f19f8\", \"versionType\": \"git\"}], \"programFiles\": [\"net/mac80211/rx.c\"], \"defaultStatus\": \"unaffected\"}, {\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"5.7\"}, {\"status\": \"unaffected\", \"version\": \"0\", \"lessThan\": \"5.7\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"5.10.248\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.10.*\"}, {\"status\": \"unaffected\", \"version\": \"5.15.198\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.15.*\"}, {\"status\": \"unaffected\", \"version\": \"6.1.160\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.1.*\"}, {\"status\": \"unaffected\", \"version\": \"6.6.120\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.6.*\"}, {\"status\": \"unaffected\", \"version\": \"6.12.65\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.12.*\"}, {\"status\": \"unaffected\", \"version\": \"6.18.4\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.18.*\"}, {\"status\": \"unaffected\", \"version\": \"6.19\", \"versionType\": \"original_commit_for_fix\", \"lessThanOrEqual\": \"*\"}], \"programFiles\": [\"net/mac80211/rx.c\"], \"defaultStatus\": \"affected\"}], \"references\": [{\"url\": \"https://git.kernel.org/stable/c/be0974be5c42584e027883ac2af7dab5e950098c\"}, {\"url\": \"https://git.kernel.org/stable/c/0a59a3895f804469276d188effa511c72e752f35\"}, {\"url\": \"https://git.kernel.org/stable/c/88aab153d1528bc559292a12fb5105ee97528e1f\"}, {\"url\": \"https://git.kernel.org/stable/c/6e5bff40bb38741e40c33043ba0816fba5f93661\"}, {\"url\": \"https://git.kernel.org/stable/c/7b240a8935d554ad36a52c2c37c32039f9afaef2\"}, {\"url\": \"https://git.kernel.org/stable/c/a21704df4024708be698fb3fd5830d5b113b70e0\"}, {\"url\": \"https://git.kernel.org/stable/c/193d18f60588e95d62e0f82b6a53893e5f2f19f8\"}], \"x_generator\": {\"engine\": \"bippy-1.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\nwifi: mac80211: Discard Beacon frames to non-broadcast address\\n\\nBeacon frames are required to be sent to the broadcast address, see IEEE\\nStd 802.11-2020, 11.1.3.1 (\\\"The Address 1 field of the Beacon .. frame\\nshall be set to the broadcast address\\\"). A unicast Beacon frame might be\\nused as a targeted attack to get one of the associated STAs to do\\nsomething (e.g., using CSA to move it to another channel). As such, it\\nis better have strict filtering for this on the received side and\\ndiscard all Beacon frames that are sent to an unexpected address.\\n\\nThis is even more important for cases where beacon protection is used.\\nThe current implementation in mac80211 is correctly discarding unicast\\nBeacon frames if the Protected Frame bit in the Frame Control field is\\nset to 0. However, if that bit is set to 1, the logic used for checking\\nfor configured BIGTK(s) does not actually work. If the driver does not\\nhave logic for dropping unicast Beacon frames with Protected Frame bit\\n1, these frames would be accepted in mac80211 processing as valid Beacon\\nframes even though they are not protected. This would allow beacon\\nprotection to be bypassed. While the logic for checking beacon\\nprotection could be extended to cover this corner case, a more generic\\ncheck for discard all Beacon frames based on A1=unicast address covers\\nthis without needing additional changes.\\n\\nAddress all these issues by dropping received Beacon frames if they are\\nsent to a non-broadcast address.\"}], \"cpeApplicability\": [{\"nodes\": [{\"negate\": false, \"cpeMatch\": [{\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.10.248\", \"versionStartIncluding\": \"5.7\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.15.198\", \"versionStartIncluding\": \"5.7\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.1.160\", \"versionStartIncluding\": \"5.7\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.6.120\", \"versionStartIncluding\": \"5.7\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.12.65\", \"versionStartIncluding\": \"5.7\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.18.4\", \"versionStartIncluding\": \"5.7\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.19\", \"versionStartIncluding\": \"5.7\"}], \"operator\": \"OR\"}]}], \"providerMetadata\": {\"orgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"shortName\": \"Linux\", \"dateUpdated\": \"2026-05-11T21:55:29.932Z\"}}}",
      "cveMetadata": "{\"cveId\": \"CVE-2025-71127\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-06-11T18:44:14.717Z\", \"dateReserved\": \"2026-01-13T15:30:19.655Z\", \"assignerOrgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"datePublished\": \"2026-01-14T15:07:44.218Z\", \"assignerShortName\": \"Linux\"}",
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }
  }
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
  • Confirmed: The vulnerability is confirmed from an analyst perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
  • Patched: This vulnerability was successfully patched by the user reporting the sighting.
  • Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
  • Not confirmed: The user expresses doubt about the veracity of the vulnerability.
  • Not patched: This vulnerability was not successfully patched by the user reporting the sighting.


Loading…

Loading…