DataHub is an open-source metadata platform. DataHub Frontend's sessions are configured using Play Framework's default settings for stateless session which do not set an expiration time for a cookie. Due to this, if a session cookie were ever leaked, it would be valid forever. DataHub uses a stateless session cookie that is not invalidated on logout, it is just removed from the browser forcing the user to login again. However, if an attacker extracted a cookie from an authenticated user it would continue to be valid as there is no validation on a time window the session token is valid for due to a combination of the usage of LegacyCookiesModule from Play Framework and using default settings which do not set an expiration time. All DataHub instances prior to the patch that have removed the datahub user, but not the default policies applying to that user are affected. Users are advised to update to version 0.12.1 which addresses the issue. There are no known workarounds for this vulnerability.
References
Link | Resource |
---|---|
https://github.com/datahub-project/datahub/security/advisories/GHSA-75p8-rgh2-r9mx | Exploit Third Party Advisory |
https://github.com/datahub-project/datahub/security/advisories/GHSA-75p8-rgh2-r9mx | Exploit Third Party Advisory |
Configurations
History
21 Nov 2024, 08:30
Type | Values Removed | Values Added |
---|---|---|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 4.2 |
References | () https://github.com/datahub-project/datahub/security/advisories/GHSA-75p8-rgh2-r9mx - Exploit, Third Party Advisory |
21 Nov 2023, 19:10
Type | Values Removed | Values Added |
---|---|---|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 4.8 |
CPE | cpe:2.3:a:datahub_project:datahub:*:*:*:*:*:*:*:* | |
First Time |
Datahub Project datahub
Datahub Project |
|
References | () https://github.com/datahub-project/datahub/security/advisories/GHSA-75p8-rgh2-r9mx - Exploit, Third Party Advisory |
14 Nov 2023, 01:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2023-11-14 01:15
Updated : 2024-11-21 08:30
NVD link : CVE-2023-47628
Mitre link : CVE-2023-47628
CVE.ORG link : CVE-2023-47628
JSON object : View
Products Affected
datahub_project
- datahub
CWE
CWE-613
Insufficient Session Expiration