7.5
CVSSv2

CVE-2006-0199

Published: 13/01/2006 Updated: 19/10/2018
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 news.asp in Mini-Nuke CMS System 1.8.2 and previous versions allows remote malicious users to execute arbitrary SQL commands via the hid parameter.

Vulnerability Trend

Vulnerable Product Search on Vulmon Subscribe to Product

mini-nuke cms system

Exploits

#!/usr/bin/perl # MiniNuke (wwwminiexnet) Version: <= 182 SQL-injection exploit # This exploit uses the vulnerability discovered by nukedx@nukedxcom # Exploit uses SQl-injection to give you the hash from user with chosen id # DetMyl, 2006 Detmyl@bkru use IO::Socket; if (@ARGV < 3) { print q( ++++++++++++++++++++++++++++++++++ ...
Contacts:{ ICQ: 10072 MSN/Email: nukedx@nukedxcom Web: wwwnukedxcom } --- Vendor: MiniNuke (wwwminiexnet) Version: 182 and prior versions must be affected About:Via this method remote attacker can inject SQL query to the newsasp --- How&Example: GET -> [site]/newsasp?Action=Print&hid=[SQLQuery] wwwminie ...