CVE-2014-10013

WordPress Classifieds Plugin – Ad Directory & Listings by AWP Classifieds < 3.0 - SQL Injection

2014-11-10 00:00
dill

Strategic Overview

Status
Patched in 3.0
Affected Plugin
AWP Classifieds
Affected Version
< 3.0
CVSS
6.3Medium
Weakness type
CWE-89 · Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
CVE
CVE-2014-10013
View all AWP Classifieds vulnerabilities

At a glance

CVE-2014-10013 is a medium-severity Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in the AWP Classifieds WordPress plugin, affecting versions < 3.0. It carries a CVSS score of 6.3 (reachable over the network; low attack complexity). Exploitation requires no authentication. The issue is fixed in version 3.0; sites on affected versions should update now. Disclosed November 2014, reported by dill.

Vulnerability Overview

SQL injection vulnerability in the Another WordPress Classifieds Plugin plugin for WordPress allows remote attackers to execute arbitrary SQL commands via the keywordphrase parameter in a dosearch action.

Technical Analysis

The vector marks this flaw as remotely reachable over the network, with low attack complexity — no special timing or configuration is needed, and no privileges on the target site.

CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')

Reaching this weakness in AWP Classifieds < 3.0 takes a caller who can reach the endpoint. SQL injection happens when request data is concatenated into a query instead of being bound as a parameter, letting an attacker change the structure of the statement rather than just its values.

A working injection can read any table the database user can see, which on a WordPress install means user records, password hashes and session or API secrets stored in options. For AWP Classifieds the fix is 3.0: builds < 3.0 are affected, anything from 3.0 onward is not.

Remediation

Update to version 3.0, or a newer patched version

How does WordSec protect against this?

The attempt arrives as an ordinary request to AWP Classifieds: WordSec's web application firewall inspects request payloads before WordPress loads them. None of that substitutes for the fix: AWP Classifieds 3.0 closes this, and updating the plugin is the step that ends it.

  • Firewall
  • Alerts

External References

Related records

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