CSECA-07028 - Buffer overflow in soap_ctx_get_file()

The value of the href attribute of the node is copied into a fixed size buffer. If the length of the href string is greater than or equal to MAX_HREF_SIZE, the buffer will overflow.

Example Code

No example code for this one.