VYPR

Plugin Organizer

by WordPress

Source repositories

CVEs (2)

  • CVE-2025-13417HigDec 29, 2025
    risk 0.56cvss 8.6epss 0.00

    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.

  • CVE-2026-15304MedJul 28, 2026
    risk 0.00cvss 6.5epss 0.00

    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()…