Skip to main content

Vaultwarden CVE-2026-43911

| EUVDEUVD-2026-29339 MEDIUM
Insufficient Session Expiration (CWE-613)
2026-05-11 GitHub_M
6.8
CVSS 3.1 · GitHub Advisory
Share

Severity by source

GitHub Advisory PRIMARY
6.8 MEDIUM
AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N
vuln.today AI
6.8 MEDIUM

Prior refresh token possession required narrows exploitability (AC:H, PR:L); full vault read/write access warrants C:H/I:H; no availability impact applies.

3.1 AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N
4.0 AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N

Primary rating from GitHub Advisory.

CVSS VectorGitHub Advisory

Attack Vector
Network
Attack Complexity
High
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
None

Lifecycle Timeline

3
Analysis Generated
Jul 23, 2026 - 23:28 vuln.today
Patch available
May 11, 2026 - 23:03 EUVD
CVE Published
May 11, 2026 - 21:54 nvd
MEDIUM 6.8

DescriptionGitHub Advisory

Vaultwarden is a Bitwarden-compatible server written in Rust. Prior to 1.35.5, refresh tokens are not invalidated when the user's security_stamp is rotated by some security-sensitive operations (password change, KDF change, key rotation, email change, org admin password reset, emergency access takeover). This allows an attacker holding a previously obtained refresh token to maintain session access even after the user has taken action to secure their account. This vulnerability is fixed in 1.35.5.

AnalysisAI

Insufficient session expiration in Vaultwarden prior to 1.35.5 allows an attacker holding a previously obtained refresh token to maintain persistent vault access even after the legitimate account owner performs security-remediation actions. Operations that rotate the internal security_stamp - including password change, key rotation, KDF change, email change, org admin password reset, and emergency access takeover - fail to invalidate outstanding refresh tokens, leaving stolen sessions alive. A proof-of-concept exists per SSVC data, though EPSS at 0.03% (8th percentile) indicates exploitation remains uncommon and non-automated, consistent with the need for pre-existing token access.

Technical ContextAI

Vaultwarden (CPE: cpe:2.3:a:dani-garcia:vaultwarden) is a self-hosted, Bitwarden-compatible password vault server written in Rust. Its authentication model issues OAuth-style refresh tokens that are used to obtain short-lived access tokens for API sessions. The server maintains a per-user security_stamp value that is intended to act as a session-invalidation signal: rotating this stamp should force all existing tokens to be rejected. The root cause maps to CWE-613 (Insufficient Session Expiration) - the token validation logic does not compare the refresh token's embedded or associated security_stamp against the current server-side value, so previously issued tokens remain accepted regardless of stamp rotation. This architectural gap means that none of the seven listed security-sensitive account operations actually terminate active attacker sessions.

RemediationAI

Upgrade Vaultwarden to version 1.35.5 or later, which resolves the vulnerability by properly invalidating refresh tokens when the security_stamp is rotated. The authoritative vendor advisory is at https://github.com/dani-garcia/vaultwarden/security/advisories/GHSA-6j4w-g4jh-xjfx. If an immediate upgrade is not feasible, a partial compensating control is to restart the Vaultwarden service process, which clears in-memory session state and forces re-authentication for active sessions - though this does not address tokens that have already been exported and stored by an attacker. Administrators who suspect active compromise should additionally revoke all active sessions via the admin panel if supported, and advise affected users to rotate their master passwords post-upgrade to ensure the new security_stamp invalidation logic takes effect. There is no configuration-level toggle to fix the invalidation logic without patching.

CVE-2026-27801 MEDIUM POC
5.9 Mar 04

Two-factor authentication bypass in Vaultwarden 1.34.3 and earlier allows authenticated attackers to circumvent 2FA prot

CVE-2026-43912 HIGH
8.7 May 11

Cross-organization authorization bypass in Vaultwarden (the Rust-based, self-hosted Bitwarden-compatible server) prior t

CVE-2026-27803 HIGH
8.3 Mar 04

Vaultwarden versions prior to 1.35.4 fail to properly enforce collection management permissions, allowing authenticated

CVE-2026-27802 HIGH
8.3 Mar 04

Vaultwarden versions before 1.35.4 contain a privilege escalation vulnerability that allows authenticated Manager-level

CVE-2026-47158 HIGH
8.3 Jul 15

Session hijacking via a broken SSO/OAuth authorization flow affects Vaultwarden (the Rust-based Bitwarden-compatible ser

CVE-2026-43913 HIGH
8.1 May 11

Improper authorization in Vaultwarden (self-hosted Bitwarden-compatible server) before 1.35.5 lets an authenticated user

CVE-2026-47164 HIGH
7.7 Jul 15

Authentication bypass (account takeover) in Vaultwarden before 1.36.0 allows an attacker who controls a federated identi

CVE-2024-56335 HIGH
7.5 Dec 20

vaultwarden is an unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs. Rated high sev

CVE-2026-43914 HIGH
7.3 May 11

Brute-force protection bypass in Vaultwarden (the Rust Bitwarden-compatible server) before 1.35.4 lets unauthenticated r

CVE-2026-47159 MEDIUM
6.9 Jul 15

Vaultwarden's SSO discovery endpoint exposed real organization SSO metadata - including organizationIdentifier values -

CVE-2026-26012 MEDIUM
6.5 Feb 11

Vaultwarden versions prior to 1.35.3 allow authenticated organization members to bypass collection-level access controls

CVE-2026-47160 MEDIUM
5.8 Jul 15

Server-side request forgery (SSRF) in Vaultwarden's icon fetching endpoint allows blind internal network and port discov

Share

CVE-2026-43911 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy