7.5
CVSSv2

CVE-2004-2218

Published: 31/12/2004 Updated: 11/07/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 pmwh.php in PHPMyWebHosting 0.3.4 and previous versions allows remote malicious users to modify SQL statements via the password parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

phpmywebhosting phpmywebhosting

Exploits

#!/usr/bin/perl # Exploit code by Noam Rathaus of Beyond Security Ltd # The following exploit code will use a valid username and password combination, to cause an SQL injection # Using the SQL injection, the Perl script elevates the privileges of the user provided to administrative use IO::Socket; use strict; my $Host = shift; my $Path = shi ...