vendor:
MC Documentation Creator
by:
İhsan Şencan
8,8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: MC Documentation Creator
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
Related CWE: N/A
CPE: N/A
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
2017
SQL Injection Web Vulnerability
The vulnerability exists due to improper validation of user-supplied input in the 'doc' and 'docedit' parameters of the 'dashboard.php' script. A remote attacker can send a specially crafted request to the vulnerable script and execute arbitrary SQL commands in application's database. An attacker can also bypass the authentication process by setting the username and password to 'or''='.
Mitigation:
Input validation should be implemented to prevent SQL injection attacks. It is also recommended to use prepared statements when interacting with the database.