WP Vulnerability WatchVulnerability data as of September 26, 2026

Vulnerability alerts / September 25, 2026

Vulnerability in SSL Zen — SSL Certificate Installer & HTTPS Redirects — CVE-2026-17577

MediumSeverity
CVSS 6.1
0.3%Estimated exploit probability
EPSS
10,000+ sitesInstalls
4.7.43Fixed in

What to do now

Update SSL Zen — SSL Certificate Installer & HTTPS Redirects to 4.7.43 or later.

Affected versions

  • Everything up to and including 4.7.42

Affected: SSL Zen — SSL Certificate Installer & HTTPS Redirects (plugin, ssl-zen)

Check: The plugin on wordpress.org / Our record for SSL Zen — SSL Certificate Installer & HTTPS Redirects

What the vulnerability is

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() . This makes it possible for 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.

This description is reproduced verbatim from the public vulnerability record.

Sources

See other alerts