vendor:
Datenator 0.3.0
by:
The_HuliGun
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Datenator 0.3.0
Affected Version From: 0.3.0
Affected Version To: 0.3.0
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
2009
Datenator 0.3.0 (event.php id) SQL Injection
Datenator 0.3.0 is vulnerable to SQL Injection due to the lack of input validation on the 'id' parameter in the 'event.php' file. An attacker can exploit this vulnerability by sending a malicious SQL query to the 'event.php' file via the 'id' parameter. This can allow the attacker to gain access to sensitive information from the database.
Mitigation:
Input validation should be implemented on the 'id' parameter in the 'event.php' file to prevent SQL Injection attacks.