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

Impact

This vulnerability is a directory traversal flaw (CWE-22) 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 CVSS score of 7.5 indicates high severity, with no publicly known exploit and a very low EPSS score of less than 1%, meaning the likelihood of exploitation is low. The vulnerability is not listed in the CISA KEV catalog. Based on the description, the likely attack vector is remote over HTTP without authentication. A remote attacker can craft requests against the api/hermes/download endpoint and read files outside the intended directory, potentially exposing sensitive configuration or credential information.

Generated by OpenCVE AI on August 18, 2026 at 19:05 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 19:05 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 18 Aug 2026 19: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

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

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

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


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-18T15:45:14.997Z

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

Link: CVE-2026-67918

cve-icon Vulnrichment

Updated: 2026-08-18T15:45:10.042Z

cve-icon NVD

Status : Received

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

Modified: 2026-08-18T16:18:14.853

Link: CVE-2026-67918

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-22

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