CVE-2024-34715

LOW EPSS 19.3%
Published May 29, 20242y ago · Modified Jun 17, 20262w ago
3.3 CVSS 3.1
Low
Find Similar
Published May 29, 2024 2y ago
Last Modified Jun 17, 2026 2w ago

Description

Fides is an open-source privacy engineering platform. The Fides webserver requires a connection to a hosted PostgreSQL database for persistent storage of application data. If the password used by the webserver for this database connection includes special characters such as `@` and `$`, webserver startup fails and the part of the password following the special character is exposed in webserver error logs. This is caused by improper escaping of the SQLAlchemy password string. As a result users are subject to a partial exposure of hosted database password in webserver logs. The vulnerability has been patched in Fides version `2.37.0`. Users are advised to upgrade to this version or later to secure their systems against this threat. There are no known workarounds for this vulnerability.

CVSS Details

Base Score
3.3
Exploitability
1.8
Impact
1.4
Vector string
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
Attack Vector Local
Attack Complexity Low
Privileges Required Low
User Interaction None
Scope Unchanged
Confidentiality Low
Integrity None
Availability None

Threat Intelligence

EPSS Exploit Probability
19.3% percentile
Exploit & Patch Status
Public Exploit Known
Patch Available

Weaknesses 2

CWE-116
CWE-532

Affected Products 1

VendorProductVersionRange
ethycafides* <2.37.0

References 4

  • docs.sqlalchemy.org https://docs.sqlalchemy.org/en/14/core/engines.html#escaping-special-characters-such-as-signs-in-passwords
    Technical Description
  • github.com https://github.com/ethyca/fides/commit/6ab37b1ffe2b1a3bd35b706a82f78e061086141c
    Patch
  • github.com https://github.com/ethyca/fides/security/advisories/GHSA-8cm5-jfj2-26q7
    ExploitVendor Advisory
  • github.com https://github.com/sqlalchemy/sqlalchemy/discussions/6615
    Issue Tracking

Remediation

  • github.com https://github.com/ethyca/fides/commit/6ab37b1ffe2b1a3bd35b706a82f78e061086141c
    Patch