vendor:
myEvent
by:
JosS
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: myEvent
Affected Version From: 1.6
Affected Version To: 1.6
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
2008
myEvent 1.6 (viewevent.php) Remote SQL Injection Vulnerability
A remote SQL injection vulnerability exists in myEvent 1.6. An attacker can exploit this vulnerability to inject arbitrary SQL commands in the application by sending a specially crafted HTTP request to the vulnerable script. This can allow the attacker to gain access to the application database and potentially gain access to sensitive information.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in SQL queries.