The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-43911

CVE-2026-43911: Vaultwarden Auth Bypass Vulnerability

CVE-2026-43911 is an authentication bypass flaw in Vaultwarden that allows attackers to maintain session access using old refresh tokens even after security operations. This article covers technical details, affected versions, impact, and mitigation.

Published: May 18, 2026

CVE-2026-43911 Overview

CVE-2026-43911 affects Vaultwarden, a Bitwarden-compatible server implementation written in Rust. Versions prior to 1.35.5 fail to invalidate refresh tokens when a user's security_stamp is rotated. Security-sensitive operations such as password changes, key-derivation function (KDF) changes, key rotation, email changes, organization admin password resets, and emergency access takeover all trigger a security_stamp rotation. An attacker holding a previously obtained refresh token retains session access despite these recovery actions. The flaw is categorized under CWE-613: Insufficient Session Expiration.

Critical Impact

An attacker with a stolen refresh token maintains persistent access to a Vaultwarden account even after the victim performs account recovery actions intended to evict them.

Affected Products

  • Vaultwarden versions prior to 1.35.5
  • Self-hosted Bitwarden-compatible deployments using Vaultwarden
  • Vaultwarden instances exposing the /identity/connect/token refresh flow

Discovery Timeline

  • 2026-05-11 - CVE-2026-43911 published to the National Vulnerability Database (NVD)
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2026-43911

Vulnerability Analysis

Vaultwarden issues OAuth-style access tokens paired with refresh tokens during user authentication. The security_stamp value acts as a session-binding identifier that should be validated on every token operation. When a user performs an account-securing action, Vaultwarden rotates the security_stamp to invalidate existing sessions. Prior to 1.35.5, the refresh token endpoint did not verify the current security_stamp against the value embedded in the refresh token. As a result, refresh tokens remained valid across rotations and could be exchanged for new access tokens indefinitely.

The vulnerability impacts confidentiality and integrity because vault data continues to be accessible to the attacker. It also undermines the trust model of every account recovery workflow, including emergency access takeover and organization admin password resets.

Root Cause

The root cause is missing validation logic in the refresh token grant handler. The handler accepted a refresh token, decoded the user identifier, and issued a new access token without comparing the token's stored security_stamp against the user's current security_stamp in the database. This is a textbook instance of [CWE-613] Insufficient Session Expiration.

Attack Vector

An attacker must first obtain a valid refresh token through prior session compromise, malware on a logged-in device, token exfiltration from browser storage, or interception. Once obtained, the attacker submits the refresh token to the Vaultwarden token endpoint and receives a fresh access token. The victim's password change, KDF change, key rotation, email change, or emergency access reset does not terminate the attacker's session. The attack succeeds entirely over the network without user interaction.

No verified public exploit code is available. See the GitHub Security Advisory GHSA-6j4w-g4jh-xjfx for technical details.

Detection Methods for CVE-2026-43911

Indicators of Compromise

  • Successful POST /identity/connect/token requests with grant_type=refresh_token immediately following a password change, KDF change, or email change event.
  • Active sessions persisting from IP addresses or user agents that differ from the device used for the recent account recovery action.
  • Vault item access logs originating from sessions that pre-date the most recent security_stamp rotation.

Detection Strategies

  • Correlate authentication audit events with account-recovery events and alert when refresh token grants succeed for users whose security_stamp was rotated within the prior 24 hours.
  • Baseline refresh token usage per account and flag refresh activity from unfamiliar IP ranges or autonomous system numbers after a recovery action.
  • Inspect Vaultwarden access logs for token issuance volume spikes against single accounts following password resets.

Monitoring Recommendations

  • Forward Vaultwarden application and reverse-proxy logs to a centralized logging platform for retention and query.
  • Enable alerting on the sequence: account recovery action followed by token refresh from a new device fingerprint.
  • Track outbound vault export and bulk item-read API calls that follow refresh token grants on recently-recovered accounts.

How to Mitigate CVE-2026-43911

Immediate Actions Required

  • Upgrade all Vaultwarden instances to version 1.35.5 or later without delay.
  • After upgrading, force a global session revocation by instructing affected users to rotate their master password, which triggers the corrected security_stamp validation path.
  • Audit recent account recovery events and treat any concurrent active sessions as suspect.

Patch Information

The fix is included in Vaultwarden release 1.35.5. The patched refresh token handler validates the embedded security_stamp against the current user record and rejects refresh requests when the values do not match. Patch details are documented in the Vaultwarden Security Advisory GHSA-6j4w-g4jh-xjfx.

Workarounds

  • Restart the Vaultwarden service to clear in-memory session state after any user account recovery action, as a temporary measure until patching.
  • Restrict network access to the /identity/connect/token endpoint behind a VPN or zero-trust gateway to reduce exposure to stolen refresh tokens.
  • Shorten refresh token lifetimes via reverse-proxy enforcement where feasible to limit the window of token reuse.
bash
# Upgrade Vaultwarden Docker deployment to the patched release
docker pull vaultwarden/server:1.35.5
docker stop vaultwarden
docker rm vaultwarden
docker run -d --name vaultwarden \
  -v /vw-data/:/data/ \
  -p 80:80 \
  vaultwarden/server:1.35.5

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechVaultwarden

  • SeverityMEDIUM

  • CVSS Score6.8

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-613
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-43912: Vaultwarden Auth Bypass Vulnerability

  • CVE-2026-43914: Vaultwarden Auth Bypass Vulnerability

  • CVE-2026-43913: Vaultwarden Auth Bypass Vulnerability

  • CVE-2026-33420: Vaultwarden Auth Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English