vendor:
inoERP
by:
Semen Alexandrovich Lyhin
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: inoERP
Affected Version From: 4.15
Affected Version To: 4.15
Patch Exists: NO
Related CWE: N/A
CPE: 2.3:a:inoideas.org:inoERP:4.15
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: None
2019
inoERP 4.15 – ‘download’ SQL Injection
A malicious query can be sent in base64 encoding to unserialize() function. It can be deserialized without any sanitization then. After it, it gets passed directly to the SQL query.
Mitigation:
Ensure that user input is properly sanitized and validated before being passed to the SQL query.