Cyber Posture

CVE-2026-27803

High

Published: 04 March 2026

Published
04 March 2026
Modified
06 March 2026
KEV Added
Patch
CVSS Score 8.3 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L
EPSS Score 0.0005 16.1th percentile
Risk Priority 17 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-27803 is a high-severity Improper Privilege Management (CWE-269) vulnerability in Dani-Garcia Vaultwarden. Its CVSS base score is 8.3 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 16.1th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 AC-24 (Access Control Decisions) and AC-3 (Access Enforcement).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploitation for Privilege Escalation (T1068) and 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Employs the principle of least privilege to ensure managers with manage=false cannot perform unauthorized management operations on collections, directly addressing CWE-269 Improper Privilege Management.

prevent

Enforces approved authorizations for access to system resources, preventing the authorization bypass that allowed restricted managers to execute management actions.

prevent

Determines and authorizes access based on role-specific attributes like manage=false for collections, mitigating CWE-285 and CWE-863 Incorrect Authorization flaws.

MITRE ATT&CK Enterprise TechniquesAI

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

Authorization bypass in exposed server app directly enables remote low-priv users to perform unauthorized management actions (privilege escalation via T1068); maps to exploitation of public-facing application (T1190) per CVSS network vector and CWE-269/285/863.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

NVD Description

Vaultwarden is an unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs. Prior to version 1.35.4, when a Manager has manage=false for a given collection, they can still perform several management operations as long as they have access…

more

to the collection. This issue has been patched in version 1.35.4.

Deeper analysisAI

CVE-2026-27803 is an authorization bypass vulnerability in Vaultwarden, an unofficial Bitwarden-compatible server written in Rust and formerly known as bitwarden_rs. In versions prior to 1.35.4, a user with a Manager role set to manage=false for a specific collection can still perform several management operations on that collection if they have access to it. The vulnerability carries a CVSS v3.1 base score of 8.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L) and maps to CWE-269 (Improper Privilege Management), CWE-285 (Improper Authorization), and CWE-863 (Incorrect Authorization).

The attack requires low privileges—an authenticated Manager with collection access but without explicit manage permissions—and can be carried out remotely over the network with low complexity and no user interaction. Exploitation allows the attacker to execute unauthorized management actions on the collection, resulting in high impacts to confidentiality and integrity, such as unauthorized data access or modification, alongside a low availability impact.

Vaultwarden has addressed this issue in version 1.35.4. Additional details on the vulnerability and patch are available in the GitHub security advisory at https://github.com/dani-garcia/vaultwarden/security/advisories/GHSA-h4hq-rgvh-wh27.

Details

CWE(s)

Affected Products

dani-garcia
vaultwarden
≤ 1.35.4

CVEs Like This One

CVE-2026-27802Same product: Dani-Garcia Vaultwarden
CVE-2024-55224Same product: Dani-Garcia Vaultwarden
CVE-2025-24365Same product: Dani-Garcia Vaultwarden
CVE-2024-55225Same product: Dani-Garcia Vaultwarden
CVE-2025-24364Same product: Dani-Garcia Vaultwarden
CVE-2026-33105Shared CWE-285, CWE-863
CVE-2026-2141Shared CWE-285, CWE-863
CVE-2026-32267Shared CWE-863
CVE-2026-4248Shared CWE-285
CVE-2025-8489Shared CWE-269

References