Description
An authenticated attacker can spoof another GUI user's identity by sending their request with the custom header \"Grpc-Metadata-USER\". This can lead to an account takeover attack from a user with low privileges to administrator.
Published: 2026-08-11
Score: 9.6 Critical
EPSS: 6.1% Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An attacker who authenticates to a Velociraptor instance can impersonate another GUI user by including a custom "Grpc-Metadata-USER" header in their request. This flaw allows a low‑privilege user to assume the identity of a higher‑privilege account and potentially gain administrative control. The core weakness is trust of an injected identity header, mapping to CWE‑290.

Affected Systems

Rapid7 Velociraptor is affected. The advisory lists all Velociraptor releases under the Rapid7:Velociraptor CNA entry, but no specific minor or patch versions are identified as vulnerable. The CPE string indicates all Velociraptor deployments are impacted unless a future patch removes the vulnerable header handling.

Risk and Exploitability

The CVSS score of 9.6 signals a severe vulnerability. The EPSS score of 6% indicates a moderate probability of exploitation; combined with the authentication requirement and lack of a blocking mechanism, the threat likelihood is high. The vulnerability is not present in the CISA KEV catalog at this time, but its high severity warrants immediate attention, especially in environments where users possess elevated privileges. The likely attack vector is a legitimate authenticated session exploiting the unchecked "Grpc-Metadata-USER" header sent by an attacker to the GUI server.

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

Remediation

Vendor Workaround

If you have a proxy in front of the Velociraptor GUI server, you can block the \"Grpc-Metadata-USER\" header.


OpenCVE Recommended Actions

  • Configure any reverse proxy or network device in front of the Velociraptor GUI server to drop or block the "Grpc-Metadata-USER" header, thereby eliminating the ability to spoof identities as described in the advisory.
  • Upgrade Velociraptor to the latest available release, or apply the vendor‑issued patch once it is released, to remove the vulnerable header handling code.
  • Ensure that only trusted users have GUI access and routinely audit role assignments to detect any unapproved elevation to administrative privileges.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Metrics ssvc

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


Tue, 11 Aug 2026 12:45:00 +0000

Type Values Removed Values Added
Description An authenticated attacker can spoof another GUI user's identity by sending their request with the custom header \"Grpc-Metadata-USER\". This can lead to an account takeover attack from a user with low privileges to administrator.
Title Velociraptor authenticated identity-spoofing vulnerability
First Time appeared Rapid7
Rapid7 velociraptor
Weaknesses CWE-290
CPEs cpe:2.3:a:rapid7:velociraptor:*:*:*:*:*:*:*:*
Vendors & Products Rapid7
Rapid7 velociraptor
References
Metrics cvssV3_1

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


Subscriptions

Rapid7 Velociraptor
cve-icon MITRE

Status: PUBLISHED

Assigner: rapid7

Published:

Updated: 2026-08-11T13:51:00.275Z

Reserved: 2026-08-05T16:09:39.892Z

Link: CVE-2026-18972

cve-icon Vulnrichment

Updated: 2026-08-11T13:50:56.518Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-08-11T13:17:56.997

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

Link: CVE-2026-18972

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-24T16:15:04Z

Weaknesses
  • CWE-290

    Authentication Bypass by Spoofing