Description
Goploy is an open-source automation deployment system. Prior to version 1.18.0, a severe path traversal vulnerability exists in its backend API endpoints, specifically /deploy/fileDiff (File Compare), when handling file paths provided by the client. This issue has been patched in version 1.18.0.
Published: 2026-08-31
Score: 7.7 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Goploy, an open-source automation deployment system, has a severe path traversal flaw in the /deploy/fileDiff API endpoint that allows an attacker to read arbitrary files on the server, potentially exposing sensitive data and enabling further exploitation. The vulnerability arises from insufficient validation of client‑supplied file paths, leading to information disclosure (CWE‑200) and path traversal (CWE‑22). An attacker who can send crafted requests to the API can retrieve any file readable by the process, including configuration files, credentials, or system binaries, thereby compromising the entire server.

Affected Systems

The flaw affects all versions of Goploy older than 1.18.0. The product is maintained by the vendor zhenorzz and is available as open-source software. Users running any pre‑1.18.0 release are susceptible.

Risk and Exploitability

The CVSS score of 7.7 indicates a high severity vulnerability that can be exploited remotely over the network when the /deploy/fileDiff endpoint is reachable. The EPSS score is not available, and the vulnerability is not listed in CISA’s KEV catalog. Based on the description, the likely attack vector involves sending a malicious request to the HTTP API from an external host, making the exploitation feasible in a connected network environment.

Generated by OpenCVE AI on August 31, 2026 at 20:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Goploy to version 1.18.0 or later, which patches the path traversal issue
  • If an upgrade is not immediately possible, restrict network access to the /deploy/fileDiff endpoint using firewall rules or network segmentation to limit exposure to trusted hosts
  • Implement additional input validation or a whitelist policy on the server to ensure that file paths processed by the endpoint are confined to allowed directories

Generated by OpenCVE AI on August 31, 2026 at 20:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-4g5x-hcwm-82jw Goploy: Arbitrary File Read via Path Traversal in /deploy/fileDiff allows Remote Server Compromise
History

Mon, 31 Aug 2026 21:45:00 +0000

Type Values Removed Values Added
First Time appeared Zhenorzz
Zhenorzz goploy
Vendors & Products Zhenorzz
Zhenorzz goploy

Mon, 31 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Mon, 31 Aug 2026 19:00:00 +0000

Type Values Removed Values Added
Description Goploy is an open-source automation deployment system. Prior to version 1.18.0, a severe path traversal vulnerability exists in its backend API endpoints, specifically /deploy/fileDiff (File Compare), when handling file paths provided by the client. This issue has been patched in version 1.18.0.
Title Goploy: Arbitrary File Read via Path Traversal in /deploy/fileDiff allows Remote Server Compromise
Weaknesses CWE-200
CWE-22
References
Metrics cvssV3_1

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


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-31T19:35:12.871Z

Reserved: 2026-06-09T18:13:07.263Z

Link: CVE-2026-53553

cve-icon Vulnrichment

Updated: 2026-08-31T19:34:51.365Z

cve-icon NVD

Status : Received

Published: 2026-08-31T19:16:51.030

Modified: 2026-08-31T20:17:05.567

Link: CVE-2026-53553

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-31T21:20:25Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-22

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