vendor:
MM Forms Community
by:
Miroslav Stampar
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: MM Forms Community
Affected Version From: 1.2.2003
Affected Version To: 1.2.2003
Patch Exists: YES
Related CWE: N/A
CPE: a:wordpress:mm_forms_community
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
2011
WordPress MM Forms Community plugin <= 1.2.3 SQL Injection Vulnerability
The WordPress MM Forms Community plugin version 1.2.3 is vulnerable to a SQL injection attack. This attack is possible when the magic_quotes setting is turned off. An attacker can exploit this vulnerability by sending a crafted HTTP request to the edit_details.php script with a malicious ID parameter. This will allow the attacker to execute arbitrary SQL commands on the underlying database.
Mitigation:
Ensure that the magic_quotes setting is enabled and that all user-supplied input is properly sanitized before being used in SQL queries.