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
F166321322: D36245.id109534.diff
Wed, Aug 12, 9:45 PM
F166308726: D36245.diff
Wed, Aug 12, 7:44 PM
F166251187: D36245.id109534.diff
Wed, Aug 12, 1:52 PM
F166250059: D36245.diff
Wed, Aug 12, 1:47 PM
Unknown Object (File)
Tue, Aug 11, 8:52 PM
Unknown Object (File)
Mon, Aug 10, 9:01 AM
Unknown Object (File)
Sun, Aug 9, 3:48 PM
Unknown Object (File)
Sun, Aug 9, 3:38 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