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: n/a
EPSS: n/a
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. While a specific CVSS score is not provided, the nature of the flaw suggests high severity. No EPSS score is available, and the issue is not currently listed in the CISA KEV catalog, but the capability to modify arbitrary post metadata and disable templates indicates that exploitation could have serious operational impacts.

Generated by OpenCVE AI on August 9, 2026 at 07:26 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 9, 2026 at 07:26 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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-09T06:00:11.831Z

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

Link: CVE-2026-16965

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-09T07:30:04Z

Weaknesses
  • CWE-284

    Improper Access Control

  • CWE-352

    Cross-Site Request Forgery (CSRF)