CVE Catalog

CVE-2026-43913

High
Published: Translated: NVD NIST

Summary

Vaultwarden, a Bitwarden-compatible server, prior to version 1.35.5 allowed an unconfirmed organization owner to purge the entire organization vault. The organization invite flow did not verify confirmation status, enabling a user invited as an owner to delete data.

Risk Assessment

The organization may experience immediate data loss due to unauthorized deletion of all ciphers and attachments. This poses a serious risk to the integrity of the organization's data.

Recommendation

It is recommended to upgrade to version 1.35.5 or later to mitigate this vulnerability. Additionally, implement further checks in the invitation process to ensure that only confirmed owners can perform delete operations.

Other vulnerabilities in Vaultwarden

See all
Original NVD description (English source)

Vaultwarden is a Bitwarden-compatible server written in Rust. Prior to 1.35.5, Vaultwarden allows an unconfirmed organization owner to purge the entire organization vault. The organization invite flow uses a two-step process: accepting an invite transitions membership from Invited to Accepted, and a separate confirmation by an existing owner upgrades it to Confirmed. The POST /api/ciphers/purge endpoint uses plain Headers and only checks that the membership type is Owner without verifying that the membership status is Confirmed. An authenticated user who has been invited as an organization owner and has accepted the invite and has not yet been confirmed can call this endpoint to hard-delete all ciphers and attachments in the organization, causing immediate organization-wide data loss. This vulnerability is fixed in 1.35.5.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS