HIGH 7.1

CVE-2026-57520: Bitwarden Server Privilege Escalation – Admin Account Removal Vulnerability

Bitwarden Server versions before 2026.5.0 contain a privilege escalation flaw that allows authenticated users with limited ManageUsers permissions to remove administrator accounts from an organization. An attacker with a Custom user role could exploit a gap in the bulk user-removal endpoint to delete Admin accounts that would normally be protected, potentially compromising organizational access controls and administrative oversight.

Source data · NVD / CISA · public domain

CVSS
3.1 · 7.1 HIGH · CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:L
Weaknesses (CWE)
CWE-862
Affected products
1 configuration(s)
Published / Modified
2026-06-25 / 2026-07-14

NVD description (verbatim)

Bitwarden Server before 2026.5.0 contains a privilege escalation vulnerability that allows authenticated Custom users with ManageUsers permission to remove Admin accounts from an organization by exploiting a missing role hierarchy check in the bulk user-remove endpoint. Attackers can supply Admin organization-user IDs in a bulk DELETE request to bypass the guard enforced on the single-user removal path, effectively removing one or more Admin accounts from an organization.

5 reference(s) · View on NVD →

SEC.co analysis · AI-assisted, reviewed against source

Technical summary

The vulnerability exists in Bitwarden Server's bulk user-removal endpoint (bulk DELETE operation). While the single-user removal path enforces proper role hierarchy checks preventing non-admins from removing Admin accounts, the bulk removal endpoint lacks equivalent validation. An authenticated Custom user with ManageUsers permission can supply Admin organization-user IDs in a bulk DELETE request to bypass these guards and remove one or more Admin accounts. This represents a classic authorization bypass where a security control present in one code path is missing in a parallel, less-restrictive path. The issue is categorized as CWE-862 (Missing Authorization).

Business impact

Successful exploitation allows attackers to strip administrative privileges from legitimate Admin accounts, disrupting organizational governance and access control. This could enable further account takeovers, unauthorized data access, or complete organizational lockout scenarios depending on how many Admin accounts are removed. The impact extends beyond the immediate attacker—other malicious insiders or compromised accounts with ManageUsers permissions could exploit the same flaw, making this a critical control plane vulnerability for any organization relying on Bitwarden for credential management.

Affected systems

Bitwarden Server versions before 2026.5.0 are affected. The vulnerability requires an authenticated account with Custom user role and ManageUsers permission, limiting the risk surface to environments where such permissions have been granted. Self-hosted Bitwarden Server deployments and managed service instances both require the patch.

Exploitability

Exploitability is moderate-to-high in practice. The attack requires valid credentials and specific permission assignment (ManageUsers on a Custom user role), which is not a default high-privilege grant. However, once such an account exists—whether through delegation to department admins, contractor access, or compromised credentials—the actual exploit is trivial (a bulk DELETE request with Admin IDs). No complex technical sophistication is required; this is straightforward API abuse. The CVSS score of 7.1 (HIGH) reflects the local authentication requirement but acknowledges the significant integrity and availability impact.

Remediation

Update Bitwarden Server to version 2026.5.0 or later. Organizations should prioritize this patch given the direct threat to administrative access control. In addition to patching, audit current ManageUsers permission grants to Custom users—restrict this permission to only those users who genuinely need bulk user management capabilities, following least-privilege principles.

Patch guidance

Verify the current Bitwarden Server version in your deployment (typically found in the admin dashboard or server logs). Download and deploy version 2026.5.0 or later from the official Bitwarden repository or your subscription portal. Test the upgrade in a staging environment first to ensure no disruption to credential synchronization or access workflows. Standard Bitwarden update procedures apply; consult your deployment model (Docker, VM, cloud-managed) for specific steps. After patching, confirm that the bulk user-removal endpoint properly validates role hierarchy for all removed accounts.

Detection guidance

Monitor for suspicious bulk user-removal operations, particularly those targeting Admin accounts. Check audit logs for DELETE requests to the bulk user-removal endpoint that include Admin organization-user IDs, especially if initiated by Custom users. Track permission assignments—alert on any grant of ManageUsers to non-Admin Custom users that was not explicitly expected. Correlate removal events with Admin account access failures or unexpected administrative unavailability. If Bitwarden Server logs are centralized to a SIEM, write detection rules for bulk deletion operations that succeed in removing Admin accounts; these should be rare in normal operations.

Why prioritize this

While not yet listed on the CISA KEV catalog, this vulnerability should be treated as high-priority for Bitwarden deployments because it directly compromises the integrity of identity and access management controls. Any organization using Bitwarden as a credential vault or SSO provider should patch immediately to preserve administrative governance and prevent insider threats. The attack surface is narrower than a remote code execution, but the impact—loss of administrative control—justifies urgent treatment.

Risk score, explained

The CVSS 3.1 score of 7.1 reflects: network-accessible endpoint (AV:N), low attack complexity (AC:L), requirement for low-privilege authenticated access (PR:L), no user interaction (UI:N), unchanged scope (S:U). The confidentiality impact is None (C:N) because the exploit does not disclose data, but integrity (I:H) is High because Admin role removal is a direct authorization violation, and availability (A:L) is Low because organizational operations may be degraded if all Admins are removed. The score appropriately captures a significant but not critical risk in standard enterprise networks.

Frequently asked questions

Can attackers exploit this remotely without being inside the network?

Yes. The endpoint is network-accessible (CVSS AV:N), but the attacker must already have valid Bitwarden Server credentials with Custom user role and ManageUsers permission. This is not an unauthenticated remote exploit, but it is remote-exploitable by any insider or account holder with those specific permissions.

If we use Bitwarden Cloud (managed), are we affected?

Bitwarden Cloud is managed by Bitwarden and receives updates automatically. Verify with Bitwarden support that your Cloud instance is running 2026.5.0 or later. Self-hosted or on-premise deployments require manual patching.

What is the impact of removing all Admin accounts?

Removing all Admin accounts can lock out administrative access to the organization entirely, preventing user management, policy updates, and organizational settings adjustments. Recovery typically requires Bitwarden support intervention with account restoration procedures. This underscores why this vulnerability is high-risk even though it is not remote unauthenticated code execution.

How do we know if we have been exploited?

Review audit logs for bulk user-removal operations that removed Admin accounts, especially those initiated by non-Admin users. Check for unexpected Admin account removals or access denials. If your Admins report sudden access loss, investigate user-removal audit entries immediately.

This analysis is based on the CVE record and vendor advisory published as of the modification date (2026-07-14). Readers should verify all patch versions, supported platforms, and detailed remediation steps directly against Bitwarden's official security advisory and release notes. SEC.co makes no warranty regarding the completeness or applicability of this guidance to any specific environment. Organizations should conduct their own risk assessment based on their Bitwarden deployment model, access control policies, and business criticality. Source: NVD (public-domain), retrieved 2026-08-04. Analysis generated by SEC.co (claude-haiku-4-5).