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.
Published: 2026-07-28
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a classic SQL Injection in the Plugin Organizer plugin for WordPress, triggered by the ‘PO_plugin_path’ AJAX parameter. Because the value is not properly escaped before being inserted into a SQL query, attackers can inject additional SQL statements. The flaw is aggravated by the absence of nonce verification and capability checks in the AJAX handler, which means that any authenticated user with subscriber level or higher permissions can exploit it. Consequently, an attacker can read, modify, or delete database information, compromising the confidentiality and integrity of all WordPress data stored in the database.

Affected Systems

WordPress sites running the Plugin Organizer plugin by foomagoo, versions up to and including 10.2.4, are affected. Any installation of these versions that has enabled the plugin’s AJAX functionality and has users with subscriber or higher access levels is vulnerable.

Risk and Exploitability

The CVSS score of 6.5 classifies the vulnerability as a moderate severity. The EPSS score of less than 1 percent indicates a low likelihood of active exploitation under current data. The vulnerability is not listed in the CISA KEV catalog. Exploitation requires an authenticated subscriber or higher account, and the attacker must be able to access the Plugin Organizer’s AJAX endpoint. Because the flaw relies on inserting arbitrary SQL, it can lead directly to data exfiltration or manipulation if the attacker has any database privileges beyond the targeted queries. While the attack vector is limited to authenticated users, the impact on the affected site’s data integrity and privacy is significant.

Generated by OpenCVE AI on August 3, 2026 at 14:32 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Plugin Organizer to version 10.2.5 or later, which resolves the SQL injection flaw.
  • If an upgrade is not immediately possible, remove or deactivate the Plugin Organizer plugin until a patched version is available.
  • Restrict subscriber-level users from accessing the plugin’s AJAX endpoints by reviewing and tightening WordPress role capabilities or disabling AJAX features related to the plugin.

Generated by OpenCVE AI on August 3, 2026 at 14:32 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 28 Jul 2026 21:00:00 +0000

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

Tue, 28 Jul 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Tue, 28 Jul 2026 19:00:00 +0000

Type Values Removed Values Added
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.
Title Plugin Organizer <= 10.2.4 - Authenticated (Subscriber+) SQL Injection
Weaknesses CWE-89
References
Metrics cvssV3_1

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


Subscriptions

Foomagoo Plugin Organizer
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-07-28T18:55:08.501Z

Reserved: 2026-07-09T16:13:51.370Z

Link: CVE-2026-15304

cve-icon Vulnrichment

Updated: 2026-07-28T18:55:04.867Z

cve-icon NVD

Status : Deferred

Published: 2026-07-28T19:17:31.570

Modified: 2026-07-28T20:34:39.437

Link: CVE-2026-15304

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T14:45:04Z

Weaknesses
  • CWE-89

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