7.5
CVSSv2

CVE-2005-2066

Published: 29/06/2005 Updated: 18/10/2016
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 comment_post.asp in ASP Nuke 0.80 allows remote malicious users to execute arbitrary SQL statements via the TaskID parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

asp-nuke asp-nuke 0.80

Exploits

#!/usr/bin/perl -w # # SQL Injection Exploit for ASPNuke <= 080 # This exploit retrieve the username of the administrator of the board and his password crypted in SHA256 # Related advisory: wwwsecurityfocuscom/archive/1/403479/30/0/threaded # Discovered and Coded by Alberto Trivero use LWP::Simple; print "\n\t======================== ...