WordPress Core <= 2.2.1 - SQL Injection

2007-08-05 00:00
Anonymous

Strategic Overview

Status
Patched in 2.0.11
Affected CoreWordPress 2.2
Affected Version2.0.10 – 2.2.1 · 2 branches
CVSS8.8High
CVECVE-2007-4154
View all WordPress 2.2 vulnerabilities

Vulnerability Overview

SQL injection vulnerability in options.php in WordPress 2.2.1 allows remote authenticated administrators to execute arbitrary SQL commands via the page_options parameter to (1) options-general.php, (2) options-writing.php, (3) options-reading.php, (4) options-discussion.php, (5) options-privacy.php, (6) options-permalink.php, (7) options-misc.php, and possibly other unspecified components.

Technical Analysis

REMEDIATION: Update to one of the following versions, or a newer patched version: 2.0.11, 2.2.2 --- 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