10
CVSSv2

CVE-2008-0735

Published: 13/02/2008 Updated: 29/09/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

SQL injection vulnerability in mod/gallery/ajax/gallery_data.php in AuraCMS 2.2 allows remote malicious users to execute arbitrary SQL commands via the albums parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

auracms auracms 2.2

Exploits

#!/usr/bin/perl use LWP::UserAgent; use HTTP::Cookies; use Getopt::Long; # # [!] Discovered: DNX # [!] Vendor: wwwauracmsorg # [!] Detected: 19012008 # [!] Reported: 25012008 # [!] Response: 30012008 # # [!] Background: AuraCMS is a CMS based on PHP and SQL # # [!] Bug: $_GET['albums'] in mod/gallery/ajax/gal ...