CVE-2025-13417
Description
The Plugin Organizer WordPress plugin before 10.2.4 does not sanitize and escape a parameter before using it in a SQL statement, allowing subscribers to perform SQL injection attacks.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Plugin Organizer before 10.2.4 has an unauthenticated SQL injection via unsanitized parameter, allowing subscribers to execute arbitrary SQL.
The Plugin Organizer WordPress plugin versions prior to 10.2.4 (fixed in 10.2.4) contain a SQL injection vulnerability. The plugin fails to properly sanitize and escape a user-supplied parameter before incorporating it into a SQL statement, directly leading to an injection flaw [1]. This issue is classified as a High severity vulnerability with a CVSS v3 score of 8.6.
Exploitation
The attack can be performed by any authenticated user with Subscriber-level privileges or higher. No special or elevated permissions beyond a standard subscriber account are required to trigger the vulnerable code path. The attacker sends a crafted request containing malicious SQL in the unsanitized parameter, which is then executed by the plugin against the WordPress database [1].
Impact
Successful exploitation allows the attacker to extract sensitive information from the database, modify or delete data, and potentially escalate privileges or gain administrative access to the site. Given the widespread use of WordPress plugins, this vulnerability could affect many installations. Proof of concept details have been publicly released, increasing the risk of exploitation [1].
Mitigation
The vulnerability is patched in version 10.2.4 of the Plugin Organizer. Users are strongly advised to update their plugin to the latest version immediately. No workarounds are provided, and sites running an older version should treat this as a critical security risk [1].
AI Insight generated on May 19, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
1- Range: <10.2.4
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
1News mentions
0No linked articles in our index yet.