Description
Casdoor versions 2.362.0 and earlier contain a logic flaw in the social‑login binding flow that allows users to bypass configured MFA requirements. The binding‑rule code path in controllers/auth.go calls HandleLoggedIn directly without invoking checkMfaEnable. Any user authenticating via this path is logged in without MFA enforcement.
Published: 2026-05-28
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Casdoor versions 2.362.0 and earlier contain a logic flaw in the social‑login binding flow that allows users to bypass configured MFA requirements. The binding‑rule code path in controllers/auth.go calls HandleLoggedIn directly without invoking checkMfaEnable, so any user who authenticates via this path is logged in without MFA enforcement. This omission means an attacker who gains control of a single account credential can log in to any account that uses the social‑login binding feature, thereby compromising confidentiality and potentially heightened privileges.

Affected Systems

Casdoor releases 2.362.0 and earlier are affected. The flaw exists in the social‑login binding feature and any deployment that enables this feature while using those versions.

Risk and Exploitability

Based on the description, it is inferred that the likely attack vector is the social‑login binding endpoint, which can be triggered remotely through the social authentication process and typically requires the user to complete the binding flow, often entailing user interaction or social engineering. The CVSS score is 5.3 and the EPSS score is < 1%, but bypassing MFA constitutes a severe security risk because it can lead to full account takeover or compromise of privileged accounts. No public exploitation is recorded, and the vulnerability is not listed in CISA’s KEV catalog, yet the potential impact warrants immediate remedial action.

Generated by OpenCVE AI on May 29, 2026 at 22:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Casdoor to a release newer than 2.362.0 that re‑introduces MFA checks in the social‑login binding flow.
  • Disable or restrict the social‑login binding feature until a patch is available.
  • Enforce MFA for all user accounts through server configuration or an external authentication layer.
  • Monitor authentication logs for abnormal social‑login binding activity and revoke affected accounts if necessary.

Generated by OpenCVE AI on May 29, 2026 at 22:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Fri, 29 May 2026 22:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-269
CWE-749
CWE-862

Fri, 29 May 2026 21:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-749
CWE-862

Fri, 29 May 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

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


Thu, 28 May 2026 21:00:00 +0000

Type Values Removed Values Added
First Time appeared Casdoor
Casdoor casdoor
Vendors & Products Casdoor
Casdoor casdoor

Thu, 28 May 2026 19:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-749
CWE-862

Thu, 28 May 2026 17:00:00 +0000

Type Values Removed Values Added
Description Casdoor versions 2.362.0 and earlier contain a logic flaw in the social‑login binding flow that allows users to bypass configured MFA requirements. The binding‑rule code path in controllers/auth.go calls HandleLoggedIn directly without invoking checkMfaEnable. Any user authenticating via this path is logged in without MFA enforcement.
Title CVE-2026-9091
References

cve-icon MITRE

Status: PUBLISHED

Assigner: certcc

Published:

Updated: 2026-05-29T19:01:52.614Z

Reserved: 2026-05-20T15:04:03.933Z

Link: CVE-2026-9091

cve-icon Vulnrichment

Updated: 2026-05-29T19:01:34.648Z

cve-icon NVD

Status : Deferred

Published: 2026-05-28T17:16:33.953

Modified: 2026-05-29T20:16:31.587

Link: CVE-2026-9091

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-05-29T22:30:09Z

Weaknesses
  • CWE-269

    Improper Privilege Management

  • CWE-749

    Exposed Dangerous Method or Function

  • CWE-862

    Missing Authorization