CVE-2024-34715

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.
Configurations

No configuration.

History

29 May 2024, 17:16

Type Values Removed Values Added
New CVE

Information

Published : 2024-05-29 17:16

Updated : 2024-05-29 19:50


NVD link : CVE-2024-34715

Mitre link : CVE-2024-34715

CVE.ORG link : CVE-2024-34715


JSON object : View

Products Affected

No product.

CWE
CWE-116

Improper Encoding or Escaping of Output

CWE-532

Insertion of Sensitive Information into Log File