LiveActive security incident?Get immediate response
CVE Record

CVE-2026-66064: goshs has ACL Bypass & Path Traversal

goshs is a feature-rich single-binary file server for red teamers and developers. Prior to 2.1.5, the httpserver/handler.go sendFile handler opened files using a cleaned path but derived the authorization filename from raw req.URL.Path, so a trailing slash could bypass .goshs ACL-file protection and block-list checks. This issue is fixed in version 2.1.5.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

goshs versions before 2.1.5 can expose files that access-control rules were intended to protect. An unauthenticated remote requester may bypass certain ACL-file and block-list checks by exploiting inconsistent path handling. The documented impact is limited confidentiality loss, not file modification or service disruption.

Executive priority

Prioritize internet-facing or sensitive-data deployments for prompt upgrade. This is not documented as actively exploited, but unauthenticated remote access and simple path handling make delayed remediation avoidable. Lower-exposure internal instances can follow normal expedited patching after confirming network restrictions.

Technical view

The sendFile handler opened files using a cleaned path while performing authorization checks against the raw request path. A trailing slash could therefore make authorization evaluate a different filename, bypassing protection for .goshs ACL files and blocked paths. The issue is remotely reachable, requires no privileges or user interaction, and is fixed in 2.1.5.

Likely exposure

Exposure is likely where goshs earlier than 2.1.5 serves content to untrusted networks and relies on .goshs ACL files or block lists. Internet-facing and shared development instances deserve prompt review. The supplied sources do not establish how widely vulnerable deployments exist.

Exploitation context

The CVSS 3.1 score is 5.3: network-accessible, low complexity, unauthenticated, and confidentiality-only impact. The supplied record is not in KEV and provides no evidence of active exploitation. Practical impact depends on whether protected files or paths contain sensitive information.

Researcher notes

The flaw reflects an authorization canonicalization mismatch, categorized as CWE-41 and CWE-863. Validation should compare the path representation used for file resolution with the representation used for access decisions. The supplied evidence supports ACL and block-list bypass; it does not establish broader arbitrary-file access or integrity impact.

Mitigation direction

  • Upgrade goshs to version 2.1.5 or later.
  • Restrict untrusted network access until affected instances are upgraded.
  • Review served directories for sensitive ACL files and blocked content.
  • Follow the vendor advisory for any additional deployment-specific guidance.

Validation and detection

  • Inventory all goshs deployments and confirm their running versions.
  • Verify every exposed instance runs version 2.1.5 or later.
  • Identify instances relying on .goshs ACL files or block lists.
  • Review access logs for unusual requests involving protected paths and trailing slashes.
  • Confirm sensitive content is no longer reachable through unauthorized requests.
Prepared
Confidence
high
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-41: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cwe · medium confidence lookup

CWE-863: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

File access behavior lookup

The CVE wording references file access or upload behavior, so file telemetry and web shell review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2026-66064 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
5.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
3Timeline events
1ADP providers
4Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: yesTechnical Impact: partial

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
5.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N3.91.4GitHub_M

Vulnerability scoring details

Base CVSS 3.1 score

5.3Medium
CVSS 3.1 vector shape for CVE-2026-66064Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
goshs-labsgoshs< 2.1.5Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-41 · source CWE mapping

Improper Resolution of Path Equivalence

Improper Resolution of Path Equivalence represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.

CWE-863 · source CWE mapping

Incorrect Authorization

Incorrect Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.