Description
The SEO Booster plugin for WordPress is vulnerable to generic SQL Injection via the 'sort_field' 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.
Published: 2026-07-16
Score: 4.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The SEO Booster WordPress plugin contains a generic SQL injection flaw that is triggered by the unsanitized 'sort_field' parameter. Because the plugin fails to escape user input and does not use prepared statements, an attacker who has administrator-level credentials can append malicious SQL to the existing query. This practice lets the attacker read or potentially alter any data stored in the database and is exemplified by CWE‑89.

Affected Systems

All installations of the SEO Booster plugin from cleverplugins that are version 7.3.1 or older are impacted. This includes any WordPress site that has not upgraded beyond the 7.3.1 release. Administrators or users with higher privileges on those sites possess the required access to exploit the flaw.

Risk and Exploitability

The CVSS score of 4.9 indicates a low‑to‑moderate severity, but the vulnerability is meaningful because exploitation requires authenticated administrator access. The EPSS score of less than 1% shows that exploitation is unlikely, yet it remains a risk if administrator credentials are compromised. The vulnerability is not listed in CISA’s KEV catalog, which suggests that there have been no known large‑scale attacks yet, but the potential for confidential data loss exists.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the SEO Booster plugin to the latest release, which includes the SQL injection fix
  • Restrict administrative privileges to only essential users and enforce strong authentication practices such as multi‑factor authentication
  • If an immediate update is not feasible, disable any functionality that relies on the sort_field parameter or otherwise shield the parameter from user input

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 17 Jul 2026 14: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 05:45: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 generic SQL Injection via the 'sort_field' 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.
Title SEO Booster <= 7.3.1 - Authenticated (Administrator+) SQL Injection via 'sort_field' 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-17T14:08:47.143Z

Reserved: 2026-07-10T20:03:08.372Z

Link: CVE-2026-15458

cve-icon Vulnrichment

Updated: 2026-07-17T14:08:40.021Z

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')