CVE-2026-8795
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 · uneditedA YAML injection vulnerability exists in the Windows.Collectors.Remapping artifact of Rapid7 Velociraptor before version 0.76.6. The hostname field in client_info.json inside a collection ZIP is inserted into a YAML template via Go's text/template without escaping. An attacker providing a crafted collection ZIP can leverage literal double quotes and newlines in the hostname to break out of the YAML quoted string and inject a new mount remapping entry. When an analyst applies the generated remapping file with --remap, arbitrary VQL executes on their machine with NullACLManager (all permissions granted, unsandboxed).
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 confidenceA YAML injection vulnerability exists in Velociraptor's Windows.Collectors.Remoting artifact where the hostname field from client_info.json is inserted into a YAML template without proper escaping. An attacker can craft a collection ZIP with double quotes and newlines in the hostname to break out of YAML string containment and inject arbitrary mount remapping entries. When an analyst applies the generated remapping file via --remap, the injected VQL executes with NullACLManager privileges (unsandboxed, all permissions).
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
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
- Local
- Complexity
- Low
- Privileges
- None
- User interaction
- Required
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/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 checksWork through these to decide whether this CVE applies to you.
-
Check installed Velociraptor versionRun 'velociraptor --version' or 'velociraptor -V' to determine the version numberAffected if The version is earlier than 0.6.6 (e.g., 0.6.5, 0.6.4, etc.)
-
Identify remap file usageSearch for .yaml or .yml remap files in the system, and check command history or logs for '--remap' flag usage with VelociraptorAffected if Any remap files have been applied using the --remap flag, especially from untrusted sources
-
Inspect remap file content for injection patternsExamine any remap YAML files for unescaped double quotes or unexpected newlines within hostname fields, which could indicate YAML injection payloadsAffected if The remap file contains hostname values with unescaped quotes or newline characters that could break YAML string context
-
Review client_info.json for suspicious hostnamesLocate and inspect client_info.json files on the server for hostnames containing quotes, newlines, or VQL-like syntaxAffected if Any client_info.json contains hostname values with special YAML characters or VQL command fragments
You are affected if Velociraptor version is earlier than 0.6.6 AND any remap files (especially from untrusted sources) have been applied using the --remap flag.
Generated from the published advisory. Verify against your own configuration.
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 · scopedUpgrade Velociraptor to version 0.76.6 or later which contains the patched artifact with proper hostname escaping in the YAML template. Avoid applying remapping files from untrusted sources.
0.76.6
- Download Velociraptor version 0.76.6 or later from the official releases at docs.velociraptor.app or the GitHub releases page
- Replace the existing Velociraptor binary with the new version
- Restart any running Velociraptor services if applicable
- Verify the version is 0.76.6 or later by running velociraptor --version
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation4.0 h
- Testing4.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,328.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-8795 — 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 sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-8795 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
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.
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.
- 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