vendor:
ZAPms
by:
NoGe
8,8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: ZAPms
Affected Version From: 1.41
Affected Version To: 1.41
Patch Exists: No
Related CWE: N/A
CPE: a:zapms:zapms
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
2013
ZAPms <= SQL Injection Vulnerability
ZAPms is a free open source web content management system, adapted to the needs of businesses on the Internet. An attacker can exploit a SQL injection vulnerability in the 'products' page of the ZAPms application by sending a specially crafted HTTP request containing malicious SQL code. This can allow the attacker to gain access to sensitive information stored in the database, such as usernames and passwords.
Mitigation:
Input validation should be used to prevent malicious SQL code from being executed. Additionally, the application should be configured to use parameterized queries to prevent SQL injection attacks.