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-43913

CVE-2026-43913: Vaultwarden Auth Bypass Vulnerability

CVE-2026-43913 is an authentication bypass flaw in Vaultwarden that allows unconfirmed organization owners to purge entire vaults, causing data loss. This article covers technical details, affected versions, and patches.

Published: May 18, 2026

CVE-2026-43913 Overview

CVE-2026-43913 is an authorization flaw in Vaultwarden, a Bitwarden-compatible password manager server written in Rust. Versions prior to 1.35.5 fail to verify membership confirmation status on the POST /api/ciphers/purge endpoint. An authenticated user invited as an organization owner can accept the invite and immediately purge all ciphers and attachments before a legitimate owner confirms their membership. The flaw causes organization-wide data loss and falls under [CWE-863: Incorrect Authorization]. Maintainer dani-garcia resolved the issue in release 1.35.5.

Critical Impact

An unconfirmed organization owner can hard-delete every cipher and attachment in a Vaultwarden organization, causing immediate and irreversible data loss.

Affected Products

  • Vaultwarden versions prior to 1.35.5
  • Self-hosted Bitwarden-compatible deployments using dani-garcia/vaultwarden
  • Any organization configured with invite-based owner provisioning

Discovery Timeline

  • 2026-05-11 - CVE-2026-43913 published to NVD
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2026-43913

Vulnerability Analysis

Vaultwarden implements organization membership through a two-step lifecycle. A user moves from Invited to Accepted after acknowledging the invite, then to Confirmed only after an existing owner explicitly approves the membership. This separation exists to prevent unverified principals from acting with owner privileges.

The POST /api/ciphers/purge handler bypasses this lifecycle. It inspects only the membership type field and grants access when the value equals Owner, ignoring the status field. As a result, the handler treats Accepted and Confirmed owners identically. The endpoint then proceeds to hard-delete all ciphers and attachments belonging to the organization.

Root Cause

The root cause is incomplete authorization enforcement in the ciphers purge route. The handler uses plain Headers extraction instead of a guard that validates both membership type and confirmation status. Other organization-sensitive endpoints check Confirmed status, but the purge route omits this validation. The flaw is a classic [CWE-863] missing authorization check on a destructive operation.

Attack Vector

An attacker requires an authenticated session and a pending owner invitation from a target organization. After accepting the invite, the attacker issues an HTTP POST request to /api/ciphers/purge with the organization identifier. The server validates only that the membership type is Owner and executes the purge. The operation deletes every cipher and attachment associated with the organization without requiring confirmation by another owner. This scenario is realistic in environments where invitations are sent to external collaborators, contractors, or addresses that have not yet been validated by an existing owner.

The vulnerability is described in prose only. See the Vaultwarden GitHub Security Advisory for additional technical context.

Detection Methods for CVE-2026-43913

Indicators of Compromise

  • HTTP POST requests to /api/ciphers/purge originating from accounts whose organization membership status is Accepted but not Confirmed.
  • Sudden bulk deletion of ciphers and attachments across an organization within a short time window.
  • New organization owner invitations followed within minutes by purge endpoint activity from the invited account.

Detection Strategies

  • Audit Vaultwarden application logs for calls to /api/ciphers/purge and correlate the calling user against the users_organizations table status column.
  • Alert on cipher deletion volume that exceeds a baseline threshold per organization over a defined interval.
  • Review invitation acceptance events that precede destructive API calls from the same user identifier.

Monitoring Recommendations

  • Forward Vaultwarden reverse proxy access logs to a centralized log platform and retain them for forensic review.
  • Enable database-level auditing on the ciphers and attachments tables to capture mass-delete operations.
  • Track organization owner invitation lifecycle events and flag any owner action performed before status reaches Confirmed.

How to Mitigate CVE-2026-43913

Immediate Actions Required

  • Upgrade Vaultwarden to version 1.35.5 or later on all self-hosted instances.
  • Audit pending organization invitations and revoke any invites issued to untrusted or unverified addresses.
  • Verify recent backups of the Vaultwarden data directory and database before applying the upgrade.

Patch Information

The maintainer fixed CVE-2026-43913 in Vaultwarden 1.35.5. The patch adds a confirmation status check to the POST /api/ciphers/purge route so that only members with Confirmed status and Owner type can invoke the operation. Release details are available in the Vaultwarden GitHub Security Advisory GHSA-937x-3j8m-7w7p.

Workarounds

  • Restrict network access to the Vaultwarden API behind a reverse proxy that blocks /api/ciphers/purge until the upgrade is complete.
  • Avoid issuing organization owner invitations until the instance is patched to 1.35.5.
  • Maintain frequent encrypted backups of the Vaultwarden database to enable recovery from accidental or malicious purges.
bash
# Example reverse proxy block for the vulnerable endpoint (nginx)
location = /api/ciphers/purge {
    return 403;
}

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

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.04%

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

  • CVE-2026-43914: Vaultwarden Auth Bypass Vulnerability

  • CVE-2026-43911: 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