Analysis and contextual insights are available on OpenCVE Cloud.
No vendor fix or workaround currently provided.
Additional remediation guidance may be available on OpenCVE Cloud.
Tracking
Sign in to view the affected projects.
| Source | ID | Title |
|---|---|---|
Github GHSA |
GHSA-j48m-h7xq-2xpj | goshs: Share-link ?token=… redemption races past download limit |
Tue, 18 Aug 2026 15:15:00 +0000
| Type | Values Removed | Values Added |
|---|---|---|
| Description | goshs is a SimpleHTTPServer written in Go. Prior to version 2.1.0, `ShareHandler` reads the share token's `DownloadLimit` under `RLock`, releases the lock, serves the file, then re-acquires the lock to increment the counter. Concurrent requests all read the same `Downloaded`/`DownloadLimit` snapshot, all pass the check, and all are served — exceeding the operator's intended cap. Version 2.1.0 patches the issue. | |
| Title | goshs: Share-link ?token=… redemption races past download limit | |
| Weaknesses | CWE-362 | |
| References |
| |
| Metrics |
cvssV3_1
|
Subscriptions
No data.
Status: PUBLISHED
Assigner: GitHub_M
Published:
Updated: 2026-08-18T15:01:36.900Z
Reserved: 2026-06-03T18:49:32.275Z
Link: CVE-2026-50139
No data.
Status : Received
Published: 2026-08-18T15:16:54.733
Modified: 2026-08-18T15:16:54.733
Link: CVE-2026-50139
No data.
OpenCVE Enrichment
Updated: 2026-08-18T16:45:04Z
-
CWE-362
Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')
Github GHSA