GHSA-q24m-6h38-5xj8 · Severity: medium · Ecosystem: go — ydb-go-sdk token in custom credentials object can leak through logs
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.
Conclusion & alert: CVE-2023-45825 is rated Low Risk (26.4/100): CVSS Medium severity, with low exploitation likelihood (EPSS 0.22%). Mandatory action: Monitor for updates and reassess as exploit intelligence or EPSS changes.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.13% | 0.22% | +0.09% |
| 2 | 2025-06-24 | 0.18% | 0.13% | -0.04% |
| 3 | 2025-04-15 | — | 0.18% | — |
Full EPSS history (5 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 5.5 | 3.1 | MEDIUM |
|
1.8 | 3.6 | [email protected] |
| 5.5 | 3.1 | MEDIUM |
|
1.8 | 3.6 | [email protected] |
GHSA-q24m-6h38-5xj8 · Severity: medium · Ecosystem: go — ydb-go-sdk token in custom credentials object can leak through logs
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| ydb | ydb-go-sdk | >= 3.48.6, < 3.53.2 | cpe:2.3:a:ydb:ydb-go-sdk:*:*:*:*:*:go:*:* |