Lucene search
+L

3680 matches found

NVD
NVD
added 2026/08/17 11:16 a.m.9 views

CVE-2026-74893

opensslencrypt versions before 1.4.0 contain hardcoded default JWT signing secrets in config.py that pass validation checks. Attackers with access to source code can forge valid JWT tokens for any clientid to gain authenticated access to keyserver and telemetry APIs...

8.8CVSS0.00264EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/17 11:04 a.m.11 views

CVE-2026-74893 openssl_encrypt before 1.4.0 JWT Token Forgery via Hardcoded Secrets

opensslencrypt versions before 1.4.0 contain hardcoded default JWT signing secrets in config.py that pass validation checks. Attackers with access to source code can forge valid JWT tokens for any clientid to gain authenticated access to keyserver and telemetry APIs...

8.7CVSS5.5AI score
SaveExploits0References4
EUVD
EUVD
added 2026/08/17 11:04 a.m.11 views

EUVD-2026-60112

opensslencrypt versions before 1.4.0 contain hardcoded default JWT signing secrets in config.py that pass validation checks. Attackers with access to source code can forge valid JWT tokens for any clientid to gain authenticated access to keyserver and telemetry APIs...

8.8CVSS5.3AI score0.00264EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/17 11:04 a.m.49 views

CVE-2026-74893 openssl_encrypt before 1.4.0 JWT Token Forgery via Hardcoded Secrets

opensslencrypt versions before 1.4.0 contain hardcoded default JWT signing secrets in config.py that pass validation checks. Attackers with access to source code can forge valid JWT tokens for any clientid to gain authenticated access to keyserver and telemetry APIs...

8.8CVSS0.00264EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/08/17 11:04 a.m.24 views

CVE-2026-74893

opensslencrypt versions before 1.4.0 contain hardcoded default JWT signing secrets in config.py that pass validation checks. Attackers with access to source code can forge valid JWT tokens for any clientid to gain authenticated access to keyserver and telemetry APIs...

8.8CVSS5.3AI score0.00264EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/17 11:04 a.m.29 views

CVE-2026-74893

openssl_encrypt (PyPI package) versions before 1.4.0 hardcode default JWT signing secrets in config.py that bypass validation checks. Anyone with source-code access can forge valid JWT tokens for any client_id, gaining authenticated access to keyserver and telemetry APIs. CVSS 3.1 score is 8.8 (H...

8.8CVSS5.3AI score0.00264EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2026/08/17 5:54 a.m.8 views

BIT-SEAWEEDFS-2026-72921 SeaweedFS: Filer JWT allowed_prefixes literal prefix match allows cross-tenant access to sibling paths

SeaweedFS is a distributed storage system. Prior to 4.24, the weed/server/filerserverhandlers.go allowedprefixes authorization check used strings.HasPrefix on raw path strings, so a filer JWT scoped to /tenant1 also authorized sibling paths such as /tenant1234, /tenant1-old, and /tenant1backup,...

8.1CVSS5.5AI score0.00238EPSS
SaveExploits0References5
NVD
NVD
added 2026/08/16 6:16 a.m.10 views

CVE-2026-19714

The Simple JWT Login WordPress plugin before 3.6.8 does not validate the audience of the Google identity tokens it accepts, allowing unauthenticated users to authenticate as any user whose email address such a token carries, up to and including an administrator. Every site with the Simple JWT Log...

9.1CVSS0.00324EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/16 6:00 a.m.52 views

CVE-2026-19714

The Simple JWT Login WordPress plugin (before 3.6.8) fails to validate the aud claim of Google id_tokens, so any unauthenticated attacker can submit a token carrying an arbitrary email and log in as that user, including administrators. CVSS 9.1 (network, no auth required). CISA flags it as exploi...

9.1CVSS5.2AI score0.00324EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/16 6:00 a.m.10 views

EUVD-2026-59916

The Simple JWT Login WordPress plugin before 3.6.8 does not validate the audience of the Google identity tokens it accepts, allowing unauthenticated users to authenticate as any user whose email address such a token carries, up to and including an administrator. Every site with the Simple JWT Log...

5.2AI score0.00324EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/08/16 6:00 a.m.15 views

CVE-2026-19714

The Simple JWT Login WordPress plugin before 3.6.8 does not validate the audience of the Google identity tokens it accepts, allowing unauthenticated users to authenticate as any user whose email address such a token carries, up to and including an administrator. Every site with the Simple JWT Log...

5.2AI score0.00324EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/16 6:00 a.m.32 views

CVE-2026-19714 Simple JWT Login < 3.6.8 - Unauthenticated Account Takeover via Missing Google id_token Audience Validation

The Simple JWT Login WordPress plugin before 3.6.8 does not validate the audience of the Google identity tokens it accepts, allowing unauthenticated users to authenticate as any user whose email address such a token carries, up to and including an administrator. Every site with the Simple JWT Log...

0.00324EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/15 2:17 p.m.13 views

CVE-2026-18500

@fastify/jwt is a JSON Web Token plugin for Fastify. In versions before 10.2.2, a per-request verification key passed to request.jwtVerify key is silently overridden by the plugin's globally configured secret, because the option merge applies the global key last. Applications that use different...

8.1CVSS0.00155EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/15 1:16 p.m.11 views

CVE-2026-18500 @fastify/jwt vulnerable to authorization bypass via global secret overriding the per-request key

@fastify/jwt is a JSON Web Token plugin for Fastify. In versions before 10.2.2, a per-request verification key passed to request.jwtVerify key is silently overridden by the plugin's globally configured secret, because the option merge applies the global key last. Applications that use different...

8.1CVSS5.2AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/15 1:16 p.m.36 views

CVE-2026-18500 @fastify/jwt vulnerable to authorization bypass via global secret overriding the per-request key

@fastify/jwt is a JSON Web Token plugin for Fastify. In versions before 10.2.2, a per-request verification key passed to request.jwtVerify key is silently overridden by the plugin's globally configured secret, because the option merge applies the global key last. Applications that use different...

8.1CVSS0.00155EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/15 1:16 p.m.37 views

CVE-2026-18500

CVE-2026-18500 concerns the @fastify/jwt plugin for Fastify. In versions before 10.2.2, a per-request key passed to request.jwtVerify({ key }) can be silently overridden by the plugin’s globally configured secret due to the option merge applying the global key last. This allows an ordinary authen...

8.1CVSS5.1AI score0.00155EPSS
SaveExploits0References2Affected Software1
EUVD
EUVD
added 2026/08/15 12:31 a.m.8 views

EUVD-2026-58817

A flaw was found in Red Hat Quay's JWT JSON Web Token validation for federated robot accounts and single sign-on SSO authentication. Multiple issues related to audience verification and the enforcement of azp and sub claims were identified. These flaws could allow an attacker with a validly-signe...

5.4CVSS5.5AI score0.00173EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/14 11:16 p.m.12 views

CVE-2026-74240

A flaw was found in Red Hat Quay's JWT JSON Web Token validation for federated robot accounts and single sign-on SSO authentication. Multiple issues related to audience verification and the enforcement of azp and sub claims were identified. These flaws could allow an attacker with a validly-signe...

5.4CVSS0.00173EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/14 10:43 p.m.38 views

CVE-2026-74240 Quay: jwt claim validation bypasses in quay federated robot and sso authentication

A flaw was found in Red Hat Quay's JWT JSON Web Token validation for federated robot accounts and single sign-on SSO authentication. Multiple issues related to audience verification and the enforcement of azp and sub claims were identified. These flaws could allow an attacker with a validly-signe...

5.4CVSS0.00173EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/14 10:43 p.m.31 views

CVE-2026-74240

The CVE concerns Red Hat Quay’s JWT validation for federated robot accounts and SSO, where flawed audience verification and insufficient enforcement of azp and sub allow a token from the same identity provider to bypass security boundaries, potentially leading to unauthorized access where audienc...

5.4CVSS5.4AI score0.00173EPSS
SaveExploits0References2Affected Software2
Rows per page
Query Builder