CVE-2026-43638: Bitwarden Server < 2026.4.1 Missing Authorization via Organization Cipher Import
Bitwarden Server prior to v2026.4.1 contains a missing authorization vulnerability that allows any authenticated user to write ciphers into an arbitrary organization via `POST /ciphers/import-organization` by submitting an empty `collections` array, which causes the server-side permission check to be skipped.
Security readout for executives and security teams
Plain-English summary
Bitwarden Server had an authorization gap that could let a logged-in user add vault items to an organization they should not control. This is not described as full vault takeover, but it can affect trust, data integrity, and possibly confidentiality if malicious or misleading secrets are inserted.
Executive priority
Treat as a timely patching item, not an emergency. Prioritize environments with many users, contractors, or shared organizations because the bug crosses organizational authorization boundaries.
Technical view
Before v2026.4.1, the organization cipher import flow could skip a server-side permission check when submitted without collections. The CVE maps this to CWE-862 missing authorization and scores CVSS 5.4 because exploitation requires authentication but no user interaction.
Likely exposure
Evidence only names Bitwarden Server versions before v2026.4.1. Risk applies where untrusted or lower-privileged authenticated users can access the server and organization cipher import capability.
Exploitation context
The bundle includes public technical analysis and a third-party advisory. KEV is false, and the provided sources do not state active exploitation in the wild.
Researcher notes
The core issue is skipped authorization in the organization import path when collections are empty. Avoid assuming broader read access or unauthenticated impact; the supplied evidence supports unauthorized cipher writes by authenticated users only.
Mitigation direction
Upgrade Bitwarden Server to v2026.4.1 or later.
Review Bitwarden release notes and vendor guidance for deployment-specific instructions.
Limit unnecessary authenticated access until affected servers are upgraded.
Review organization vault changes for unexpected imported ciphers.
Validation and detection
Inventory Bitwarden Server instances and record running versions.
Confirm each instance is v2026.4.1 or later.
Check organization audit history for unusual cipher imports or creations.
Verify lower-privileged users cannot write ciphers to unauthorized organizations.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-862: Authorization and privilege behavior lookup
Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-862 · source CWE mapping
Missing Authorization
Missing Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.