AUGUST 16, 2026
Live Feed
Back to database
Case File

CVE-2026-18860

HIGH · CVSS 8.7 EPSS 0.30% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-11 · Last synced 2026-08-16

CyberRota Analysis

AI-Generated

Velociraptor's multi-tenant deployment feature is vulnerable, allowing administrators of child organizations to delete other organizations due to improper permission checks that incorrectly reference the calling org instead of the ROOT org. This flaw poses a significant risk, as it enables unauthorized deletion of organizational data, potentially leading to data loss and service disruption. Organizations utilizing Velociraptor, particularly those with multi-tenant setups, should prioritize addressing this vulnerability to safeguard their deployments.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-18860
Severity
HIGH
CVSS
8.7
EPSS
0.30%

Original NVD 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.