Weston Embedded uC-HTTP HTTP Server Host header parsing memory corruption vulnerability
Simple off-by-one issue, the application parses the Host
header getting its length.Checks that length against the maximum size for the buffer its going to be copied into, copied the value over, and adds a null-byte to the end…