WordPress Core < 2.0.3 - Remote Code Execution

2006-06-01 00:00
Anonymous

Strategic Overview

Status
Patched in 2.0.3
Affected CoreWordPress 2.0
Affected Version<= 2.0.2
CVSS8.8High
CVECVE-2006-2667
View all WordPress 2.0 vulnerabilities

Vulnerability Overview

Direct static code injection vulnerability in WordPress 2.0.2 and earlier allows remote attackers to execute arbitrary commands by inserting a carriage return and PHP code when updating a profile, which is appended after a special comment sequence into files in (1) wp-content/cache/userlogins/ (2) wp-content/cache/users/ which are later included by cache.php, as demonstrated using the displayname argument.

Technical Analysis

REMEDIATION: Update to version 2.0.3, or a newer patched version --- IDENTIFIER: CWE-94 (Improper Control of Generation of Code ('Code Injection')) The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment.

External References

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