CVE-2025-6264: Velociraptor vulnerable to privilege escalation via UpdateConfig artifact
(updated )
Velociraptor allows collection of VQL queries packaged into Artifacts from endpoints. These artifacts can be used to do anything and usually run with elevated permissions. To limit access to some dangerous artifact, Velociraptor allows for those to require high permissions like EXECVE to launch.
The Admin.Client.UpdateClientConfig is an artifact used to update the client’s configuration. This artifact did not enforce an additional required permission, allowing users with COLLECT_CLIENT permissions (normally given by the “Investigator” role) to collect it from endpoints and update the configuration.
This can lead to arbitrary command execution and endpoint takeover.
To successfully exploit this vulnerability the user must already have access to collect artifacts from the endpoint (i.e. have the COLLECT_CLIENT given typically by the “Investigator’ role).
References
- blog.talosintelligence.com/velociraptor-leveraged-in-ransomware-attacks
- docs.velociraptor.app/announcements/advisories/cve-2025-6264
- github.com/Velocidex/velociraptor
- github.com/Velocidex/velociraptor/commit/21e7fd7138ddaa798cad35fd929864f6bb0c4e9c
- github.com/advisories/GHSA-gpfc-mph4-qm24
- news.sophos.com/en-us/2025/08/26/velociraptor-incident-response-tool-abused-for-remote-access
- nvd.nist.gov/vuln/detail/CVE-2025-6264
Code Behaviors & Features
Detect and mitigate CVE-2025-6264 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →