CVE-2026-50759
Received Received - Intake

Privilege Escalation in exo-explore exo via Unauthenticated Endpoints

Vulnerability report for CVE-2026-50759, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-21

Last updated on: 2026-07-21

Assigner: MITRE

Description

An issue in exo-explore exo 1.0.69 allows a remote attacker to escalate privileges via the GET /state and DELETE /instance/{instance_id} endpoints with no authentication.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-21
Last Modified
2026-07-21
Generated
2026-07-22
AI Q&A
2026-07-22
EPSS Evaluated
N/A
NVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
exo-explore exo 1.0.69
exo-explore exo to 1.0.69 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-50759 is a high-severity vulnerability in exo versions 1.0.69 and earlier. It allows remote attackers to escalate privileges by exploiting missing authentication on two REST API endpoints: GET /state and DELETE /instance/{instance_id}. An attacker can enumerate all running model instance IDs via the unauthenticated GET /state endpoint, then terminate each instance using DELETE requests without authentication. This two-step attack requires only network access and two simple HTTP requests per instance.

Detection Guidance

To detect this vulnerability, check if the GET /state and DELETE /instance/{instance_id} endpoints are accessible without authentication. Use curl commands like 'curl -v http://<target>/state' and 'curl -v -X DELETE http://<target>/instance/<id>' to test access. If responses include instance IDs or allow deletion without credentials, the system is vulnerable.

Impact Analysis

This vulnerability can lead to complete denial of service (DoS) by terminating all active inference services in a cluster. Attackers can disrupt availability with minimal effort, requiring only network access. Recovery involves manual re-creation of instances, which may include re-downloading large models. The attack is highly accessible and can be automated with simple scripts.

Compliance Impact

This vulnerability can severely impact compliance with GDPR and HIPAA by causing complete denial of service for inference services. Unauthorized termination of instances may lead to data processing disruptions, potential data loss, and unauthorized access to sensitive information during recovery. GDPR requires data integrity and availability, while HIPAA mandates service continuity for protected health information. The lack of authentication also raises concerns about unauthorized access to personal or health data during state enumeration.

Mitigation Strategies

Immediately restrict access to the affected endpoints by adding authentication. Update exo to a patched version if available. Implement rate limiting and separate read-only state inspection from instance management. Block external access to these endpoints if not required.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-50759. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart