vendor:
BibCiter
by:
nuclear
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: BibCiter
Affected Version From: 1.4
Affected Version To: 1.4
Patch Exists: NO
Related CWE: N/A
CPE: a:bibciter:bibciter:1.4
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
BibCiter 1.4 Multiple SQL Injection Vulnerability
BibCiter 1.4 is vulnerable to multiple SQL injection vulnerabilities due to improper sanitization of user-supplied input. An attacker can exploit this vulnerability by sending malicious SQL queries to the vulnerable application. This can allow the attacker to gain access to sensitive information stored in the database, such as usernames and passwords, or to modify the contents of the database.
Mitigation:
Input validation should be used to ensure that user-supplied input is properly sanitized before being used in SQL queries.