CVE-2026-75807 HIGH

CVE-2026-75807: SAML Single Sign On <= 5.4.6 - Unauthenticated Authentication Bypass via X.509 Certificate Poisoning

Vendor Cyberlord92
Product SAML Single Sign On – SSO Login
Weakness CWE-287 · Improper authentication
Published August 29, 2026
Last update August 29, 2026

CVSS base score

7.5/10
Attack vector Network
Attack complexity High
Privileges required None
User interaction Required
Confidentiality High
Integrity High

CVSS vector

CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H

What the vulnerability does

01Description

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.

Explanation of Vulnerability in Simple Terms

02Summary

The SAML Single Sign On plugin for WordPress contains an authentication bypass vulnerability affecting versions up to 5.4.6. An attacker can bypass SAML authentication checks by manipulating the authentication flow, potentially gaining unauthorized access to user accounts. The vulnerability requires user interaction and network access but does not require prior authentication. Site administrators should update to a version newer than 5.4.6 immediately.

What an attacker can do

03Attacker Capabilities

Bypass SAML authentication and gain unauthorized access to user accounts without valid credentials.

Potential impact on your site

04Site Impact

Unauthorized users can log in as legitimate site users, potentially accessing sensitive data and site functionality.

Conditions required to exploit

05Prerequisites

The victim must visit a malicious link or page crafted by the attacker; no prior authentication required.

Key dates

06Disclosure timeline

August 29, 2026 CVE published

Related vulnerabilities

08Related CVE