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)
Sat, Apr 18, 11:25 AM
Unknown Object (File)
Tue, Apr 14, 5:15 PM
Unknown Object (File)
Tue, Apr 14, 5:08 PM
Unknown Object (File)
Tue, Apr 7, 2:42 AM
Unknown Object (File)
Mar 17 2026, 6:18 AM
Unknown Object (File)
Mar 14 2026, 4:26 PM
Unknown Object (File)
Feb 23 2026, 10:42 AM
Unknown Object (File)
Feb 23 2026, 10:41 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