CVE-2023-45825
Last modified
CVE-2023-45825 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. ydb-go-sdk is a pure Go native and database/sql driver for the YDB platform. Since ydb-go-sdk v3.48.6 if you use a custom credentials object (implementation of interface Credentials it may leak into logs. EPSS estimates a 0.22% chance of exploitation in the next 30 days.
Description
ydb-go-sdk is a pure Go native and database/sql driver for the YDB platform. Since ydb-go-sdk v3.48.6 if you use a custom credentials object (implementation of interface Credentials it may leak into logs. This happens because this object could be serialized into an error message using `fmt.Errorf("something went wrong (credentials: %q)", credentials)` during connection to the YDB server. If such logging occurred, a malicious user with access to logs could read sensitive information (i.e. credentials) information and use it to get access to the database. ydb-go-sdk contains this problem in versions from v3.48.6 to v3.53.2. The fix for this problem has been released in version v3.53.3. Users are advised to upgrade. Users unable to upgrade should implement the `fmt.Stringer` interface in your custom credentials type with explicit stringify of object state.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Ydb | Ydb-Go-Sdk | >= 3.48.6, < 3.53.2 |
References
- https://github.com/ydb-platform/ydb-go-sdk/pull/859Issue Tracking
- https://github.com/ydb-platform/ydb-go-sdk/pull/859Issue Tracking
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2023-45825?
How severe is CVE-2023-45825?
How do I fix CVE-2023-45825?
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-4582Due to large allocation checks in Angle for glsl shaders bei…8.8
- CVE-2023-45820Directus is a real-time API and App dashboard for managing S…6.5
- CVE-2023-45821Artifact Hub is a web-based application that enables finding…6.3
- CVE-2023-45822Artifact Hub is a web-based application that enables finding…5.3
- CVE-2023-45823Artifact Hub is a web-based application that enables finding…7.5
- CVE-2023-45824OroPlatform is a PHP Business Application Platform (BAP). A…4.3
- CVE-2023-45826Leantime is an open source project management system. A 'use…6.5
- CVE-2023-45827Dot diver is a lightweight, powerful, and dependency-free Ty…9.8
- CVE-2023-45828Missing Authorization vulnerability in RumbleTalk RumbleTalk…5.4
- CVE-2023-45829Auth. (contributor+) Stored Cross-Site Scripting (XSS) vulne…5.4
- CVE-2023-4583When checking if the Browsing Context had been discarded in …7.5
- CVE-2023-45830Improper Neutralization of Special Elements used in an SQL C…9.8
Are you affected by CVE-2023-45825?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
