CVE-2023-45825

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.
Configurations

Configuration 1 (hide)

cpe:2.3:a:ydb:ydb-go-sdk:*:*:*:*:*:go:*:*

History

27 Oct 2023, 18:17

Type Values Removed Values Added
References (MISC) https://github.com/ydb-platform/ydb-go-sdk/pull/859 - (MISC) https://github.com/ydb-platform/ydb-go-sdk/pull/859 - Issue Tracking
References (MISC) https://github.com/ydb-platform/ydb-go-sdk/blob/v3.48.6/internal/balancer/balancer.go#L71 - (MISC) https://github.com/ydb-platform/ydb-go-sdk/blob/v3.48.6/internal/balancer/balancer.go#L71 - Product
References (MISC) https://github.com/ydb-platform/ydb-go-sdk/blob/master/credentials/credentials.go#L10 - (MISC) https://github.com/ydb-platform/ydb-go-sdk/blob/master/credentials/credentials.go#L10 - Product
References (MISC) https://github.com/ydb-platform/ydb-go-sdk/security/advisories/GHSA-q24m-6h38-5xj8 - (MISC) https://github.com/ydb-platform/ydb-go-sdk/security/advisories/GHSA-q24m-6h38-5xj8 - Vendor Advisory
CPE cpe:2.3:a:ydb:ydb-go-sdk:*:*:*:*:*:go:*:*
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 5.5
CWE CWE-532
First Time Ydb
Ydb ydb-go-sdk

19 Oct 2023, 19:36

Type Values Removed Values Added
New CVE

Information

Published : 2023-10-19 19:15

Updated : 2024-02-28 20:33


NVD link : CVE-2023-45825

Mitre link : CVE-2023-45825

CVE.ORG link : CVE-2023-45825


JSON object : View

Products Affected

ydb

  • ydb-go-sdk
CWE
CWE-532

Insertion of Sensitive Information into Log File