DataHub is an open-source metadata platform. The HMAC signature for DataHub Frontend sessions was being signed using a SHA-1 HMAC with the frontend secret key. SHA1 with a 10 byte key can be brute forced using sufficient resources (i.e. state level actors with large computational capabilities). DataHub Frontend was utilizing the Play LegacyCookiesModule with default settings which utilizes a SHA1 HMAC for signing. This is compounded by using a shorter key length than recommended by default for the signing key for the randomized secret value. An authenticated attacker (or attacker who has otherwise obtained a session token) could crack the signing key for DataHub and obtain escalated privileges by generating a privileged session cookie. Due to key length being a part of the risk, deployments should update to the latest helm chart and rotate their session signing secret. All deployments using the default helm chart configurations for generating the Play secret key used for signing are affected by this vulnerability. Version 0.11.1 resolves this vulnerability. All users are advised to upgrade. There are no known workarounds for this vulnerability.
References
Link | Resource |
---|---|
https://github.com/datahub-project/datahub/security/advisories/GHSA-fg9x-wvqw-6gmw | Third Party Advisory |
https://github.com/datahub-project/datahub/security/advisories/GHSA-fg9x-wvqw-6gmw | Third Party Advisory |
Configurations
History
21 Nov 2024, 08:30
Type | Values Removed | Values Added |
---|---|---|
References | () https://github.com/datahub-project/datahub/security/advisories/GHSA-fg9x-wvqw-6gmw - Third Party Advisory | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 6.4 |
22 Nov 2023, 15:00
Type | Values Removed | Values Added |
---|---|---|
References | () https://github.com/datahub-project/datahub/security/advisories/GHSA-fg9x-wvqw-6gmw - Third Party Advisory | |
CPE | cpe:2.3:a:datahub_project:datahub:*:*:*:*:*:*:*:* | |
First Time |
Datahub Project datahub
Datahub Project |
|
CWE | CWE-327 | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 8.8 |
14 Nov 2023, 21:38
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2023-11-14 21:15
Updated : 2024-11-21 08:30
NVD link : CVE-2023-47640
Mitre link : CVE-2023-47640
CVE.ORG link : CVE-2023-47640
JSON object : View
Products Affected
datahub_project
- datahub
CWE
CWE-327
Use of a Broken or Risky Cryptographic Algorithm