You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This POC uses OFPFlowStatsReply as an example, in which the length of Flow Stats is tampered with to 0, but the same problem will also occur in all messages that inherit OFPMultipartReply, such as OFPAggregateStatsReply, OFPTableStatsRequest, etc.
The text was updated successfully, but these errors were encountered:
This problem also occurs with the following code:
/ryu/ofproto/ofproto_v1_3_parser.py about line=3943
/ryu/ofproto/ofproto_v1_4_parser.py about line=1657
/ryu/ofproto/ofproto_v1_5_parser.py about line=1893
in /ryu/ofproto/ofproto_v1_3_parser.py about line=3943
If b.length =0,the offset will no longer change and the parsing will fall into an infinite loop.
payload:
poc:
This POC uses OFPFlowStatsReply as an example, in which the length of Flow Stats is tampered with to 0, but the same problem will also occur in all messages that inherit OFPMultipartReply, such as OFPAggregateStatsReply, OFPTableStatsRequest, etc.
The text was updated successfully, but these errors were encountered: