vendor:
Joke Website Script
by:
Valentin Hoebel
8,8
CVSS
HIGH
SQL Injection and Cross-Site Scripting
89 (SQL Injection) and 79 (Cross-Site Scripting)
CWE
Product Name: Joke Website Script
Affected Version From: unknown
Affected Version To: unknown
Patch Exists: NO
Related CWE: N/A
CPE: N/A
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
2010
Joke Website Script SQL Injection and Cross-Site Scripting Vulnerabilities
The Joke Website Script is vulnerable to SQL injection and Cross-Site Scripting. An attacker can inject malicious SQL code into the 'keyword' parameter of the 'search.php' script to execute arbitrary SQL commands in the back-end database. An attacker can also inject malicious JavaScript code into the 'keyword' parameter of the 'search.php' script to execute arbitrary JavaScript code in the browser of the victim.
Mitigation:
Input validation should be used to prevent SQL injection and Cross-Site Scripting attacks. All user-supplied input should be validated and filtered before being used in SQL queries.