GHSA-rhf7-wvw3-vjvm: goshs has Cross-Origin Arbitrary File Write via Missing CSRF on PUT and Wildcard CORS
The PUT upload handler (httpserver/updown.go) lacks the CSRF token validation that was added to the POST upload handler during the GHSA-jrq5-hg6x-j6g3 fix. Combined with the unconditional Access-Control-Allow-Origin: * on the OPTIONS preflight handler (httpserver/server.go), any website can write arbitrary files to a goshs instance through the victim’s browser — bypassing network isolation (e.g. localhost, internal network).
References
Code Behaviors & Features
Detect and mitigate GHSA-rhf7-wvw3-vjvm with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →