SEPTEMBER 9, 2026
Live Feed
Back to database
Case File

CVE-2026-15445

MEDIUM · CVSS 4.9 EPSS 0.27%

Source: NVD + CISA KEV + EPSS · Published 2026-07-16 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

The SEO Booster plugin for WordPress is vulnerable to time-based SQL Injection through the 'orderby' parameter, affecting all versions up to 7.3.1. This vulnerability allows authenticated attackers with administrator-level access to manipulate SQL queries, potentially exposing sensitive database information. WordPress site administrators using this plugin should prioritize patching to mitigate the risk of data breaches.

CVE
CVE-2026-15445
Severity
MEDIUM
CVSS
4.9
EPSS
0.27%
WordPress

Original NVD 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.