LiveActive security incident?Get immediate response
CVE Record

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).

HighCVSS 8.9Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

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.
Prepared
Confidence
high
Sources
7

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2026-43639 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
8.9 (4.0)
Known Exploited
No
Published

Vector: CVSS:4.0/AV:N/AC:H/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

ScoreVersionSeverityVectorExploitImpactSource
8.9CVSS 4.0HighCVSS:4.0/AV:N/AC:H/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:HVulnCheck
8CVSS 3.1HighCVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H1.36VulnCheck

Vulnerability scoring details

Base CVSS 4.0 score

8.9High
CVSS 4.0 vector shape for CVE-2026-43639Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:N/AC:H/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
bitwardenserver0affected
Weakness

CWE details

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.