vendor:
JSPMyAdmin 1.1
by:
John Page (hyp3rlinx)
8.8
CVSS
HIGH
SQL Injection, CSRF & XSS
89,352,79
CWE
Product Name: JSPMyAdmin 1.1
Affected Version From: 1.1
Affected Version To: 1.1
Patch Exists: NO
Related CWE: N/A
CPE: a:jsp-myadmin:jspmyadmin:1.1
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows 7
2015
JSPMyAdmin 1.1 SQL Injection, CSRF & XSS
JSPMyAdmin 1.1 is a Java web based MySQL database management system. It is vulnerable to SQL Injection, CSRF and XSS attacks. The deletedata.jsp page is vulnerable to SQL Injection as it uses concatenated user input to build SQL statements even though paramaterized queries are used. There is no CSRF token used, allowing attackers to drop any database by sending malicious links. There is also zero user input checks allowing remote attackers to execute arbitrary scripts in the context of an authenticated user's browser session.
Mitigation:
Ensure that user input is properly validated and sanitized. Use parameterized queries to prevent SQL Injection. Use CSRF tokens to prevent CSRF attacks. Implement input validation and output encoding to prevent XSS attacks.