SCA: security update for github.com/ydb-platform/ydb-go-sdk/v3 (GHSA-q24m-6h38-5xj8)

medium Tenable Cloud Security Plugin ID 417788

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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. (CVE-2023-45825)

See Also

https://github.com/advisories/GHSA-q24m-6h38-5xj8

Plugin Details

Severity: Medium

ID: 417788

Version: Revision 1.7

Type: Local

Family: SCA Checks

Published: 1/23/2025

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Low

Score: 3

Percentile: 23.51

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 4.6

Temporal Score: 3.4

Vector: CVSS2#AV:L/AC:L/Au:S/C:C/I:N/A:N

CVSS Score Source: CVE-2023-45825

CVSS v3

Risk Factor: Medium

Base Score: 5.5

Temporal Score: 4.8

Vector: CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 10/19/2023

Vulnerability Publication Date: 10/19/2023

Reference Information

CVE: CVE-2023-45825

cwe: CWE-532