Lucene search

K
prionPRIOn knowledge basePRION:CVE-2023-32691
HistoryMay 30, 2023 - 4:15 a.m.

Design/Logic Flaw

2023-05-3004:15:00
PRIOn knowledge base
www.prio-n.com
5
design flaw
logic flaw
gost tunnel
golang
sensitive secrets
constant-time comparison
http header
side-channel attack
crypto/subtle
nvd

5.6 Medium

AI Score

Confidence

High

0.001 Low

EPSS

Percentile

48.7%

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.

CPENameOperatorVersion
go_simple_tunnelle2.11.5

5.6 Medium

AI Score

Confidence

High

0.001 Low

EPSS

Percentile

48.7%

Related for PRION:CVE-2023-32691