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
F109621160: D36245.diff
Fri, Feb 7, 2:13 PM
Unknown Object (File)
Sat, Jan 18, 9:14 PM
Unknown Object (File)
Dec 11 2024, 8:42 AM
Unknown Object (File)
Dec 10 2024, 10:07 AM
Unknown Object (File)
Dec 4 2024, 11:32 PM
Unknown Object (File)
Nov 30 2024, 4:02 AM
Unknown Object (File)
Oct 7 2024, 6:50 PM
Unknown Object (File)
Oct 4 2024, 2:37 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