Vulnerability Description
The Solace Extra plugin for WordPress is vulnerable to unauthorized modification and loss of data due to a missing capability check on the import_zip() function in versions up to, and including, 1.6.0. The handler is registered on both wp_ajax_action-import-zip and wp_ajax_nopriv_action-import-zip and only verifies the 'ajax-nonce' nonce, which is emitted on every admin page via wp_localize_script (unrestricted admin_enqueue_scripts hook) and is therefore accessible to any authenticated user including Subscribers. This makes it possible for authenticated attackers, with Subscriber-level access and above, to wipe navigation menus, sidebar widgets (via update_option('sidebars_widgets', array())), all theme mods (via remove_theme_mods()), and Elementor templates, as well as trigger arbitrary demo-content imports.
CVSS Score
CRITICAL
Related Weaknesses (CWE)
References
- https://plugins.trac.wordpress.org/browser/solace-extra/tags/1.6.0/admin/class-s
- https://plugins.trac.wordpress.org/browser/solace-extra/tags/1.6.0/admin/import.
- https://plugins.trac.wordpress.org/browser/solace-extra/tags/1.6.0/includes/clas
- https://plugins.trac.wordpress.org/changeset?reponame=&old=3627961%40solace-extr
- https://www.wordfence.com/threat-intel/vulnerabilities/id/4e427c4e-3e27-49e3-ba6
FAQ
What is CVE-2026-18316?
CVE-2026-18316 is a vulnerability with a CVSS score of 9.1 (CRITICAL). The Solace Extra plugin for WordPress is vulnerable to unauthorized modification and loss of data due to a missing capability check on the import_zip() function in versions up to, and including, 1.6.0...
How severe is CVE-2026-18316?
CVE-2026-18316 has been rated CRITICAL with a CVSS base score of 9.1/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2026-18316?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.