CVE-2026-15371

Summary

Velociraptor's web GUI allows specifying a custom type for columns in tables. The URL type takes the cell value and forms a URL which can be clicked in the GUI.The code does not limit the schemes allowed in this URL , allowing an attacker to specify a JavaScript scheme exposing the user to XSS.

Affected Software

VendorProductVersion RangeStatus
Rapid7Velociraptor0 < 0.77.2affected

Weaknesses

  • CWE-177: CWE-177 Improper handling of URL encoding (hex encoding)

Workarounds

Users should not designate a column as type URL if the source of the table is untrusted (e.g. the results from artifact collections where the data is under the attacker's control).

ADP Enrichment

CISA ADP Vulnrichment

  • SSVC:
  • Exploitation: none
    • Automatable: no
    • Technical Impact: total

References