Description
The WP-ClanWars plugin for WordPress is vulnerable to SQL Injection via the 'orderby' parameter in all versions up to, and including, 2.0.1 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with administrator-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
Published: 2026-01-24
Score: 4.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: SQL Injection allowing extraction of sensitive database data when an authenticated administrator accesses the plugin
Action: Apply Patch
AI Analysis

Impact

The vulnerability resides in the WP‑ClanWars plugin for WordPress and allows an authenticated user with administrator privileges or higher to inject arbitrary SQL through the 'orderby' parameter. Because the input is insufficiently escaped and the existing query lacks proper preparation, this flaw enables attackers to append additional queries and exfiltrate confidential database information, directly compromising confidentiality and potentially integrity through unauthorized data manipulation. The weakness aligns with CWE‑89, a classic SQL injection.

Affected Systems

All installations of the WP‑ClanWars plugin for WordPress up to and including version 2.0.1, provided by andddd, are affected. The flaw exists in the teams.class.php file where the 'orderby' parameter is used in an SQL query.

Risk and Exploitability

The CVSS score is 4.9, indicating medium severity, while the EPSS score of less than 1% suggests the likelihood of exploitation is currently low. The flaw is not listed in the CISA KEV catalog and is only exploitable by users who already possess administrator-level access, limiting its scope to privileged accounts. Because the attack vector requires authenticated access and manual manipulation of the 'orderby' query string, the risk remains moderate but is mitigated by enforcing least privilege and timely patching.

Generated by OpenCVE AI on April 15, 2026 at 21:41 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade WP‑ClanWars to the latest version that contains the SQL injection fix
  • Restrict administrator rights and enforce least‑privilege policies to reduce the attack surface
  • Implement input validation for the 'orderby' parameter by whitelisting accepted values or using prepared statements in the plugin’s database queries

Generated by OpenCVE AI on April 15, 2026 at 21:41 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 26 Jan 2026 19:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 26 Jan 2026 12:00:00 +0000

Type Values Removed Values Added
First Time appeared Wordpress
Wordpress wordpress
Vendors & Products Wordpress
Wordpress wordpress

Sat, 24 Jan 2026 07:45:00 +0000

Type Values Removed Values Added
Description The WP-ClanWars plugin for WordPress is vulnerable to SQL Injection via the 'orderby' parameter in all versions up to, and including, 2.0.1 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with administrator-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
Title WP-ClanWars <= 2.0.1 - Authenticated (Administrator+) SQL Injection via 'orderby' Parameter
Weaknesses CWE-89
References
Metrics cvssV3_1

{'score': 4.9, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N'}


Subscriptions

Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-04-08T16:57:52.011Z

Reserved: 2026-01-09T14:16:49.234Z

Link: CVE-2026-0806

cve-icon Vulnrichment

Updated: 2026-01-26T15:29:31.983Z

cve-icon NVD

Status : Deferred

Published: 2026-01-24T08:16:07.400

Modified: 2026-04-15T00:35:42.020

Link: CVE-2026-0806

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-15T21:45:14Z

Weaknesses