PatchSiren cyber security CVE debrief
CVE-2026-17577 sslzen CVE debrief
The SSL Zen plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the 'uri' (and 'host') parameters in versions up to, and including, 4.7.42. This vulnerability allows unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a specially crafted link. The ssl_zen_messages::getMessages() function builds the 'token_missmatch' message using base64_decode(sanitize_text_field($_REQUEST['uri'])) and (optionally) base64_decode(sanitize_text_field($_REQUEST['host'])). However, sanitize_text_field() cannot strip HTML/JavaScript that is hidden inside a base64-encoded
- Vendor
- sslzen
- Product
- SSL Zen — SSL Certificate Installer & HTTPS Redirects
- CVSS
- MEDIUM 6.1
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-25
- Original CVE updated
- 2026-09-25
- Advisory published
- 2026-09-25
- Advisory updated
- 2026-09-25
Who should care
Defenders responsible for WordPress installations using the SSL Zen plugin, version 4.7.42 or earlier, should assess the risk of reflected cross-site scripting attacks and prioritize verifying exposure and potential remediation.
Why it matters
The SSL Zen plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the 'uri' (and 'host') parameters in versions up to, and including, 4.7.42. Defenders should prioritize verifying exposure and assessing the risk of reflected cross-site scripting attacks.
- Defenders need to verify exposure of WordPress installations using the SSL Zen plugin, version 4.7.42 or earlier.
- Defenders should assess the risk of reflected cross-site scripting attacks on these installations.
- Defenders may need to update to a patched version of the SSL Zen plugin, if available.
Technical summary
The SSL Zen plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the 'uri' (and 'host') parameters in versions up to, and including, 4.7.42. The ssl_zen_messages::getMessages() function builds the 'token_missmatch' message using base64_decode(sanitize_text_field($_REQUEST['uri'])) and (optionally) base64_decode(sanitize_text_field($_REQUEST['host'])). sanitize_text_field() cannot strip HTML/JavaScript that is hidden inside a base64-encoded blob, and the resulting decoded raw HTML is echoed unescaped by showMessage() .
Defensive priority
Defenders should prioritize verifying exposure of WordPress installations using the SSL Zen plugin, version 4.7.42 or earlier, and assess the risk of reflected cross-site scripting attacks.
Recommended defensive actions
- Verify exposure of WordPress installations using the SSL Zen plugin, version 4.7.42 or earlier.
- Assess the risk of reflected cross-site scripting attacks on these installations.
- Consider updating to a patched version of the SSL Zen plugin, if available.
- 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
The CVE record and NVD entry provide details on the vulnerability in the SSL Zen plugin for WordPress. The vulnerability exists in versions up to and including 4.7.42 and allows for reflected cross-site scripting attacks.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-17577 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-17577
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-17577 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-17577
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/ssl-zen/tags/4.7.14/ssl_zen/classes/class.ssl_zen_admin.php
-
Source reference
Unverified legacy reference
URL: https://plugins.trac.wordpress.org/browser/ssl-zen/tags/4.7.14/ssl_zen/classes/class.ssl_zen_messages.php
-
Source reference
Unverified legacy reference
URL: https://plugins.trac.wordpress.org/browser/ssl-zen/tags/4.7.42/ssl_zen/classes/class.ssl_zen_admin.php
-
Source reference
Unverified legacy reference
URL: https://plugins.trac.wordpress.org/browser/ssl-zen/tags/4.7.42/ssl_zen/classes/class.ssl_zen_messages.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.