10
CVSSv2

CVE-2003-0280

Published: 16/06/2003 Updated: 11/07/2017
CVSS v2 Base Score: 10 | Impact Score: 10 | Exploitability Score: 10
VMScore: 1000
Vector: AV:N/AC:L/Au:N/C:C/I:C/A:C

Vulnerability Summary

Multiple buffer overflows in the SMTP Service for ESMTP CMailServer 4.0.2003.03.27 allow remote malicious users to execute arbitrary code via long (1) MAIL FROM or (2) RCPT TO commands.

Vulnerable Product Search on Vulmon Subscribe to Product

youngzsoft cmailserver 4.0.2003.23.27

Exploits

source: wwwsecurityfocuscom/bid/7548/info A buffer overflow vulnerability has been reported for CMailServer The vulnerability exists due to insufficient bounds checking when parsing e-mail headers Specifically, an overly long RCPT TO e-mail header will cause CMailServer to crash and corrupt sensitive memory #!/usr/bin/perl -w ####### ...
source: wwwsecurityfocuscom/bid/7547/info A buffer overflow vulnerability has been reported for CMailServer The vulnerability exists due to insufficient bounds checking when parsing e-mail headers Specifically, an overly long MAIL FROM e-mail header will cause CMailServer to crash and corrupt sensitive memory #!/usr/bin/perl -w ##### ...