You are viewing this page in an unauthorized frame window.
This is a potential security issue, you are being redirected to
https://nvd.nist.gov
An official website of the United States government
Official websites use .gov
A .gov website belongs to an official government organization in the United States.
Secure .gov websites use HTTPS
A lock () or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.
This CVE record has been updated after NVD enrichment efforts were completed. Enrichment data supplied by the NVD may require amendment due to these changes.
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.
Metrics
NVD enrichment efforts reference publicly available information to associate
vector strings. CVSS information contributed by other sources is also
displayed.
By selecting these links, you will be leaving NIST webspace.
We have provided these links to other web sites because they
may have information that would be of interest to you. No
inferences should be drawn on account of other sites being
referenced, or not, from this page. There may be other web
sites that are more appropriate for your purpose. NIST does
not necessarily endorse the views expressed, or concur with
the facts presented on these sites. Further, NIST does not
endorse any commercial products that may be mentioned on
these sites. Please address comments about this page to [email protected].
OR
*cpe:2.3:a:datahub_project:datahub:*:*:*:*:*:*:*:* versions up to (excluding) 0.8.45
Changed
Reference Type
https://codeql.github.com/codeql-query-help/java/java-missing-jwt-signature-check/ No Types Assigned
https://codeql.github.com/codeql-query-help/java/java-missing-jwt-signature-check/ Third Party Advisory
Changed
Reference Type
https://github.com/datahub-project/datahub/blob/aa146db611e3a4ca3aa17bb740783f789d4444d3/metadata-service/auth-impl/src/main/java/com/datahub/authentication/token/StatelessTokenService.java#L134 No Types Assigned
https://github.com/datahub-project/datahub/blob/aa146db611e3a4ca3aa17bb740783f789d4444d3/metadata-service/auth-impl/src/main/java/com/datahub/authentication/token/StatelessTokenService.java#L134 Exploit, Third Party Advisory
Changed
Reference Type
https://github.com/datahub-project/datahub/blob/aa146db611e3a4ca3aa17bb740783f789d4444d3/metadata-service/auth-impl/src/main/java/com/datahub/authentication/token/StatelessTokenService.java#L30 No Types Assigned
https://github.com/datahub-project/datahub/blob/aa146db611e3a4ca3aa17bb740783f789d4444d3/metadata-service/auth-impl/src/main/java/com/datahub/authentication/token/StatelessTokenService.java#L30 Exploit, Third Party Advisory
Changed
Reference Type
https://github.com/datahub-project/datahub/releases/tag/v0.8.45 No Types Assigned
https://github.com/datahub-project/datahub/releases/tag/v0.8.45 Third Party Advisory
Changed
Reference Type
https://github.com/datahub-project/datahub/security/advisories/GHSA-r8gm-v65f-c973 No Types Assigned
https://github.com/datahub-project/datahub/security/advisories/GHSA-r8gm-v65f-c973 Third Party Advisory
Quick Info
CVE Dictionary Entry: CVE-2022-39366 NVD
Published Date: 10/28/2022 NVD
Last Modified: 12/03/2025
Source: GitHub, Inc.