Horizon Alert
Summary of the vulnerability and why it matters
This Velociraptor vulnerability allows an authenticated user to access data across different organizations they shouldn't have permissions for. This is critical because it bypasses intended data segregation within the platform.
- Bypasses access controls for sensitive data.
- Affects authenticated GUI users.
- Expands unauthorized data visibility.
Attack Path
How an attacker could exploit the issue
An authenticated attacker who has access to one Velociraptor organization can abuse the `query()` plugin to execute VQL queries on other organizations. This allows them to read, modify, or delete data across different organizational boundaries, effectively bypassing access controls within the application. The attacker's privileges in the target orgs will match their existing privileges in their current org.
- Requires authenticated GUI access.
- Targets the `query()` plugin.
- Exploits ACL token for cross-org access.
Live Threat
Current exploitation, exposure, and threat context
This vulnerability in Velociraptor, allowing authenticated users to access data across different organizations, presents a moderate threat. While it requires existing access, the ability to escalate privileges within the application itself is a concern for environments using Velociraptor for sensitive data collection. The threat landscape is currently unclear due to a lack of public exploit information.
- Requires authenticated user access.
- No public exploit details observed.
- Limited external exposure likely.
Priority actions
Operational Fix
Recommended remediation, mitigation, and detection steps
Prioritize patching Velociraptor to version 0.76.3 or later to fix a critical vulnerability allowing authenticated users to bypass organizational access controls. If immediate patching is not feasible, implement strict access controls and monitor for unauthorized queries across all organizations.
- Update Velociraptor to 0.76.3+.
- Monitor for cross-org query activity.
- Restrict GUI user permissions.