CVE-2026-82279
8.1HyperDX · HyperDX
HyperDX versions up to 1.10.1 contain a missing authorization vulnerability that allows any authenticated team member to perform administrative actions on team management endpoints.
Executive summary
A critical missing authorization flaw in HyperDX allows any authenticated user to perform unauthorized administrative actions, including deleting owners and rotating API keys.
Vulnerability
The application fails to enforce role-based access controls within its team management API routes. Any authenticated user can trigger administrative functions, such as rotating API keys or deleting team members, by sending requests to specific PATCH and DELETE endpoints.
Business impact
The ability for a standard user to perform administrative tasks poses a severe risk to organizational security and data integrity. An attacker could rotate API keys to disrupt service integrations, delete team owners to gain control over administrative accounts, or rename teams to facilitate social engineering. With a CVSS score of 8.1, this vulnerability is classified as High severity and requires immediate attention to prevent unauthorized privilege escalation and potential service disruption.
Remediation
Immediate Action: Upgrade to the latest version of HyperDX where role-based access control checks have been correctly implemented for all team management endpoints.
Proactive Monitoring: Review API access logs for anomalous PATCH or DELETE requests directed at team management routes, particularly those originating from non-administrative user accounts.
Compensating Controls: Deploy a Web Application Firewall (WAF) to restrict access to sensitive /team/* API endpoints, ensuring only authorized administrative service accounts or users can interact with these routes.
Exploitation status
Public Exploit Available: No
Analyst recommendation
Given the ease with which an authenticated user can escalate privileges and compromise team management settings, this vulnerability presents a significant risk to internal security. Organizations should prioritize patching to the latest version immediately. In the interim, ensure that only trusted individuals are granted access to the HyperDX platform, as any user account can effectively function as an administrator.
Sources
Originally found and disclosed by George Chen, per the CVE Program record.
- GitHub Issue #2587 Issue tracker
- github.com
- Vulnerable code: team.ts Technical analysis
- VulnCheck Advisory: HyperDX Team Management Operations Missing Role-Based Access Control Third-party advisory