vendor:
MoviePlay
by:
n00b
7.5
CVSS
HIGH
Buffer Overflow
119
CWE
Product Name: MoviePlay
Affected Version From: MoviePlay 4.76
Affected Version To: MoviePlay 4.76
Patch Exists: NO
Related CWE:
CPE: a:netfarer:movieplay:4.76
Platforms Tested: Windows XP SP2
2007
MoviePlay 4.76 .lst file Local buffer over-flow
MoviePlay is prone to a remote buffer-overflow vulnerability because it fails to properly bounds-check user-supplied input before copying it to an insufficiently sized memory buffer. Exploiting this vulnerability allows attackers to execute arbitrary machine code in the context of the affected application. The exploit consists of 1053 bytes of buffer, followed by 4 bytes for the return address, 351 bytes of shell code, and 592 bytes of buffer. The file size is 2000 bytes.
Mitigation:
Implement proper input validation and bounds-checking to prevent buffer overflow vulnerabilities.