Back to overview

CVE-2022-39366

CRITICAL Exploitation: PoC
9.9
CVSS 3.1
Description
DataHub is an open-source metadata platform. Prior to version 0.8.45, the `StatelessTokenService` of the DataHub metadata service (GMS) does not verify the signature of JWT tokens. This allows an attacker to connect to DataHub instances as any user if Metadata Service authentication is enabled. This vulnerability occurs because the `StatelessTokenService` of the Metadata service uses the `parse` method of `io.jsonwebtoken.JwtParser`, which does not perform a verification of the cryptographic token signature. This means that JWTs are accepted regardless of the used algorithm. This issue may lead to an authentication bypass. Version 0.8.45 contains a patch for the issue. There are no known workarounds.

Metadata

CVE ID
CVE-2022-39366
State
PUBLISHED
Assigner
GitHub_M
Reserved
2022-09-02 00:00 UTC
Published
2022-10-28 00:00 UTC
Last updated
2025-04-22 17:16 UTC
Primary CWE
CWE-303
CWE-303: Incorrect Implementation of Authentication Algorith…
Vendor / Product
datahub-project / datahub
Sources
cve.org  ·  NVD

Severity & Metrics

9.9 CRITICAL CVSS 3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:H/A:L
SSVC — CISA Coordinator
Exploitation
PoC
Automatable
yes
Tech. Impact
partial
Affected products (1)
VendorProductPlatformVersions
datahub-project datahub < 0.8.45
Weakness (CWE)
CWESourceDescription
CWE-287 cna CWE-287: Improper Authentication
CWE-303 cna CWE-303: Incorrect Implementation of Authentication Algorithm
CVSS scores (1)
ScoreSeverityVersionSourceVector
9.9 CRITICAL 3.1 cna CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:H/A:L
Back to overview