Rapid7

Velociraptor

35 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.21%
  • Veröffentlicht 18.08.2026 06:52:28
  • Zuletzt bearbeitet 19.08.2026 04:16:57

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 ...

  • EPSS 0.22%
  • Veröffentlicht 12.08.2026 09:56:10
  • Zuletzt bearbeitet 12.08.2026 13:17:20

Velociraptor allows reading Stacked result sets from the GUI.  Velociraptor's multi-tenant design stores sub orgs within the datastore directory. The path requested by the GUI is not correctly checked against the prefix deny list, allowing result set...

  • EPSS 0.16%
  • Veröffentlicht 12.08.2026 09:49:25
  • Zuletzt bearbeitet 12.08.2026 13:17:23

A rogue Velociraptor client can upload a malformed sparse file such that if the GUI attempts to expand the file, a panic occurs which may crash the server process. The problem is a Divide by Zero bug in the ShouldPadFile() function.

  • EPSS 0.17%
  • Veröffentlicht 12.08.2026 09:44:53
  • Zuletzt bearbeitet 12.08.2026 13:17:23

The hunt_delete() VQL function allows deleting hunts.  Velociraptor misapplied the permission check requiring only COLLECT_CLIENT (usually assigned to the "investigator" role) instead of the "DELETE_RESULTS" permission (usually only assigned to "adm...

  • EPSS 0.22%
  • Veröffentlicht 12.08.2026 09:39:26
  • Zuletzt bearbeitet 12.08.2026 13:17:23

When Microsoft Excel imports a CSV file, it executes cells beginning with certain characters as formulas, giving such CSV files arbitrary execution.  Velociraptor fails to sanitize such cells when exporting to CSV from various places such as the GUI...

  • EPSS 0.23%
  • Veröffentlicht 12.08.2026 04:26:32
  • Zuletzt bearbeitet 13.08.2026 16:18:35

Velociraptor allows scheduling new collections via VQL queries in notebooks. For a user to schedule a new collection, they require the COLLECT_CLIENT permission. However, this is not enforced when the user can run a VQL query which resets the authori...

  • EPSS 0.26%
  • Veröffentlicht 11.08.2026 15:05:42
  • Zuletzt bearbeitet 11.08.2026 18:17:21

When Velociraptor is configured to use an OIDC IdP for authentication, it uses the email claim as a username. However, some IdP allow users to change the email claim without verification. Some IdPs do not set the "email_verified" claim and do not act...

  • EPSS 0.29%
  • Veröffentlicht 11.08.2026 15:00:53
  • Zuletzt bearbeitet 11.08.2026 18:17:21

Any authenticated Velociraptor user — including one holding only the readerrole — can terminate the entire server process with a single request, by calling SetPassword with a username that does not exist.

  • EPSS 0.31%
  • Veröffentlicht 11.08.2026 14:53:18
  • Zuletzt bearbeitet 11.08.2026 18:17:21

The NewNotebook API does not sufficiently sanitize its parameters allowing an authenticated user with NOTEBOOK_EDIT permission to write the notebook record outside the org's data store directory. The file written must have an extension of ".json.db" ...

  • EPSS 0.3%
  • Veröffentlicht 11.08.2026 14:52:55
  • Zuletzt bearbeitet 11.08.2026 20:17:37

Velociraptor allows multi-tenant deployments named "Orgs". By default Velociraptor, uses the ROOT org, but users can create child orgs for other tenants within the same deployment. Users can have different permissions in each org. To manage Orgs, V...