Description
The Solace Extra WordPress plugin before 1.6.1 does not perform capability or nonce checks in one of its AJAX actions, allowing any authenticated user such as a subscriber (and, via CSRF, any logged-in user) to update post meta on arbitrary posts and to deactivate the site's active templates.
Published: 2026-08-09
Score: 4.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Solace Extra WordPress plugin fails to enforce capability and nonce checks on a specific AJAX endpoint. As a result, any authenticated user—including a subscriber—can invoke this action to alter post meta fields on any post. The same flaw also allows attackers to deactivate the site's active templates, effectively disrupting site appearance and functionality. This is a classic case of broken access control that compromises data integrity and availability, potentially allowing an attacker to manipulate content without proper authorization.

Affected Systems

All installations of the Solace Extra WordPress plugin with a version older than 1.6.1 are vulnerable. Users of the plugin should verify their installed version and update if they are running a prior release.

Risk and Exploitability

The vulnerability is exploitable by any logged‑in user; the lack of nonce validation also permits cross‑site request forgery, meaning even users without explicit subscription privileges could be coaxed into performing the action. The CVSS score of 4.3 indicates a low severity, but the nature of the flaw suggests that exploitation could still have operational impacts. The EPSS score of < 1% indicates a low likelihood of exploitation, and the issue is not listed in the CISA KEV catalog, yet the capability to modify arbitrary post metadata and disable templates indicates potential operational disruption.

Generated by OpenCVE AI on August 13, 2026 at 11:33 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Solace Extra plugin to version 1.6.1 or later, which includes the necessary capability and nonce checks for the vulnerable AJAX action.
  • If an upgrade is not immediately possible, restrict the AJAX endpoint to administrators only by adding a capability check in the plugin’s code.
  • Implement a CSRF nonce for the AJAX request or require a secure cookie token to ensure the request originates from the legitimate user session.

Generated by OpenCVE AI on August 13, 2026 at 11:33 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 13 Aug 2026 10:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-284

Tue, 11 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-862
Metrics cvssV3_1

{'score': 4.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Sun, 09 Aug 2026 07:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-284
CWE-352

Sun, 09 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
Description The Solace Extra WordPress plugin before 1.6.1 does not perform capability or nonce checks in one of its AJAX actions, allowing any authenticated user such as a subscriber (and, via CSRF, any logged-in user) to update post meta on arbitrary posts and to deactivate the site's active templates.
Title Solace Extra < 1.6.1 - Subscriber+ Post Meta Update via solace_update_sitebuilder_status
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-11T19:43:41.456Z

Reserved: 2026-07-24T08:20:08.897Z

Link: CVE-2026-16965

cve-icon Vulnrichment

Updated: 2026-08-11T19:43:34.773Z

cve-icon NVD

Status : Deferred

Published: 2026-08-09T06:17:55.770

Modified: 2026-08-26T16:31:16.753

Link: CVE-2026-16965

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T11:45:03Z

Weaknesses
  • CWE-352

    Cross-Site Request Forgery (CSRF)

  • CWE-862

    Missing Authorization