Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2023-45825

5.5 · MEDIUM
Published Oct 19, 2023 ydb CWE-532 EPSS 0.22% (12th pctl)

Overview

CVE-2023-45825 is a medium-severity vulnerability affecting ydb ydb-go-sdk. It was published on October 19, 2023 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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.

Remediation

Check the references section for vendor advisories and patches from ydb. Update ydb-go-sdk to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
ydb ydb-go-sdk >= 3.48.6, < 3.53.2 Affected

Frequently Asked Questions

What is CVE-2023-45825?

CVE-2023-45825 is a medium-severity vulnerability affecting ydb ydb-go-sdk. It was published on October 19, 2023 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2023-45825?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2023-45825?

Check the references section for vendor advisories and patches from ydb. Update ydb-go-sdk to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2023-45825?

CyberStrike's AI-powered security agents can automatically detect CVE-2023-45825 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.