Page MenuHomeFreeBSD

net80211: correct length check in ieee80211_ies_expand()
ClosedPublic

Authored by bz on Oct 6 2021, 6:28 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Sep 18, 7:04 AM
Unknown Object (File)
Sat, Sep 14, 6:59 AM
Unknown Object (File)
Sat, Sep 14, 6:58 AM
Unknown Object (File)
Sat, Sep 14, 6:58 AM
Unknown Object (File)
Sat, Sep 14, 6:58 AM
Unknown Object (File)
Wed, Sep 11, 2:50 AM
Unknown Object (File)
Wed, Sep 4, 4:59 AM
Unknown Object (File)
Aug 19 2024, 10:33 AM

Details

Summary

In ieee80211_ies_expand() we are looping over Elements
(also known as Information Elements or IEs).
The comment suggests that we assume well-formedness of
the IEs themselves.
Checking the buffer length being least 2 (1 byte Element ID and
1 byte Length fields) rather than just 1 before accessing ie[1]
is still good practise and can prevent and out-of-bounds read in
case the input is not behaving according to the comment.

Reported by: (coypu sdf.org)
admbugs: 857
MFC after: 3 days

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 41987
Build 38875: arc lint + arc unit