Vulnerability Description
The Solace Extra plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 1.5.3. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for unauthenticated attackers to permanently delete all content previously imported via the Starter Template feature, including posts, pages, media attachments, WooCommerce products, taxonomy terms, and sitebuilder templates. The required nonce is emitted on every wp-admin page via wp_localize_script() hooked to admin_enqueue_scripts without a page guard, meaning any Subscriber visiting /wp-admin/profile.php can obtain it; the handler is additionally registered via wp_ajax_nopriv_, making it reachable by fully unauthenticated users as well.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://plugins.trac.wordpress.org/browser/solace-extra/tags/1.5.1/admin/class-s
- https://plugins.trac.wordpress.org/browser/solace-extra/tags/1.5.1/admin/import.
- https://plugins.trac.wordpress.org/browser/solace-extra/tags/1.5.1/includes/clas
- https://plugins.trac.wordpress.org/browser/solace-extra/tags/1.5.3/admin/class-s
- https://plugins.trac.wordpress.org/browser/solace-extra/tags/1.5.3/admin/import.
- https://plugins.trac.wordpress.org/browser/solace-extra/tags/1.5.3/includes/clas
- https://plugins.trac.wordpress.org/changeset?reponame=&old=3593408%40solace-extr
- https://www.wordfence.com/threat-intel/vulnerabilities/id/860747b9-46ab-4c97-af3
FAQ
What is CVE-2026-13250?
CVE-2026-13250 is a vulnerability with a CVSS score of 5.3 (MEDIUM). The Solace Extra plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 1.5.3. This is due to the plugin not properly verifying that a user is authorized to p...
How severe is CVE-2026-13250?
CVE-2026-13250 has been rated MEDIUM with a CVSS base score of 5.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-13250?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.