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.
Published: 2026-07-21
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability in exo‑explore exo 1.0.69 allows a remote attacker to call the GET /state and DELETE /instance/{instance_id} endpoints without authentication. The lack of authentication permits the attacker to read state information and delete or alter instances, effectively escalating privileges within the application. This flaw is classified as CWE‑306, an authentication bypass weakness.

Affected Systems

exo‑explore exo 1.0.69.

Risk and Exploitability

The CVSS score of 7.5 indicates high severity, while the EPSS score of less than 1% suggests a low likelihood of exploitation in the wild. The vulnerability is not listed in the CISA KEV catalog. Based on the description, the likely attack vector is remote access over HTTP to the unauthenticated /state and /instance endpoints.

Generated by OpenCVE AI on August 4, 2026 at 17:58 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Restrict external network access to the exo‑explore service or block the /state and /instance endpoints with firewall rules or reverse‑proxy authentication.
  • Upgrade to a patched version that enforces authentication on those endpoints; if no official patch is available, follow the vendor’s recommendations.
  • Disable or harden the GET /state and DELETE /instance/{instance_id} endpoints, or implement a temporary authentication barrier such as an API key or basic authentication.
  • Monitor application logs for unexpected requests to the /state and /instance URLs and alert on repeated attempts.

Generated by OpenCVE AI on August 4, 2026 at 17:58 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 04 Aug 2026 18:15:00 +0000

Type Values Removed Values Added
Title Unauthenticated HTTP endpoints enable privilege escalation in exo‑explore exo

Thu, 30 Jul 2026 18:30:00 +0000

Type Values Removed Values Added
Title Unauthenticated HTTP endpoints enable privilege escalation in exo‑explore exo

Wed, 29 Jul 2026 00:45:00 +0000

Type Values Removed Values Added
Title Unauthenticated Privilege Escalation in exo‑explore exo 1.0.69

Fri, 24 Jul 2026 05:00:00 +0000

Type Values Removed Values Added
Title Unauthenticated Privilege Escalation in exo‑explore exo 1.0.69

Thu, 23 Jul 2026 10:45:00 +0000

Type Values Removed Values Added
First Time appeared Exo-explore
Exo-explore exo
Vendors & Products Exo-explore
Exo-explore exo

Wed, 22 Jul 2026 18:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-306
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 21 Jul 2026 20:15:00 +0000

Type Values Removed Values Added
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.
References

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-07-22T17:47:44.921Z

Reserved: 2026-06-07T00:00:00.000Z

Link: CVE-2026-50759

cve-icon Vulnrichment

Updated: 2026-07-22T17:47:29.555Z

cve-icon NVD

Status : Deferred

Published: 2026-07-21T20:17:02.163

Modified: 2026-07-22T20:50:36.493

Link: CVE-2026-50759

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T18:00:14Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function