VaultwardenApplication · Dani Garcia

CVE-2024-56335

HIGH · 7.5 CVSS v3.1 Published 2024-12-20
Fix available
A fix is available. Upgrade to 1.32.7 or later.
See remediation →
81/100
Remediation priority · High
Remotely reachable Zero-click

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
vaultwarden is an unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs. In affected versions an attacker is capable of updating or deleting groups from an organization given a few conditions: 1. The attacker has a user account in the server. 2. The attacker's account has admin or owner permissions in an unrelated organization. 3. The attacker knows the target organization's UUID and the target group's UUID. Note that this vulnerability is related to group functionality and as such is only applicable for servers who have enabled the `ORG_GROUPS_ENABLED` setting, which is disabled by default. This attack can lead to different situations: 1. Denial of service, the attacker can limit users from accessing the organization's data by removing their membership from the group. 2. Privilege escalation, if the attacker is part of the victim organization, they can escalate their own privileges by joining a group they wouldn't normally have access to. For attackers that aren't part of the organization, this shouldn't lead to any possible plain-text data exfiltration as all the data is encrypted client side. This vulnerability is patched in Vaultwarden `1.32.7`, and users are recommended to update as soon as possible. If it's not possible to update to `1.32.7`, some possible workarounds are: 1. Disabling `ORG_GROUPS_ENABLED`, which would disable groups functionality on the server. 2. Disabling `SIGNUPS_ALLOWED`, which would not allow an attacker to create new accounts on the server.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · high confidence

In vaultwarden versions prior to 1.32.7, an access control flaw allows any authenticated user with admin or owner privileges in one organization to modify or delete groups in other organizations by knowing their UUIDs. This authorization bypass occurs because the code fails to properly validate that the user has permissions within the target organization before allowing group operations.

MitigationUpdate to vaultwarden 1.32.7 or later. If updating is not possible, disable the ORG_GROUPS_ENABLED setting or restrict new user registrations via SIGNUPS_ALLOWED=false as temporary workarounds.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
VaultwardenApplication
Affected:< 1.32.7

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
High
Privileges
Low
User interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Identify installed vaultwarden version
    Check the version running in your environment by querying the vaultwarden service, container image tag, or binary version (e.g., `vaultwarden --version` or inspect container metadata)
    Affected if The installed version is any release prior to 1.32.7 (e.g., 1.32.0 through 1.32.6)
  2. Verify ORG_GROUPS_ENABLED setting
    Inspect your vaultwarden configuration file (environment variables or config.toml) for the ORG_GROUPS_ENABLED setting. If not explicitly set, check the default behavior in the running version.
    Affected if ORG_GROUPS_ENABLED is set to true (or enabled by default in your version), which enables the group management feature that contains the flaw
  3. Confirm multi-organization configuration
    Query the vaultwarden database or admin panel to determine if multiple organizations exist in your instance. The vulnerability requires at least two organizations with groups configured.
    Affected if Two or more organizations are active with group functionality in use
  4. Review admin/owner user scope
    Examine user accounts that hold admin or owner privileges across organizations. Identify any users who have elevated permissions in one organization but could potentially access group UUIDs from another.
    Affected if Any user has admin or owner rights in one organization while having knowledge of group UUIDs in a different organization

Your environment is affected if vaultwarden version is below 1.32.7, ORG_GROUPS_ENABLED is enabled, and multiple organizations with group-capable users exist in your instance.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Upgrade available Upgrade to 1.32.7 or later
Fixed in 1.32.7
Interim mitigation

Update to vaultwarden 1.32.7 or later. If updating is not possible, disable the ORG_GROUPS_ENABLED setting or restrict new user registrations via SIGNUPS_ALLOWED=false as temporary workarounds.

Recommended fix High confidence

1.32.7

  1. Upgrade Vaultwarden to version 1.32.7 or later using your deployment method (e.g., Docker pull, package manager, or source compilation)

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in Vaultwarden Scoped from the published advisory
  • Consultation1.0 h
  • Implementation1.0 h
  • Testing2.0 h
  • Review / QA1.0 h
5.0 hours of engineering $860
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $1,376.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2024-56335 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2024-56335 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data