CVE-2023-32691
Last modified
CVE-2023-32691 is a medium-severity vulnerability rated 5.9/10 on the CVSS scale. 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. EPSS estimates a 0.57% chance of exploitation in the next 30 days.
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`.
Metrics
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Go Simple Tunnel Project | Go Simple Tunnel | <= 2.11.5 |
References
- https://github.com/ginuerzh/gost/security/advisories/GHSA-qjrq-hm79-49wwExploit, Vendor Advisory
- https://github.com/ginuerzh/gost/security/advisories/GHSA-qjrq-hm79-49wwExploit, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2023-32691?
How severe is CVE-2023-32691?
How do I fix CVE-2023-32691?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2023
- CVE-2023-32686Kiwi TCMS is an open source test management system for both …5.4
- CVE-2023-32687tgstation-server is a toolset to manage production BYOND ser…6.5
- CVE-2023-32688parse-server-push-adapter is the official Push Notification …7.5
- CVE-2023-32689Parse Server is an open source backend that can be deployed …6.5
- CVE-2023-3269A vulnerability exists in the memory management subsystem of…7.8
- CVE-2023-32690libspdm is a sample implementation that follows the DMTF SPD…7.5
- CVE-2023-32692CodeIgniter is a PHP full-stack web framework. This vulnerab…9.8
- CVE-2023-32693Decidim is a participatory democracy framework, written in R…6.1
- CVE-2023-32694Saleor Core is a composable, headless commerce API. Saleor's…5.4
- CVE-2023-32695socket.io parser is a socket.io encoder and decoder written …7.5
- CVE-2023-32696CKAN is an open-source data management system for powering d…8.8
- CVE-2023-32697SQLite JDBC is a library for accessing and creating SQLite d…9.8
Are you affected by CVE-2023-32691?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
