Page MenuHomeFreeBSD

net80211: ieee80211_ies_expand() add extra length check
ClosedPublic

Authored by bz on Aug 17 2022, 4:52 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 18, 8:22 PM
Unknown Object (File)
May 7 2026, 11:25 AM
Unknown Object (File)
May 7 2026, 4:44 AM
Unknown Object (File)
May 4 2026, 9:43 AM
Unknown Object (File)
May 3 2026, 7:00 PM
Unknown Object (File)
Apr 29 2026, 2:00 PM
Unknown Object (File)
Apr 29 2026, 2:00 PM
Unknown Object (File)
Apr 28 2026, 3:18 AM

Details

Summary

Make sure the given IE length fits into the total length left when
parsing through the information elements. In theory I would say
discard everything if this happens but that proves hard with the
current code.

Sponsored by: The FreeBSD Foundation
MFC after: 1 week

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable