7.5
CVSSv2

CVE-2005-1701

Published: 24/05/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 PortailPHP 1.3 allows remote malicious users to execute arbitrary SQL commands via the id parameter to the (1) News, (2) File, (3) Liens, or (4) Faq modules.

Vulnerable Product Search on Vulmon Subscribe to Product

portailphp portailphp 1.3

Exploits

#!/usr/bin/perl -w # # SQL Injection Exploit for Portail PHP < 13 # This exploit show the username of the administrator of the portal and his password crypted in MD5 # Related advisory: wwwsecurityfocuscom/archive/1/398728/2005-05-21/2005-05-27/0 # Coded by Alberto Trivero use LWP::Simple; print "\n\t================================= ...