vendor:
Facturation System
by:
Ihsan Sencan
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Facturation System
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:obedalvarado:facturation_system:1.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: WiN7_x64/KaLiLinuX_x64
2018
Facturation System 1.0 – ‘modid’ SQL Injection
A SQL injection vulnerability exists in Facturation System 1.0, which allows an attacker to execute arbitrary SQL commands via the 'modid' parameter in a POST request to ajax/editar_producto.php. This can be exploited to read, modify or delete data from the database.
Mitigation:
Input validation should be used to prevent SQL injection attacks. Sanitize all user-supplied input to prevent malicious SQL code from being passed to the database.