vendor:
Free Joke Script
by:
Hakxer
7,5
CVSS
HIGH
Remote Change Password
89
CWE
Product Name: Free Joke Script
Affected Version From: 1.2
Affected Version To: 1.2
Patch Exists: YES
Related CWE: N/A
CPE: a:evernew:free_joke_script
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2009
Evernew Free Joke Script 1.2 => Remote Change Password
A vulnerability exists in Evernew Free Joke Script 1.2 which allows an attacker to remotely change the password of the admin. This is due to the lack of input validation in the change.php file in line 10, where the $result variable is set to mysql_query without any input validation. This can be exploited to inject malicious SQL commands which can be used to change the password of the admin.
Mitigation:
The issue can be mitigated by using mysql_escape_string instead of mysql_query in the change.php file.