vendor:
Simple Document Management System
by:
Yuri
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Simple Document Management System
Affected Version From: v1.1.4 (and probably all older versions)
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2008
SDMS Simple Document Management System v1.1.4 SQL Injection
The login system in SDMS Simple Document Management System v1.1.4 (and older versions) is vulnerable to SQL injection. The system does not properly filter the user input for the password field, allowing an attacker to inject malicious SQL code. By exploiting this vulnerability, an attacker can bypass the login system and gain admin access.
Mitigation:
To mitigate this vulnerability, it is recommended to sanitize and validate all user input, especially when constructing SQL queries. Additionally, using prepared statements or parameterized queries can help prevent SQL injection attacks.