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
Affected Vendors & Products
References
History
No history.
MITRE
Status: PUBLISHED
Assigner: GitHub_M
Published: 2023-10-19T18:22:31.034Z
Updated: 2024-09-12T17:52:08.400Z
Reserved: 2023-10-13T12:00:50.438Z
Link: CVE-2023-45825
Vulnrichment
Updated: 2024-08-02T20:29:32.399Z
NVD
Status : Modified
Published: 2023-10-19T19:15:16.043
Modified: 2024-11-21T08:27:26.060
Link: CVE-2023-45825
Redhat
No data.