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.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-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 lookupCVE-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- Severity
- Unknown
- CVSS
- Not scored
- Known Exploited
- No
- Published
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.
CVSS and timeline data
No CVSS vectors or timeline events were available in the normalized CVE source material.
Source materials
- CVE List V5 sourceCVE List V5
- https://www.rapid7.com/blog/post/2022/07/26/cve-2022-35629-35632-velociraptor-multiple-vulnerabilities-fixed/CVE reference · x_refsource_CONFIRM
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
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.
