Mingle Forum <= 1.0.33.3 - SQL Injection

2013-02-20 00:00
Charlie Eriksen

Strategic Overview

Status
Patched in 1.0.34
Affected PluginMingle Forum
Affected Version<= 1.0.33.3
CVSS9.8Critical
CVECVE-2013-0735
View all Mingle Forum vulnerabilities

Vulnerability Overview

Multiple SQL injection vulnerabilities in wpf.class.php in the Mingle Forum plugin before 1.0.34 for WordPress allow remote attackers to execute arbitrary SQL commands via the id parameter in a viewtopic (1) remove_post, (2) sticky, or (3) closed action or (4) thread parameter in a postreply action to index.php.

Technical Analysis

REMEDIATION: Update to version 1.0.34, or a newer patched version --- IDENTIFIER: CWE-89 (Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')) The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.

External References

Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C