CVE-2023-32691
Summary
| CVE | CVE-2023-32691 |
|---|---|
| State | PUBLIC |
| Assigner | [email protected] |
| Source Priority | CVE Program / NVD first with legacy fallback |
| Published | 2023-05-30 04:15:00 UTC |
| Updated | 2023-06-05 17:37:00 UTC |
| 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`. |
Risk And Classification
Problem Types: CWE-203
NVD Known Affected Configurations (CPE 2.3)
| Type | Vendor | Product | Version | Update | Edition | Language |
|---|---|---|---|---|---|---|
| Application | Go Simple Tunnel Project | Go Simple Tunnel | All | All | All | All |
References
| Reference | Source | Link | Tags |
|---|---|---|---|
| gost/auth.go at 1c62376e0880e4094bd3731e06bd4f7842638f6a · ginuerzh/gost · GitHub | MISC | github.com | |
| Timing Attack in ginuerzh/gost · Advisory · ginuerzh/gost · GitHub | MISC | github.com | |
| CVE Program record | CVE.ORG | www.cve.org | canonical |
| NVD vulnerability detail | NVD | nvd.nist.gov | canonical, analysis |
No vendor comments have been submitted for this CVE.
There are currently no legacy QID mappings associated with this CVE.