7.5
CVSSv2

CVE-2008-3250

Published: 21/07/2008 Updated: 29/09/2017
CVSS v2 Base Score: 7.5 | Impact Score: 6.4 | Exploitability Score: 10
VMScore: 760
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

SQL injection vulnerability in index.php in Arctic Issue Tracker 2.0.0 allows remote malicious users to execute arbitrary SQL commands via the filter parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

arctictracker arctic issue tracker 2.0.0

Exploits

IloveYouTryaG |-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=| | _ __ __ __ ______ | | /' \ __ /'__`\ /\ \__ /'__`\ /\ ___\ | | /\_, \ ___ /\_\/\_\L\ \ ___\ \ ,_\/\ \/\ \ _ __\ \ \__/ | | \/_/\ \ /' _ `\ \/\ \/_/_\_<_ /'___\ ...
#!/usr/bin/perl use IO::Socket; print q{ ----------------------------------------------- Arctic Issue Tracker v200 exploit by ldma ~ SubCode ~ use: arcticpl [server] [dir] sample: $perl arcticpl localhost /arctic/ ----------------------------------------------- }; $webpage = $ARGV[0]; $directory = $ARGV[1]; print "+-initi ...