SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-15304

MEDIUM · CVSS 6.5 EPSS 0.24%

Source: NVD + CISA KEV + EPSS · Published 2026-07-28 · Last synced 2026-08-27

CyberRota Analysis

AI-Generated

The Plugin Organizer plugin for WordPress is vulnerable to SQL Injection through the 'PO_plugin_path' parameter in versions up to 10.2.4, allowing authenticated attackers with subscriber-level access or higher to manipulate SQL queries. This vulnerability can lead to unauthorized data extraction from the database due to insufficient input validation and lack of security checks in the AJAX handler. WordPress site administrators using this plugin should prioritize patching to mitigate potential data breaches.

CVE
CVE-2026-15304
Severity
MEDIUM
CVSS
6.5
EPSS
0.24%
WordPress

Original NVD Description

The Plugin Organizer plugin for WordPress is vulnerable to SQL Injection via the 'PO_plugin_path' parameter in versions up to, and including, 10.2.4. This is due to insufficient escaping on the user-supplied parameter in the perform_plugin_search() function, where esc_sql() output is passed as the replacement string to preg_replace(), which collapses backslash escapes and defeats the quoting protection; additionally, the AJAX handler lacks both nonce verification and capability checks. This makes it possible for authenticated attackers, with subscriber-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.