vendor:
Alegro
by:
indoushka
8,8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Alegro
Affected Version From: 1.2.1
Affected Version To: 1.2.1
Patch Exists: YES
Related CWE: N/A
CPE: a:alegrocart:alegrocart:1.2.1
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows
2008
Alegro 1.2.1 SQL Injection Vulnerability
A vulnerability exists in Alegro 1.2.1 which allows an attacker to inject malicious SQL queries into the application. 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 request to the vulnerable application. This can result in the manipulation of queries to the back-end database, resulting in information disclosure, modification or deletion of data, and other malicious activities.
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.