Description
Directory Traversal vulnerability in hermes-studio v.0.6.26 allows a remote attacker to obtain sensitive information via the validatePath function in api/hermes/download endpoint
Published: 2026-08-17
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

This vulnerability is a directory traversal flaw discovered in Hermes Studio version 0.6.26. The flaw resides in the validatePath function of the api/hermes/download endpoint, which fails to properly sanitize user-supplied path components. As a result, a remote attacker can craft a request that instructs the server to read files located outside the intended directory tree. The exposed files may contain configuration data, credentials, or other sensitive information, leading to potential compromise of the underlying system.

Affected Systems

Hermes Studio version 0.6.26 is affected; no vendor information is supplied by the CNA data.

Risk and Exploitability

The EPSS score is not available and the vulnerability is not listed in the CISA KEV catalog, indicating that no publicly known exploit has been reported to date. Based on the description, the attack vector is inferred to be remote over HTTP, and it likely does not require authentication. The potential impact is significant because arbitrary file disclosure can expose credentials and configuration secrets. While CVSS metrics are not provided, the nature of the flaw suggests a high severity risk in the absence of mitigations.

Generated by OpenCVE AI on August 18, 2026 at 00:12 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Hermes Studio to a version in which the validatePath function has been fixed.
  • If an upgrade is not immediately possible, restrict the api/hermes/download endpoint to authenticated users or a limited set of trusted IP addresses to limit exposure.
  • Implement server-side input validation that rejects any path traversal characters (such as '..') before processing download requests.

Generated by OpenCVE AI on August 18, 2026 at 00:12 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 18 Aug 2026 00:30:00 +0000

Type Values Removed Values Added
Title Directory Traversal Vulnerability in Hermes Studio v0.6.26 Enables Remote Sensitive Information Disclosure via Download Endpoint
Weaknesses CWE-22

Mon, 17 Aug 2026 22:00:00 +0000

Type Values Removed Values Added
Description Directory Traversal vulnerability in hermes-studio v.0.6.26 allows a remote attacker to obtain sensitive information via the validatePath function in api/hermes/download endpoint
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-08-17T21:48:19.886Z

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

Link: CVE-2026-67918

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-17T22:17:25.910

Modified: 2026-08-17T22:17:25.910

Link: CVE-2026-67918

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T00:15:03Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')