CVE-2023-32691

Source
https://cve.org/CVERecord?id=CVE-2023-32691
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2023-32691.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2023-32691
Aliases
Published
2023-05-30T03:06:06.080Z
Modified
2026-04-16T04:11:24.935969Z
Severity
  • 5.9 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:L/A:N CVSS Calculator
Summary
ginuerzh/gost vulnerable to Timing Attack
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.

Database specific
{
    "cwe_ids": [
        "CWE-203"
    ],
    "cna_assigner": "GitHub_M",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2023/32xxx/CVE-2023-32691.json"
}
References

Affected packages

Git / github.com/ginuerzh/gost

Affected ranges

Type
GIT
Repo
https://github.com/ginuerzh/gost
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Last affected
Database specific
{
    "source": "AFFECTED_FIELD",
    "extracted_events": [
        {
            "introduced": "0"
        },
        {
            "last_affected": "2.11.5"
        }
    ]
}

Affected versions

1.*
1.0
2.*
2.0
2.0-preview
2.0-rc
2.0-rc2
2.0-rc3
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-rc1
v2.3-rc2
v2.4-rc1
v2.4-rc2
v2.5
v2.5-rc1
v2.5-rc2
v2.6
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

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2023-32691.json"