vendor:
Simple e-document v1.31
by:
vinicius777
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Simple e-document v1.31
Affected Version From: 1.31
Affected Version To: 1.31
Patch Exists: NO
Related CWE: N/A
CPE: a:simple_e_document:simple_e_document_v_1_31
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
2013
Simple e-document v1.31 Login Bypass
A SQL injection vulnerability exists in Simple e-document v1.31, which allows an attacker to bypass authentication by sending a specially crafted username parameter. The vulnerability is due to the application not properly sanitizing user-supplied input before using it in an SQL query. An attacker can exploit this vulnerability by sending a specially crafted username parameter containing malicious SQL code. This will cause the application to execute the malicious code, allowing the attacker to bypass authentication.
Mitigation:
Input validation should be used to ensure that untrusted data is not used to construct SQL queries in a way that would allow an attacker to modify the logic of the executed query.