WP-DBManager < 2.72 - OS Command Injection

2014-10-13 00:00
Larry W. Cashdollar

Strategic Overview

Status
Patched in 2.72
Affected PluginWP-DBManager
Affected Version< 2.72
CVSS7.8High
CVECVE-2014-8334
View all WP-DBManager vulnerabilities

Vulnerability Overview

The WP-DBManager (aka Database Manager) plugin before 2.72 for WordPress allows remote authenticated users to execute arbitrary commands via shell metacharacters in the (1) $backup['filepath'] (aka "Path to Backup:" field) or (2) $backup['mysqldumppath'] variable.

Technical Analysis

REMEDIATION: Update to version 2.72, or a newer patched version --- IDENTIFIER: CWE-78 (Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')) The product constructs all or part of an OS command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended OS command when it is sent to a downstream component.

External References

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