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.
Official resources
AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-08-05T08:16:32.123Z and has not been modified since then.