vendor:
owndms
by:
Ihsan Sencan
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: owndms
Affected Version From: 4.7
Affected Version To: 4.7
Patch Exists: NO
Related CWE: N/A
CPE: a:owndms:owndms:4.7
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: WiN7_x64/KaLiLinuX_x64
2019
ownDMS 4.7 – SQL Injection
ownDMS 4.7 is vulnerable to SQL Injection. An attacker can inject malicious SQL queries via the IMG, showfordoc parameters in pdfstream.php, imagestream.php, anyfilestream.php, cashbook.php respectively. This can be exploited to bypass authentication, access, modify and delete data in the back-end database.
Mitigation:
Input validation should be used to prevent SQL injection attacks. Sanitize all user input data and use parameterized queries.