vendor:
Simple Document Management System
by:
SecurityFocus
7,5
CVSS
HIGH
SQL-Injection
89
CWE
Product Name: Simple Document Management System
Affected Version From: 1.1.5
Affected Version To: 2.0
Patch Exists: YES
Related CWE: N/A
CPE: a:simple_document_management_system:simple_document_management_system
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
2012
Simple Document Management System Multiple SQL-Injection Vulnerabilities
Simple Document Management System is prone to multiple SQL-injection vulnerabilities because the application fails to properly sanitize user-supplied input before using it in an SQL query. A successful exploit could allow an attacker to compromise the application, access or modify data, or exploit vulnerabilities in the underlying database. For version 2.0, an attacker can exploit the vulnerability by sending a crafted HTTP request with a malicious 'folder_id' parameter to the '/list.php' script. For version 1.1.5, an attacker can exploit the vulnerability by sending a crafted HTTP request with a malicious 'user' and 'password' parameter to the '/login.php' script.
Mitigation:
Input validation should be used to ensure that user-supplied data is properly sanitized before being used in an SQL query.