CVE-2023-32691

Source
https://nvd.nist.gov/vuln/detail/CVE-2023-32691
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2023-32691.json
Aliases
Published
2023-05-30T04:15:09Z
Modified
2023-11-29T09:58:22.850629Z
Details

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.

References

Affected packages

Git / github.com/ginuerzh/gost

Affected ranges

Type
GIT
Repo
https://github.com/ginuerzh/gost
Events
Introduced
0The exact introduced commit is unknown
Last affected

Affected versions

1.*

1.0

2.*

2.0
2.0-preview
2.0-rc
2.0-rc2
2.0-rc3
2.1
2.1-rc1

v1.*

v1.0
v1.1
v1.2
v1.3
v1.4
v1.5
v1.6
v1.7
v1.8

v2.*

v2.10.0
v2.10.1
v2.11.0
v2.11.1
v2.11.2
v2.11.3
v2.11.4
v2.11.5
v2.2
v2.2-rc1
v2.2-rc2
v2.3
v2.3-dev
v2.3-rc1
v2.3-rc2
v2.4
v2.4-dev
v2.4-rc1
v2.4-rc2
v2.5
v2.5-rc1
v2.5-rc2
v2.6
v2.6-rc1
v2.6.1
v2.7.0
v2.7.1
v2.7.2
v2.8.0
v2.8.1
v2.8.2
v2.9.0
v2.9.1
v2.9.2