The Data Packet With Type-0x96- Returned Was Misformatted Instant

A packet with type field 0x96 was received, but its structure did not match the expected format for that type.

bool parse_packet(uint8_t *raw, size_t raw_len) if (raw_len < sizeof(Packet96)) log_error("Packet too short for type-0x96"); return false; the data packet with type-0x96- returned was misformatted

(8 pts) Describe two attack vectors that exploit misformatted type 0x96 packets to cause denial of service or remote code execution. For each, give the likely precondition and an appropriate defensive control (short). A packet with type field 0x96 was received,

End of exam.