Description
goshs is a feature-rich single-binary file server for red teamers and developers. Prior to 2.1.1, the httpserver/updown.go bulkDownload handler for ?bulk&file= ZIP downloads did not call findEffectiveACL or applyCustomAuth, allowing unauthenticated reads of files protected only by .goshs folder ACLs and block lists. This issue is fixed in version 2.1.1. This vulnerability exists due to an incomplete fix for CVE-2026-40189.
Published: 2026-07-28
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

goshs is a single‑binary file server that, before version 2.1.1, allowed anyone to download archived files via the ?bulk &file= route without enforcing ACL checks. This bypass lets attackers read files that are otherwise protected only by .goshs folder ACLs or block lists. The vulnerability stems from an incomplete fix of an earlier flaw. Because the bypass removes authentication checks, the primary impact is a confidentiality breach – an unauthenticated reader can obtain any file that resides in the server’s file system and is subject to the ACL mechanism.

Affected Systems

Vendors and products affected are goshs‑labs’ goshs single‑binary file server. All releases prior to v2.1.1 are vulnerable, including all 2.0.x and earlier releases.

Risk and Exploitability

The CVSS score of 7.5 classifies this as a high‑severity information‑disclosure flaw. The EPSS score is below 1 %, indicating a very low probability of exploitation at present. The vulnerability is listed in the CISA KEV catalog as not listed. Attackers can simply issue an unauthenticated HTTP GET to the bulk download endpoint to retrieve ZIP archives of protected files. No additional privileges or credentials are required, making the attack straightforward once the vulnerable version is running.

Generated by OpenCVE AI on August 3, 2026 at 14:08 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade goshs to version 2.1.1 or later, which restores missing authentication and authorization checks for the bulk download feature (addressing CWE‑862 and CWE‑863).
  • If an upgrade is not immediately possible, restrict access to the bulk download endpoint by firewall rules or reverse‑proxy configuration, limiting traffic to trusted IP ranges (prevents unauthenticated access, mitigating CWE‑862 and CWE‑863).
  • After applying the fix or restriction, review the server’s ACL configuration to ensure no unintended files remain unprotected and verify that the bulk download path no longer returns files lacking authorization (validates that authentication/authorization are properly enforced, addressing CWE‑862/CWE‑863).

Generated by OpenCVE AI on August 3, 2026 at 14:08 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-rmxw-pq4x-3fvh goshs: File-based .goshs ACL authorization bypass via the ?bulk zip-download route (unauthenticated read; residual of GHSA-wvhv-qcqf-f3cx)
History

Thu, 30 Jul 2026 15:45:00 +0000

Type Values Removed Values Added
First Time appeared Goshs
Goshs goshs
Vendors & Products Goshs
Goshs goshs

Wed, 29 Jul 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Tue, 28 Jul 2026 22:30:00 +0000

Type Values Removed Values Added
Description goshs is a feature-rich single-binary file server for red teamers and developers. Prior to 2.1.1, the httpserver/updown.go bulkDownload handler for ?bulk&file= ZIP downloads did not call findEffectiveACL or applyCustomAuth, allowing unauthenticated reads of files protected only by .goshs folder ACLs and block lists. This issue is fixed in version 2.1.1. This vulnerability exists due to an incomplete fix for CVE-2026-40189.
Title goshs: File-based .goshs ACL authorization bypass via the ?bulk zip-download route (unauthenticated read; residual of CVE-2026-40189)
Weaknesses CWE-862
CWE-863
References
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'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-29T12:32:38.975Z

Reserved: 2026-06-15T23:07:33.231Z

Link: CVE-2026-54719

cve-icon Vulnrichment

Updated: 2026-07-29T12:32:25.859Z

cve-icon NVD

Status : Deferred

Published: 2026-07-28T23:17:09.213

Modified: 2026-07-30T19:19:45.637

Link: CVE-2026-54719

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T14:15:05Z

Weaknesses