Description
The SAML Single Sign On – SSO Login plugin for WordPress is vulnerable to Authentication Bypass via SAML Signature Algorithm Confusion in all versions up to, and including, 5.4.3. The vulnerability exists because `Mo_SAML_Utilities::mo_saml_cast_key()` reads the `SignatureMethod` Algorithm attribute directly from the attacker-controlled `SAMLResponse` parameter rather than enforcing the locally configured algorithm, causing the plugin to recast the IdP's RSA public key as an HMAC-SHA1 shared secret and validate the forged signature against it. This makes it possible for unauthenticated attackers to forge a SAML assertion targeting any WordPress account — including administrators — obtain valid WordPress authentication cookies, and achieve full administrator-level account takeover.
Published: 2026-07-16
Score: 9.8 Critical
EPSS: 1.5% Low
KEV: No
Impact: Authentication Bypass leading to full administrator takeover
Action: Immediate Patch
AI Analysis

Impact

The SAML Single Sign On – SSO Login plugin for WordPress contains an authentication bypass flaw. The plugin accepts the SignatureMethod algorithm declared in the attacker‑controlled SAMLResponse instead of the algorithm configured by the site administrator. This allows an attacker to reinterpret a legitimate RSA public key as an HMAC‑SHA1 shared secret, validate a forged signature, and obtain a valid WordPress authentication cookie. The result is a full administrator‑level takeover of the target site.

Affected Systems

The vulnerability affects the WordPress plugin "SAML Single Sign On – SSO Login" from cyberlord92. All releases through version 5.4.3 are impacted. Users should verify the exact version of the plugin in use and determine whether it falls within the affected range.

Risk and Exploitability

The CVSS score of 9.8 indicates critical severity, while the EPSS score of 0.01504 demonstrates a very low but non‑zero exploitation probability in the wild. The vulnerability is not listed in the CISA KEV catalog. The likely attack vector is that an unauthenticated attacker can send a crafted SAMLResponse to the site, bypass authentication without valid credentials, and obtain administrative privileges. Such an exploit requires only network access to the site and does not rely on prior compromise or credentials.

Generated by OpenCVE AI on September 2, 2026 at 15:17 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Check the plugin repository or vendor website for a patch or newer release that fixes the signature algorithm confusion.
  • If no update is available immediately, disable the SAML single sign‑on feature or remove the plugin from the production environment to prevent the bypass.
  • Audit your SAML configuration to enforce only the locally configured RSA signature algorithm and consider enabling logging or alerts for any signature verification failures.

Generated by OpenCVE AI on September 2, 2026 at 15:17 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 16 Jul 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Thu, 16 Jul 2026 04:30:00 +0000

Type Values Removed Values Added
Description The SAML Single Sign On – SSO Login plugin for WordPress is vulnerable to Authentication Bypass via SAML Signature Algorithm Confusion in all versions up to, and including, 5.4.3. The vulnerability exists because `Mo_SAML_Utilities::mo_saml_cast_key()` reads the `SignatureMethod` Algorithm attribute directly from the attacker-controlled `SAMLResponse` parameter rather than enforcing the locally configured algorithm, causing the plugin to recast the IdP's RSA public key as an HMAC-SHA1 shared secret and validate the forged signature against it. This makes it possible for unauthenticated attackers to forge a SAML assertion targeting any WordPress account — including administrators — obtain valid WordPress authentication cookies, and achieve full administrator-level account takeover.
Title SAML Single Sign On <= 5.4.3 - Unauthenticated Authentication Bypass via 'SAMLResponse' Parameter Signature Algorithm Confusion
Weaknesses CWE-347
References
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-08-07T05:32:21.870Z

Reserved: 2026-07-07T22:25:26.987Z

Link: CVE-2026-15013

cve-icon Vulnrichment

Updated: 2026-08-07T05:32:21.870Z

cve-icon NVD

Status : Deferred

Published: 2026-07-16T05:16:18.043

Modified: 2026-08-07T06:16:54.823

Link: CVE-2026-15013

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-02T15:30:17Z

Weaknesses
  • CWE-347

    Improper Verification of Cryptographic Signature