AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2023-32691

MEDIUM · CVSS 5.9 EPSS 0.57% Public Exploit

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

CyberRota Analysis

This is a medium severity vulnerability with a CVSS score of 5.9. 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-2023-32691
Severity
MEDIUM
CVSS
5.9
EPSS
0.57%

Original NVD Description

gost (GO Simple Tunnel) is a simple tunnel written in golang. Sensitive secrets such as passwords, token and API keys should be compared only using a constant-time comparison function. Untrusted input, sourced from a HTTP header, is compared directly with a secret. Since this comparison is not secure, an attacker can mount a side-channel timing attack to guess the password. As a workaround, this can be easily fixed using a constant time comparing function such as `crypto/subtle`'s `ConstantTimeCompare`.