Details
Description
Change application ready state request parameters are not validated by the stack.
Steps to reproduce:
1. Device has tested firmware running (default configuration available).
2. Connect the network cable to the Ethernet/IP Scanner device.
3. Send change application ready state request (EIP_OBJECT_READY_REQ, 0x1A32) with data: FF FF FF FF 01 00 00 00.
4. Check change application ready state confirmation packet ulSta value.
Expected result:
EIP_OBJECT_READY_CNF, 0x1A33 with ulSta = 0xC0000009 (Invalid Parameter.)
Actual result:
EIP_OBJECT_READY_CNF, 0x1A33 with ulSta = 0x00 (OK)