Lucene search
+L

170 matches found

Positive Technologies
Positive Technologies
added 2026/05/07 12:00 a.m.24 views

PT-2026-38622

Name of the Vulnerable Software and Affected Versions note-mark affected versions not specified Description The application does not enforce a minimum length or entropy for the JWT SECRET configuration value, accepting any base64-decodable secret regardless of size. In backend/config/utils.go, th...

10CVSS5.8AI score0.00124EPSS
SaveExploits0
Snyk
Snyk
added 2026/05/06 10:26 p.m.26 views

Improper Authentication

Overview fast-jwt is a Fast JSON Web Token implementation Affected versions of this package are vulnerable to Improper Authentication in the async key resolver when it returns an empty string or zero-length buffer. An attacker can gain unauthorized access and assume arbitrary identities by forgin...

9.1CVSS5.9AI score0.00237EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/05/06 10:26 p.m.33 views

fast-jwt: JWT auth bypass due to empty HMAC secret accepted by async key resolver

Summary A critical authentication-bypass vulnerability in fast-jwt's async key-resolver flow allows any unauthenticated attacker to forge arbitrary JWTs that are accepted as authentic. When the application's key resolver returns an empty string '', for example via the common keysdecoded.header.ki...

9.1CVSS6AI score0.00237EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/28 6:30 p.m.21 views

Netmaker does not verify JWT signatures for host tokens

Netmaker by Gravitl is an open-source WireGuard-based networking platform for creating and managing virtual overlay networks. The VerifyHostToken function in logic/jwts.go does not validate the JWT signature when verifying host tokens. After calling jwt.ParseWithClaims, the function only checks...

8.2CVSS5.8AI score0.00298EPSS
SaveExploits1References4Affected Software1
NVD
NVD
added 2026/04/28 4:16 p.m.9 views

CVE-2026-38651

Authentication Bypass vulnerability exists in Netmaker versions prior to 1.5.0. The VerifyHostToken function in logic/jwts.go fails to validate the JWT signature when verifying host tokens. An attacker can forge a JWT signed with any arbitrary key and use it to impersonate any host in the network...

8.2CVSS0.00298EPSS
SaveExploits1References4
CNNVD
CNNVD
added 2026/04/28 12:00 a.m.20 views

Gravitl Netmaker 数据伪造问题漏洞

Gravitl Netmaker is a platform developed by the American company Gravitl, which uses WireGuard to create and manage fast, secure, and dynamic virtual overlay networks. It is used to create and control automated virtual networks. Versions of Gravitl Netmaker prior to 1.5.0 contained a data...

8.2CVSS5.8AI score0.00298EPSS
SaveExploits1References2
EUVD
EUVD
added 2026/04/28 12:00 a.m.18 views

EUVD-2026-26062

Authentication Bypass vulnerability exists in Netmaker versions prior to 1.5.0. The VerifyHostToken function in logic/jwts.go fails to validate the JWT signature when verifying host tokens. An attacker can forge a JWT signed with any arbitrary key and use it to impersonate any host in the network...

8.2CVSS5.4AI score0.00298EPSS
SaveExploits1References3
Cvelist
Cvelist
added 2026/04/28 12:00 a.m.38 views

CVE-2026-38651

Authentication Bypass vulnerability exists in Netmaker versions prior to 1.5.0. The VerifyHostToken function in logic/jwts.go fails to validate the JWT signature when verifying host tokens. An attacker can forge a JWT signed with any arbitrary key and use it to impersonate any host in the network...

0.00298EPSS
SaveExploits1References3
Positive Technologies
Positive Technologies
added 2026/04/24 12:00 a.m.31 views

PT-2026-35027

Name of the Vulnerable Software and Affected Versions AWS Ops Wheel affected versions not specified Description Missing JWT signature verification allows unauthenticated attackers to forge JWT tokens and gain unintended administrative access to the application. This enables the ability to read,...

9.8CVSS5.3AI score0.00254EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2026/04/08 7:41 p.m.6 views

CVE-2026-39413 LightRAG has a JWT Algorithm Confusion Vulnerability in LightRAG API

LightRAG provides simple and fast retrieval-augmented generation. Prior to 1.4.14, the LightRAG API is vulnerable to a JWT algorithm confusion attack where an attacker can forge tokens by specifying 'alg': 'none' in the JWT header. Since the jwt.decode call does not explicitly deny the 'none'...

4.2CVSS5.9AI score0.00174EPSS
SaveExploits1References1
OSV
OSV
added 2026/04/08 7:41 p.m.11 views

CVE-2026-39413 LightRAG has a JWT Algorithm Confusion Vulnerability in LightRAG API

LightRAG provides simple and fast retrieval-augmented generation. Prior to 1.4.14, the LightRAG API is vulnerable to a JWT algorithm confusion attack where an attacker can forge tokens by specifying 'alg': 'none' in the JWT header. Since the jwt.decode call does not explicitly deny the 'none'...

4.2CVSS5.9AI score
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/04/03 4:59 p.m.12 views

CVE-2026-33746

Convoy is a KVM server management panel for hosting businesses. From version 3.9.0-beta to before version 4.5.1, the JWTService::decode method did not verify the cryptographic signature of JWT tokens. While the method configured a symmetric HMAC-SHA256 signer via lcobucci/jwt, it only validated...

9.8CVSS5.9AI score0.003EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/03/27 10:51 p.m.10 views

CVE-2026-33504

Ory Hydra is an OAuth 2.0 Server and OpenID Connect Provider. Prior to version 26.2.0, the listOAuth2Clients, listOAuth2ConsentSessions, and listTrustedOAuth2JwtGrantIssuers Admin APIs in Ory Hydra are vulnerable to SQL injection due to flaws in its pagination implementation. Pagination tokens ar...

7.2CVSS6.2AI score0.0035EPSS
SaveExploits0References1
CVE
CVE
added 2026/03/26 6:37 p.m.60 views

CVE-2026-33505

Ory Keto (GetRelationships API) is vulnerable to SQL injection before version 26.2.0 due to flaws in pagination. Pagination tokens are encrypted with secrets.pagination; if an attacker knows this secret, they can forge tokens that inject SQL. If secrets.pagination is not set, a public default sec...

7.2CVSS6.2AI score0.00229EPSS
SaveExploits0References1Affected Software1
Vulnrichment
Vulnrichment
added 2026/03/26 5:38 p.m.3 views

CVE-2026-33504 Ory Hydra has a SQL injection via forged pagination tokens

Ory Hydra is an OAuth 2.0 Server and OpenID Connect Provider. Prior to version 26.2.0, the listOAuth2Clients, listOAuth2ConsentSessions, and listTrustedOAuth2JwtGrantIssuers Admin APIs in Ory Hydra are vulnerable to SQL injection due to flaws in its pagination implementation. Pagination tokens ar...

7.2CVSS6.2AI score0.0035EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/03/26 5:38 p.m.9 views

CVE-2026-33504

Ory Hydra is an OAuth 2.0 Server and OpenID Connect Provider. Prior to version 26.2.0, the listOAuth2Clients, listOAuth2ConsentSessions, and listTrustedOAuth2JwtGrantIssuers Admin APIs in Ory Hydra are vulnerable to SQL injection due to flaws in its pagination implementation. Pagination tokens ar...

7.2CVSS6.2AI score0.0035EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2026/03/24 7:05 p.m.30 views

CVE-2026-33322 MinIO: JWT Algorithm Confusion in OIDC Authentication

MinIO is a high-performance object storage system. From RELEASE.2022-11-08T05-27-07Z to before RELEASE.2026-03-17T21-25-16Z, a JWT algorithm confusion vulnerability in MinIO's OpenID Connect authentication allows an attacker who knows the OIDC ClientSecret to forge arbitrary identity tokens and...

9.2CVSS0.0041EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2026/03/24 12:00 a.m.13 views

MinIO 授权问题漏洞

MinIO is an open-source object storage server developed by the American company MinIO. This product supports the creation of infrastructures for machine learning, analysis, and application data workloads. Versions of MinIO prior to RELEASE.2022-11-08T05-27-07Z to RELEASE.2026-03-17T21-25-16Z...

9.8CVSS6.5AI score0.0041EPSS
SaveExploits0References1
OSV
OSV
added 2026/03/23 6:16 p.m.9 views

GO-2026-4800 Ory Keto has a SQL injection via forged pagination tokens in github.com/ory/keto

Ory Keto has a SQL injection via forged pagination tokens in github.com/ory/keto...

7.2CVSS5.9AI score0.00229EPSS
SaveExploits0References1
Snyk
Snyk
added 2026/03/20 8:55 p.m.4 views

SQL Injection

Overview Affected versions of this package are vulnerable to SQL Injection via the GetRelationships API when a forged pagination token is provided. An attacker can execute arbitrary SQL queries by submitting crafted pagination tokens if the secrets.pagination configuration is not set or is known ...

8.6CVSS6.2AI score0.00229EPSS
SaveExploits0References2
Rows per page
Query Builder