CVE-2026-27898: CWE-639: Authorization Bypass Through User-Controlled Key in dani-garcia vaultwarden
Vaultwarden is an unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs. Prior to version 1.35.4, an authenticated regular user can specify another user’s cipher_id and call "PUT /api/ciphers/{id}/partial" Even though the standard retrieval API correctly denies access to that cipher, the partial update endpoint returns 200 OK and exposes cipherDetails (including name, notes, data, secureNote, etc.). This issue has been patched in version 1.35.4.
AI Analysis
Technical Summary
Vaultwarden, a Rust-based unofficial Bitwarden-compatible server, suffered from an authorization bypass vulnerability identified as CVE-2026-27898 (CWE-639). The flaw exists in versions prior to 1.35.4, where an authenticated user can manipulate the 'PUT /api/ciphers/{id}/partial' endpoint by specifying another user's cipher_id. While the standard retrieval API correctly enforces access controls and denies unauthorized cipher access, the partial update endpoint erroneously returns a 200 OK response and discloses sensitive cipher details including the name, notes, data fields, and secure notes. This discrepancy arises from improper authorization checks on user-controlled keys within the update API, allowing unauthorized read access to confidential password vault entries. The vulnerability does not affect availability and requires the attacker to be authenticated but does not require additional user interaction. The issue was responsibly disclosed and patched in Vaultwarden version 1.35.4. The CVSS 3.1 base score of 5.4 reflects a medium severity due to the moderate confidentiality and integrity impact combined with low attack complexity and the need for authentication. No public exploits have been reported, but the exposure of sensitive credential data poses a significant risk if exploited.
Potential Impact
The primary impact of CVE-2026-27898 is unauthorized disclosure of sensitive credential data stored in Vaultwarden password vaults. Attackers with valid user credentials can access other users' cipher details, potentially exposing passwords, secure notes, and other confidential information. This compromises confidentiality and integrity of stored secrets, undermining trust in the password management system. Although availability is unaffected, the breach of sensitive data can lead to further attacks such as account takeover, lateral movement within organizations, and credential stuffing attacks. Organizations relying on Vaultwarden for secure password storage face risks of data leakage and subsequent security incidents. The requirement for authentication limits the attack surface to insiders or compromised accounts, but the ease of exploitation and lack of user interaction needed increase the threat level. The vulnerability is particularly concerning in multi-tenant or shared Vaultwarden deployments where users have access to the same server instance.
Mitigation Recommendations
Organizations should immediately upgrade Vaultwarden installations to version 1.35.4 or later, where the vulnerability has been patched. Until upgrades are applied, administrators should restrict access to the Vaultwarden API endpoints to trusted users and networks, implement strong authentication and monitoring to detect anomalous access patterns, and consider temporary disabling partial update API functionality if feasible. Regularly audit user permissions and review logs for suspicious activity involving cipher updates. Employ network segmentation and zero-trust principles to limit potential lateral movement by compromised users. Additionally, educate users about the importance of safeguarding their credentials to prevent unauthorized authentication. Finally, maintain up-to-date backups and incident response plans to quickly respond to any data exposure events.
Affected Countries
United States, Germany, United Kingdom, Canada, Australia, France, Netherlands, Sweden, Switzerland, Japan
CVE-2026-27898: CWE-639: Authorization Bypass Through User-Controlled Key in dani-garcia vaultwarden
Description
Vaultwarden is an unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs. Prior to version 1.35.4, an authenticated regular user can specify another user’s cipher_id and call "PUT /api/ciphers/{id}/partial" Even though the standard retrieval API correctly denies access to that cipher, the partial update endpoint returns 200 OK and exposes cipherDetails (including name, notes, data, secureNote, etc.). This issue has been patched in version 1.35.4.
AI-Powered Analysis
Technical Analysis
Vaultwarden, a Rust-based unofficial Bitwarden-compatible server, suffered from an authorization bypass vulnerability identified as CVE-2026-27898 (CWE-639). The flaw exists in versions prior to 1.35.4, where an authenticated user can manipulate the 'PUT /api/ciphers/{id}/partial' endpoint by specifying another user's cipher_id. While the standard retrieval API correctly enforces access controls and denies unauthorized cipher access, the partial update endpoint erroneously returns a 200 OK response and discloses sensitive cipher details including the name, notes, data fields, and secure notes. This discrepancy arises from improper authorization checks on user-controlled keys within the update API, allowing unauthorized read access to confidential password vault entries. The vulnerability does not affect availability and requires the attacker to be authenticated but does not require additional user interaction. The issue was responsibly disclosed and patched in Vaultwarden version 1.35.4. The CVSS 3.1 base score of 5.4 reflects a medium severity due to the moderate confidentiality and integrity impact combined with low attack complexity and the need for authentication. No public exploits have been reported, but the exposure of sensitive credential data poses a significant risk if exploited.
Potential Impact
The primary impact of CVE-2026-27898 is unauthorized disclosure of sensitive credential data stored in Vaultwarden password vaults. Attackers with valid user credentials can access other users' cipher details, potentially exposing passwords, secure notes, and other confidential information. This compromises confidentiality and integrity of stored secrets, undermining trust in the password management system. Although availability is unaffected, the breach of sensitive data can lead to further attacks such as account takeover, lateral movement within organizations, and credential stuffing attacks. Organizations relying on Vaultwarden for secure password storage face risks of data leakage and subsequent security incidents. The requirement for authentication limits the attack surface to insiders or compromised accounts, but the ease of exploitation and lack of user interaction needed increase the threat level. The vulnerability is particularly concerning in multi-tenant or shared Vaultwarden deployments where users have access to the same server instance.
Mitigation Recommendations
Organizations should immediately upgrade Vaultwarden installations to version 1.35.4 or later, where the vulnerability has been patched. Until upgrades are applied, administrators should restrict access to the Vaultwarden API endpoints to trusted users and networks, implement strong authentication and monitoring to detect anomalous access patterns, and consider temporary disabling partial update API functionality if feasible. Regularly audit user permissions and review logs for suspicious activity involving cipher updates. Employ network segmentation and zero-trust principles to limit potential lateral movement by compromised users. Additionally, educate users about the importance of safeguarding their credentials to prevent unauthorized authentication. Finally, maintain up-to-date backups and incident response plans to quickly respond to any data exposure events.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- GitHub_M
- Date Reserved
- 2026-02-24T15:19:29.717Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 69a8ac26d1a09e29cb796101
Added to database: 3/4/2026, 10:03:18 PM
Last enriched: 3/4/2026, 10:18:33 PM
Last updated: 3/5/2026, 2:17:06 AM
Views: 6
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Related Threats
CVE-2026-29123: CWE-269 Improper Privilege Management in International Datacasting Corporation SFX2100 Satellite Receiver
HighCVE-2026-29122: CWE-269 Improper Privilege Management in International Datacasting Corporation SFX2100 Satellite Receiver
HighCVE-2026-29121: CWE-269 Improper Privilege Management in International Datacasting Corporation SFX2100 Satellite Receiver
HighCVE-2026-25750: CWE-74: Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') in langchain-ai helm
HighCVE-2025-41257: CWE-20 Improper Input Validation in Suprema BioStar 2
MediumActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
External Links
Need more coverage?
Upgrade to Pro Console in Console -> Billing for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.