---
id: CVE-2026-13250
title: >-
  The Solace Extra plugin for WordPress is vulnerable to authorization bypass in
  all versions up to, and including, 1.5.3
summary: >-
  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 possi…
severity: medium
cvss: 5.3
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N'
cwe:
  - CWE-862
published: '2026-07-11'
updated: '2026-07-11'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-13250'
references:
  - url: >-
      https://plugins.trac.wordpress.org/browser/solace-extra/tags/1.5.1/admin/class-solace-extra-admin.php#L287
    label: security@wordfence.com
  - url: >-
      https://plugins.trac.wordpress.org/browser/solace-extra/tags/1.5.1/admin/import.php#L1424
    label: security@wordfence.com
  - url: >-
      https://plugins.trac.wordpress.org/browser/solace-extra/tags/1.5.1/includes/class-solace-extra.php#L313
    label: security@wordfence.com
  - url: >-
      https://plugins.trac.wordpress.org/browser/solace-extra/tags/1.5.3/admin/class-solace-extra-admin.php#L287
    label: security@wordfence.com
  - url: >-
      https://plugins.trac.wordpress.org/browser/solace-extra/tags/1.5.3/admin/import.php#L1424
    label: security@wordfence.com
  - url: >-
      https://plugins.trac.wordpress.org/browser/solace-extra/tags/1.5.3/includes/class-solace-extra.php#L313
    label: security@wordfence.com
  - url: >-
      https://plugins.trac.wordpress.org/changeset?reponame=&old=3593408%40solace-extra&new=3593408%40solace-extra
    label: security@wordfence.com
  - url: >-
      https://www.wordfence.com/threat-intel/vulnerabilities/id/860747b9-46ab-4c97-af36-f2e104043be0?source=cve
    label: security@wordfence.com
tags:
  - nvd
epss: 0.00474
epssPercentile: 0.38369
ingestedAt: '2026-07-11T23:16:20.358Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
