CVE-2025-6264
BaseFortify
Publication date: 2025-06-20
Last updated on: 2025-10-23
Assigner: Rapid7, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| rapid7 | velociraptor | to 0.74.3 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-276 | During installation, installed file permissions are set to allow anyone to modify those files. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
CVE-2025-6264 is a privilege escalation vulnerability in Velociraptor involving the Admin.Client.UpdateClientConfig artifact. This artifact, used to update client configurations, did not enforce required high-level permissions, allowing users with the COLLECT_CLIENT permission (typically the Investigator role) to execute it on endpoints. This flaw enables arbitrary command execution and potential full takeover of the endpoint by hijacking privileged execution threads. [1]
How can this vulnerability impact me? :
If exploited, this vulnerability can allow an attacker with existing COLLECT_CLIENT permissions to execute arbitrary commands on an endpoint, potentially leading to full endpoint takeover. This compromises the confidentiality, integrity, and availability of the affected system, allowing unauthorized changes and control. [1]
How can this vulnerability be detected on my network or system? Can you suggest some commands?
Detection can be performed by running the Velociraptor artifact verifier to identify unintended privilege escalations in custom artifacts. Specifically, verifying the Admin.Client.UpdateClientConfig artifact for improper permission enforcement can help detect this vulnerability. [1]
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include using the "basic artifacts" mechanism to restrict execution of dangerous artifacts and running the artifact verifier to detect and prevent privilege escalation issues. Additionally, ensure Velociraptor is updated to version 0.74.3 or later where this vulnerability is fixed. [1]