AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2025-46816

CRITICAL · CVSS 9.4 EPSS 0.64% Public Exploit

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2025-05-06 · Last synced 2026-08-04

CyberRota Analysis

This is a critical severity vulnerability with a CVSS score of 9.4. Public exploit code or proof-of-concept references have been detected in its references.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2025-46816
Severity
CRITICAL
CVSS
9.4
EPSS
0.64%

Original NVD 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.