CVE-2026-43639: Bitwarden Server < 2026.4.0 Missing Authorization via Provider Clients
Bitwarden Server prior to v2026.4.0 contains a missing authorization vulnerability that allows a provider service user to add an arbitrary organization to their provider via `POST /providers/{providerId}/clients/existing`, resulting in takeover of the target organization; self-hosted installations are unaffected as this endpoint is restricted to Cloud via SelfHosted(NotSelfHostedOnly = true).
Security readout for executives and security teams
Plain-English summary
A provider service user could improperly attach another organization to their Bitwarden provider account, enabling takeover of that organization. The issue is high impact but appears limited to Bitwarden Cloud-only endpoint behavior; the source bundle states self-hosted installations are unaffected.
Executive priority
Treat as a high-priority identity and secrets-management risk if your organization used Bitwarden Cloud provider functionality before v2026.4.0. Self-hosted environments appear out of scope based on the source bundle, but that should be verified.
Technical view
Bitwarden Server before v2026.4.0 lacked authorization on POST /providers/{providerId}/clients/existing. A privileged provider service user could add an arbitrary organization as a provider client. CVSS 4.0 is 8.9, CWE-862. The patch is linked to Bitwarden server commit 0918bfdda6f5eec391c69bd9074f6aef4eac0b1d.
Likely exposure
Likely exposure is Bitwarden Cloud provider functionality before v2026.4.0. The provided description says self-hosted installations are unaffected because the endpoint is cloud-restricted. Confirm exposure against vendor guidance and actual service version history.
Exploitation context
The bundle includes a public technical writeup tagged as exploit, but KEV is false and no cited source in the bundle establishes active exploitation. Attack conditions include high privileges and high complexity, but successful abuse could affect confidentiality, integrity, and availability of organizations.
Researcher notes
Focus review on the missing authorization boundary between provider service users and existing organization enrollment. Avoid assuming broader Bitwarden products are affected. Public details exist, but the bundle does not prove real-world exploitation.
Mitigation direction
Confirm Bitwarden Server is v2026.4.0 or later where the vendor patch was released.
For Bitwarden Cloud, check vendor guidance for deployment status and incident communications.
Review provider-client relationships for organizations added unexpectedly before remediation.
Restrict provider service user access to necessary personnel and workflows.
Investigate suspicious provider administration activity around the publication window.
Validation and detection
Inventory Bitwarden deployment type and confirm whether it is cloud or self-hosted.
Verify running or deployed version against v2026.4.0 remediation status.
Audit provider client mappings for unexpected organization associations.
Review provider service user activity logs for unusual client additions.
Document whether self-hosted exclusion applies to each environment.
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.
2CVSS vectors
3Timeline events
1ADP providers
6Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: noTechnical Impact: total
CVSS vector scores
2 official scores
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.