A Classic Buffer Overflow issue was discovered in Smiths Medical Medfusion 4000 Wireless Syringe Infusion Pump, Version 1.1, 1.5, and 1.6. A third-party component used in the pump does not verify input buffer size prior to copying, leading to a buffer overflow, allowing remote code execution on the target device. The pump receives the potentially malicious input infrequently and under certain conditions, increasing the difficulty of exploitation.
The product copies an input buffer to an output buffer without verifying that the size of the input buffer is less than the size of the output buffer, leading to a buffer overflow.
The product performs operations on a memory buffer, but it reads from or writes to a memory location outside the buffer's intended boundary. This may result in read or write operations on unexpected memory locations that could be linked to other variables, data structures, or internal program data.
Link | Tags |
---|---|
https://ics-cert.us-cert.gov/advisories/ICSMA-17-250-02A | third party advisory us government resource |
http://www.securityfocus.com/bid/101252 | third party advisory vdb entry |
http://www.securityfocus.com/bid/100665 | third party advisory vdb entry |
https://www.exploit-db.com/exploits/43776/ | third party advisory vdb entry exploit |