SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-13250

MEDIUM · CVSS 5.3 EPSS 0.30%

Source: NVD + CISA KEV + EPSS · Published 2026-07-11 · Last synced 2026-08-10

CyberRota Analysis

AI-Generated

The Solace Extra plugin for WordPress is vulnerable to an authorization bypass, allowing unauthenticated attackers to permanently delete all content imported through the Starter Template feature, including posts and WooCommerce products. This vulnerability arises from inadequate user authorization checks and improper nonce handling, making it accessible to any user visiting the admin profile page. WordPress site administrators using this plugin should prioritize patching to prevent potential data loss.

CVE
CVE-2026-13250
Severity
MEDIUM
CVSS
5.3
EPSS
0.30%
WordPress

Original NVD 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.