CVE-2026-50139
MEDIUM
NVD
CVSS Score
5.9
Severity
MEDIUM
Published
Aug 18, 2026
Vendor
unknown
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.