vendor:
Annuaire 1Two 2.2
by:
DarkFig
6,5
CVSS
MEDIUM
SQL Injection (without quote)
89
CWE
Product Name: Annuaire 1Two 2.2
Affected Version From: Annuaire 1Two 2.2
Affected Version To: Annuaire 1Two 2.2
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
2006
Annuaire 1Two 2.2 Remote SQL Injection Exploit
This exploit allows an attacker to gain access to the username and password of the Annuaire 1Two 2.2 application. The exploit is done by sending a malicious HTTP request to the application with the 'id' parameter set to a value of '-1 UNION SELECT username FROM 1two_annuaire_admin' and '-1 UNION SELECT password FROM 1two_annuaire_admin'. The application then returns the username and password in the response.
Mitigation:
Ensure that user input is properly sanitized and validated before being used in SQL queries.