Closed arjunbhat1 closed 1 month ago
Fixes #3853
Scapy's TLS layer corrupts packet data in some cases during dissection of TLS records containing invalid extension fields (extlen != len(ext)).
A corresponding unit test has been added as well.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 81.62%. Comparing base (c38a5de) to head (6cc0246). Report is 6 commits behind head on master.
c38a5de
6cc0246
Fixes #3853
Scapy's TLS layer corrupts packet data in some cases during dissection of TLS records containing invalid extension fields (extlen != len(ext)).
A corresponding unit test has been added as well.