Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-47158 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

Vaultwarden is a Bitwarden-compatible server written in Rust. Prior to 1.36.0, Vaultwarden's SSO authorization flow did not bind the OAuth state parameter accepted by /connect/authorize to the initiating browser session, allowed attacker-controlled PKCE parameters, and left SsoAuth records intact after failed token exchange, allowing an unauthenticated attacker to induce IdP authentication and redeem tokens for a fully authenticated session. This issue is fixed in version 1.36.0.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-352Cross-Site Request Forgery (CSRF)[email protected]

Affected Products

ProductVersions
Vaultwarden
< 1.35.8 (semver)

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • Upgrade: 1.36.0moderate effort
  • Mitigation:low effort

    Enforce 2FA for all SSO users. This will block final session issuance but will not prevent identity leaks or account linking under default signup settings.

  • Mitigation:low effort

    Restrict SSO to known domains via SSO_ALLOWED_ORGS / SIGNUPS_DOMAINS_WHITELIST to limit the targetable user pool.

  • Mitigation:low effort

    Apply rate limits to /connect/authorize and /connect/token at a reverse proxy layer.

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-47158
NVD Published Date:
Jul 15, 2026
NVD Last Modified:
Jul 15, 2026
Source:
[email protected]
CVE-2026-47158 Details - Not Deferred