vendor:
Digital Scribe
by:
Salvatore Fresta aka Drosophila
7.5
CVSS
HIGH
Multiple SQL Injection
89
CWE
Product Name: Digital Scribe
Affected Version From: 1.4.2001
Affected Version To: 1.4.2001
Patch Exists: YES
Related CWE: N/A
CPE: a:digital-scribe:digital_scribe
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
Digital Scribe 1.4.1 Multiple SQL Injection Vulnerabilities
Digital Scribe version 1.4.1 is vulnerable to multiple SQL Injection security flaws. In order to exploit them, the Magic Quotes GPG (php.ini) must be Off except one. An attacker can exploit this vulnerability by sending a malicious HTTP GET request to the vulnerable page. For example, http://site/path/stuworkdisplay.php?ID=-1) UNION ALL SELECT version(),user(),3,4,5,6,7,8,9,10,11%23
Mitigation:
The application should use prepared statements and parameterized queries to prevent SQL injection attacks. The application should also validate user input and filter out any malicious input.