PatchSiren cyber security CVE debrief
CVE-2026-17532 seraphinitesoft CVE debrief
The Seraphinite Accelerator plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the 'seraph_accel_prep' parameter in versions up to, and including, 2.29.15. This is due to the CacheExtractPreparePageParams() function using PHP's loose inequality operator (!=) to compare the expected HMAC string against the JSON-decoded 'nonce' value — supplying the JSON boolean true causes any non-empty HMAC string to compare as loosely equal, bypassing the signature check — combined with insufficient output escaping in the _CbContentFinishSkip() function, which concatenates the attacker-controlled 'selfTest' field directly into the HTML response body.
- Vendor
- seraphinitesoft
- Product
- Seraphinite Accelerator
- CVSS
- MEDIUM 6.1
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-05
- Original CVE updated
- 2026-08-05
- Advisory published
- 2026-08-05
- Advisory updated
- 2026-08-05
Who should care
Users of the Seraphinite Accelerator plugin for WordPress, particularly those with versions up to and including 2.29.15, should be aware of this vulnerability and take steps to mitigate it.
Technical summary
The vulnerability exists in the CacheExtractPreparePageParams() function, which uses PHP's loose inequality operator (!=) to compare the expected HMAC string against the JSON-decoded 'nonce' value. This allows an attacker to bypass the signature check by supplying the JSON boolean true. Additionally, the _CbContentFinishSkip() function concatenates the attacker-controlled 'selfTest' field directly into the HTML response body, allowing for arbitrary web script injection.
Defensive priority
Medium priority, as the vulnerability allows unauthenticated attackers to inject arbitrary web scripts.
Recommended defensive actions
- Apply the latest patch (version 2.29.16 or later) to the Seraphinite Accelerator plugin.
- Implement additional security measures, such as input validation and output encoding.
- Monitor for suspicious activity and update the plugin regularly.
- Review compensating controls for exposed systems while remediation is scheduled and verified.
- Check relevant monitoring, detection, and logs for exposed assets that need extra review.
- Track exceptions, retest remediated assets, and close the item only after evidence is documented.
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
Evidence notes
Evidence from the NVD and Wordfence indicates that the Seraphinite Accelerator plugin is vulnerable to Reflected Cross-Site Scripting. The vulnerability exists in versions up to and including 2.29.15.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-17532 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-17532
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-17532 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-17532
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://plugins.trac.wordpress.org/browser/seraphinite-accelerator/tags/2.29.15/cache.php
-
Source reference
Unverified legacy reference
URL: https://plugins.trac.wordpress.org/browser/seraphinite-accelerator/tags/2.29.15/cache_ex.php
-
Source reference
Unverified legacy reference
URL: https://plugins.trac.wordpress.org/browser/seraphinite-accelerator/tags/2.29.15/common.php
-
Source reference
Unverified legacy reference
URL: https://plugins.trac.wordpress.org/browser/seraphinite-accelerator/tags/2.29.18/cache.php
-
Source reference
Unverified legacy reference
URL: https://plugins.trac.wordpress.org/browser/seraphinite-accelerator/tags/2.29.18/cache_ex.php
-
Source reference
Unverified legacy reference
URL: https://plugins.trac.wordpress.org/browser/seraphinite-accelerator/tags/2.29.18/common.php
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.