LiveActive security incident?Get immediate response
CVE Record

CVE-2022-35630: Unsafe HTML Injection in Artifact Collection Report

A cross-site scripting (XSS) issue in generating a collection report made it possible for malicious clients to inject JavaScript code into the static HTML file. This issue was resolved in Velociraptor 0.6.5-2.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysisunknown

Security readout for executives and security teams

Plain-English summary

Velociraptor could generate a static collection report containing unsafe client-supplied HTML, allowing JavaScript to be embedded in the report. The source says this was fixed in Velociraptor 0.6.5-2. Business risk depends on who can submit client data and who opens shared reports.

Executive priority

Treat this as a targeted remediation item, not an emergency based on current evidence. Prioritize faster if Velociraptor reports are widely shared, opened by privileged analysts, or generated from suspicious endpoint data.

Technical view

CVE-2022-35630 is a CWE-79 XSS issue in Velociraptor artifact collection report generation. Malicious clients could inject JavaScript into the generated static HTML report. The provided sources do not include CVSS scoring, affected version ranges, or detailed exploitation prerequisites beyond malicious client input and report viewing.

Likely exposure

Organizations using Velociraptor report generation before the fixed 0.6.5-2 release may be exposed. Exposure is more relevant where reports are opened by analysts, shared externally, or generated from potentially untrusted or compromised endpoints.

Exploitation context

The source bundle does not show CISA KEV listing or confirmed active exploitation. The issue requires a malicious client contribution to report content and a user viewing the generated HTML report. No exploit details are provided in the sources.

Researcher notes

Evidence is narrow: public details identify XSS in generated collection report HTML and a fix in 0.6.5-2. The bundle lacks CVSS, exact vulnerable range, patch diff, or exploitation reports, so validation should focus on version state and report-handling workflows.

Mitigation direction

  • Upgrade Velociraptor to 0.6.5-2 or later per Rapid7 guidance.
  • Check Rapid7 and project release notes for any newer security guidance.
  • Limit opening generated reports from untrusted clients until upgraded.
  • Handle existing static reports as potentially unsafe if generated before remediation.

Validation and detection

  • Inventory Velociraptor deployments and confirm installed versions.
  • Identify workflows that generate or share artifact collection reports.
  • Review whether reports were generated from untrusted or compromised clients.
  • Confirm upgraded instances regenerate reports using the fixed release.
Prepared
Confidence
medium
Sources
3

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-79: User-session and phishing behavior lookup

Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2022-35630 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Unknown
CVSS
Not scored
Known Exploited
No
Published
Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

0CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Rapid7Velociraptor0.6.5-2Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-79 · source CWE mapping

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.