Description
Velociraptor allows multi-tenant deployments named "Orgs".

By default Velociraptor, uses the ROOT org, but users can create child orgs for other tenants within the same deployment.

Users can have different permissions in each org. To manage Orgs, Velociraptor usually examines the ORG_ADMIN permission on the ROOT org.

This issue results from the Velociraptor server allowing for the deletion of Orgs by incorrectly checking the ORG_ADMIN permission of callers within the calling ORG instead of the ROOT org. However, Org admins of child orgs were able to add this permission to their ACL token within their own org. This allows an administrator in a child org, which is not also an administrator in the ROOT org, to delete other orgs.
Published: 2026-08-11
Score: 8.7 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Velociraptor enables multi‑tenant deployments by creating hierarchical organisations (Orgs). The bug allows an administrator in a child org to delete any other org because the system incorrectly checks the ORG_ADMIN permission against the caller’s current org instead of the ROOT org. This bypasses the intended restriction and permits deletion of unrelated organisations, compromising data integrity and service availability. The flaw is a classic authorization check failure, identified as CWE‑280.

Affected Systems

The vulnerability affects Rapid7 Velociraptor installations that use child organisations for multi‑tenant support. No specific product version information is provided; any deployment that enables Org admin roles in child organisations is potentially impacted unless mitigated by configuration changes.

Risk and Exploitability

The CVSS score of 8.7 indicates a high‑severity risk. EPSS data is not available, but the issue is not listed in the CISA KEV catalog, suggesting no widespread exploitation yet. Attackers need only the rights of a child‑org administrator to trigger the exploit, so the attack vector is within‑instance privilege escalation rather than external network access. Once exploited, the attacker can remove other organisations, leading to loss of data and disruption of tenant services.

Generated by OpenCVE AI on August 11, 2026 at 23:24 UTC.

Remediation

Vendor Workaround

Ensure administrator users in child orgs are trusted to manage orgs.


OpenCVE Recommended Actions

  • Ensure administrator users in child orgs are trusted to manage orgs.
  • Apply the latest Velociraptor release that addresses the permission check flaw when it becomes available.
  • Restrict the ORG_ADMIN permission in child organisations to users who are also admins of the ROOT org, and remove that permission from standard child‑org admins.
  • Audit and adjust ACL tokens to ensure child‑org admin roles do not inadvertently acquire ORG_ADMIN rights.

Generated by OpenCVE AI on August 11, 2026 at 23:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 11 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 11 Aug 2026 15:00:00 +0000

Type Values Removed Values Added
Description Velociraptor allows multi-tenant deployments named "Orgs". By default Velociraptor, uses the ROOT org, but users can create child orgs for other tenants within the same deployment. Users can have different permissions in each org. To manage Orgs, Velociraptor usually examines the ORG_ADMIN permission on the ROOT org. This issue results from the Velociraptor server allowing for the deletion of Orgs by incorrectly checking the ORG_ADMIN permission of callers within the calling ORG instead of the ROOT org. However, Org admins of child orgs were able to add this permission to their ACL token within their own org. This allows an administrator in a child org, which is not also an administrator in the ROOT org, to delete other orgs.
Title Velociraptor incorrect Org deletion permissions check
First Time appeared Rapid7
Rapid7 velociraptor
Weaknesses CWE-280
CPEs cpe:2.3:a:rapid7:velociraptor:*:*:linux:*:*:*:*:*
Vendors & Products Rapid7
Rapid7 velociraptor
References
Metrics cvssV3_1

{'score': 8.7, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:N/I:H/A:H'}


Subscriptions

Rapid7 Velociraptor
cve-icon MITRE

Status: PUBLISHED

Assigner: rapid7

Published:

Updated: 2026-08-11T19:43:27.538Z

Reserved: 2026-08-04T16:15:03.926Z

Link: CVE-2026-18860

cve-icon Vulnrichment

Updated: 2026-08-11T19:43:22.539Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-08-11T15:17:28.887

Modified: 2026-08-28T21:17:10.720

Link: CVE-2026-18860

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-11T23:30:06Z

Weaknesses
  • CWE-280

    Improper Handling of Insufficient Permissions or Privileges