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)
Jan 12 2024, 3:11 AM
Unknown Object (File)
Dec 20 2023, 7:12 AM
Unknown Object (File)
Nov 22 2023, 6:04 PM
Unknown Object (File)
Nov 22 2023, 5:55 PM
Unknown Object (File)
Nov 15 2023, 12:43 PM
Unknown Object (File)
Nov 13 2023, 2:21 AM
Unknown Object (File)
Sep 25 2023, 12:19 PM
Unknown Object (File)
Aug 4 2023, 4:46 PM

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