Description
The Velociraptor gRPC API has a VFSGetBuffer endpoint which allows reading files from the datastore. To prevent users from reading sensitive files or accessing other orgs, the requested path is prefix checked against a list of denied prefixes. This prefix check can be bypassed allowing a user to access usually denied files. If the user has read permission in the ROOT org, this allows access to other orgs, in which the user may not have permission.
Published: 2026-08-11
Score: 6.8 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Velociraptor gRPC API provides a VFSGetBuffer endpoint that reads files from the datastore. The endpoint is supposed to enforce a deny list of path prefixes to prevent users from accessing sensitive files or files belonging to other organizations. The CVE demonstrates that this prefix check can be bypassed, enabling a user who has read permission in the ROOT organization to read files in other organizations where they normally lack permission. The result is unauthorized disclosure of data rather than code execution or denial of service.

Affected Systems

Rapid7 Velociraptor gRPC API, specifically the VFSGetBuffer endpoint. Version information is not included in the advisory.

Risk and Exploitability

The CVSS score of 6.8 indicates moderate severity. The EPSS score is not available, and the vulnerability is not listed in CISA KEV, suggesting no widespread active exploitation yet. The attack vector is inferred to be a legitimate user with read access to the ROOT organization, who can construct requests to VFSGetBuffer that exploit the bypass. This allows elevated data access across organizational boundaries without special privileges beyond the existing read rights in the root org.

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

Remediation

Vendor Workaround

As  documented https://docs.velociraptor.app/docs/deployment/security/#the-root-org ,  the root org is more privileged than other orgs. You should only give trusted users access to the root org.


OpenCVE Recommended Actions

  • Restrict root organization access to only trusted users and remove read permissions from it for all other users
  • Implement the documented workaround by ensuring that assignments to the root org are limited and audited
  • Monitor VFSGetBuffer API usage for unusual or unauthorized requests and maintain logs

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 12 Aug 2026 00:00:00 +0000

Type Values Removed Values Added
First Time appeared Rapid7
Rapid7 velociraptor
Vendors & Products Rapid7
Rapid7 velociraptor

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 The Velociraptor gRPC API has a VFSGetBuffer endpoint which allows reading files from the datastore. To prevent users from reading sensitive files or accessing other orgs, the requested path is prefix checked against a list of denied prefixes. This prefix check can be bypassed allowing a user to access usually denied files. If the user has read permission in the ROOT org, this allows access to other orgs, in which the user may not have permission.
Title Velociraptor VFSGetBuffer API path deny list bypass
Weaknesses CWE-288
References
Metrics cvssV3_1

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


Subscriptions

Rapid7 Velociraptor
cve-icon MITRE

Status: PUBLISHED

Assigner: rapid7

Published:

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

Reserved: 2026-08-03T10:21:25.241Z

Link: CVE-2026-18636

cve-icon Vulnrichment

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

cve-icon NVD

Status : Received

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

Modified: 2026-08-11T20:17:36.857

Link: CVE-2026-18636

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-11T23:45:04Z

Weaknesses
  • CWE-288

    Authentication Bypass Using an Alternate Path or Channel