SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-75807

HIGH · CVSS 7.5 EPSS 0.29% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-29 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

The SAML Single Sign On – SSO Login plugin for WordPress is vulnerable to an authentication bypass, allowing unauthenticated attackers to overwrite the stored IdP signing certificate and forge SAML assertions for any account, including those with administrative privileges. This vulnerability affects versions up to 5.4.6 and poses a significant risk of unauthorized access to sensitive accounts. WordPress administrators using this plugin should prioritize immediate updates or mitigations to safeguard against potential exploitation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-75807
Severity
HIGH
CVSS
7.5
EPSS
0.29%
WordPress

Original NVD Description

The SAML Single Sign On – SSO Login plugin for WordPress is vulnerable to Authentication Bypass in versions up to, and including, 5.4.6. This is due to the mo_saml_login_validate() ACS handler persisting the X.509 certificate extracted from an incoming SAMLResponse into the mo_saml_required_certificate option before the signature-validation verdict is enforced, because mo_saml_find_certificate() returns false on a fingerprint mismatch rather than halting execution. This makes it possible for unauthenticated attackers to overwrite the plugin's stored IdP signing certificate with an attacker-controlled value, and subsequently forge SAML assertions for any WordPress account — including administrators — to obtain a fully privileged session. Note: The exploit requires the administrator to perform a repair after receiving the test_config_error_wpsamlerr004 error message during the test configuration.