CVE-2026-64515 PUBLISHED

wifi: mac80211: fix MLE defragmentation

Assigner: Linux
Reserved: 19.07.2026 Published: 25.07.2026 Updated: 25.07.2026

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

wifi: mac80211: fix MLE defragmentation

If either reconf or EPCS multi-link element (MLE) is contained in a non-transmitted profile, the defragmentation routine is called with a pointer to the defragmented copy, but the original elements.

This is incorrect for two reasons: - if the original defragmentation was needed, it will not find the correct data - if the original frame is at a higher address, the parsing will potentially overrun the heap data (though given the layout of the buffers, only into the new defragmentation buffer, and then it has to stop and fail once that's filled with copied data.

Fix it by tracking the container along with the pointer and in doing so also unify the two almost identical defragmentation routines.

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from 4d70e9c5488dd57ff5fcabe4d4ecf3d9dd4555ff to 1f573e17bcb7275ddd1c8f47f46ae0faf0e902a4 (excl.)
  • affected from 4d70e9c5488dd57ff5fcabe4d4ecf3d9dd4555ff to 55c479aae99b120489a432db9c717484e523dfd6 (excl.)
  • affected from 4d70e9c5488dd57ff5fcabe4d4ecf3d9dd4555ff to 722b3f86df80644463d29fe5451e30a617f74500 (excl.)
  • affected from 4d70e9c5488dd57ff5fcabe4d4ecf3d9dd4555ff to a74e893f30db64cdce0fc7a96d3baa417bcd55f5 (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 6.9 is affected
  • unaffected from 0 to 6.9 (excl.)
  • unaffected from 6.12.92 to 6.12.* (incl.)
  • unaffected from 6.18.34 to 6.18.* (incl.)
  • unaffected from 7.0.11 to 7.0.* (incl.)
  • unaffected from 7.1 to * (incl.)

References