CVE-2023-45825

Source
https://nvd.nist.gov/vuln/detail/CVE-2023-45825
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2023-45825.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2023-45825
Aliases
Related
Published
2023-10-19T19:15:16Z
Modified
2025-02-19T03:33:13.530244Z
Severity
  • 5.5 (Medium) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N CVSS Calculator
Summary
[none]
Details

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.

References

Affected packages

Git / github.com/ydb-platform/ydb-go-sdk

Affected ranges

Type
GIT
Repo
https://github.com/ydb-platform/ydb-go-sdk
Events

Affected versions

v3.*

v3.48.6
v3.48.7
v3.48.7-rc0
v3.48.8
v3.49.0
v3.49.1
v3.50.0
v3.51.0
v3.51.1
v3.51.2
v3.51.3
v3.51.3-rc0
v3.52.0
v3.52.1
v3.52.2
v3.52.3
v3.53.0
v3.53.1