Security Advisory

CVE-2025-46816

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2025-05-06 18:41:58
Last updated 2025-05-06 19:23:18
Assigner GitHub_M
CVSS score 9.4
State PUBLISHED

Description

goshs is a SimpleHTTPServer written in Go. Starting in version 0.3.4 and prior to version 1.0.5, running goshs without arguments makes it possible for anyone to execute commands on the server. The function `dispatchReadPump` does not checks the option cli `-c`, thus allowing anyone to execute arbitrary command through the use of websockets. Version 1.0.5 fixes the issue.