Description
The SEO Booster plugin for WordPress is vulnerable to time-based SQL Injection via the 'orderby' parameter in all versions up to, and including, 7.3.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. Although esc_sql() and sanitize_text_field() are applied, neither neutralizes SQL keywords, commas, parentheses, or subquery syntax in an unquoted ORDER BY context, leaving the clause fully attacker-controlled.
Published: 2026-07-16
Score: 4.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability in the SEO Booster WordPress plugin is a time‑based SQL Injection that occurs through the 'orderby' request parameter. The unsanitized input is concatenated into an ORDER BY clause, enabling an attacker with administrator‑level credentials to append arbitrary SQL statements. This flaw can be leveraged to extract any data stored in the WordPress database, such as user accounts, passwords, or configuration settings, and is identified by CWE‑89.

Affected Systems

WordPress sites running the SEO Booster plugin version 7.3.1 or earlier, provided by cleverplugins. The affected version range is all releases up to and including 7.3.1; any site utilizing this plugin without an upgrade to a newer version is potentially vulnerable.

Risk and Exploitability

The CVSS score of 4.9 indicates a moderate risk level, while the EPSS score of less than 1% suggests a low probability of exploitation in the wild. The vulnerability is not listed in the CISA KEV catalog. Once achieved, an attacker can execute additional SQL queries and exfiltrate data.

Generated by OpenCVE AI on July 31, 2026 at 02:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade SEO Booster to version 7.3.2 or later, where the 'orderby' parameter is properly sanitized.
  • If an upgrade is not immediately possible, modify the plugin code or configuration to remove or neutralize any feature that accepts unsanitized 'orderby' input – for example, comment out or delete the relevant function calls.
  • Re‑evaluate user accounts and database permissions, ensuring that only users with legitimate needs have administrator access and that the database user used by WordPress has the ORDER BY clauses or repeated queries coming endpoint, and investigate any anomalous activity.

Generated by OpenCVE AI on July 31, 2026 at 02:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 16 Jul 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Thu, 16 Jul 2026 06:15:00 +0000

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

Thu, 16 Jul 2026 04:30:00 +0000

Type Values Removed Values Added
Description The SEO Booster plugin for WordPress is vulnerable to time-based SQL Injection via the 'orderby' parameter in all versions up to, and including, 7.3.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. Although esc_sql() and sanitize_text_field() are applied, neither neutralizes SQL keywords, commas, parentheses, or subquery syntax in an unquoted ORDER BY context, leaving the clause fully attacker-controlled.
Title SEO Booster <= 7.3.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

Cleverplugins Seo Booster
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-07-16T12:43:50.670Z

Reserved: 2026-07-10T19:14:08.824Z

Link: CVE-2026-15445

cve-icon Vulnrichment

Updated: 2026-07-16T12:43:46.187Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T02:30:05Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')