Lucene search
+L

191 matches found

Debian CVE
Debian CVE
added 2024/03/06 9:9 p.m.46 views

CVE-2024-28102

JWCrypto implements JWK, JWS, and JWE specifications using python-cryptography. Prior to version 1.5.6, an attacker can cause a denial of service attack by passing in a malicious JWE Token with a high compression ratio. When the server processes this token, it will consume a lot of memory and...

6.8CVSS5.3AI score0.0098EPSS
SaveExploits1
CVE
CVE
added 2024/03/06 9:9 p.m.407 views

CVE-2024-28102

Summary: CVE-2024-28102 affects the Python JWCrypto/JWCrypto implementation. Before 1.5.6, processing a malicious JWE token with a high compression ratio can cause a DoS by consuming excessive memory and CPU time; the vulnerability stems from the token deserialization path. Affected component: py...

6.8CVSS6.3AI score0.0098EPSS
SaveExploits1References4Affected Software1
RedhatCVE
RedhatCVE
added 2024/01/10 10:1 a.m.38 views

CVE-2024-21664

A null pointer dereference vulnerability was found in the jwx/jws Go module. This issue arises when invoking "jws.Parse" with a JSON serialized payload containing a present signature field while the protected field is absentm, which may cause a system crash or initiate a denial of service DOS...

7.5CVSS4.7AI score0.00864EPSS
SaveExploits1References4
Prion
Prion
added 2024/01/09 8:15 p.m.29 views

Null pointer dereference

jwx is a Go module implementing various JWx JWA/JWE/JWK/JWS/JWT, otherwise known as JOSE technologies. Calling jws.Parse with a JSON serialized payload where the signature field is present while protected is absent can lead to a nil pointer dereference. The vulnerability can be used to crash/DOS ...

5CVSS7.3AI score0.00864EPSS
SaveExploits1References4Affected Software1
Vulnrichment
Vulnrichment
added 2024/01/09 7:18 p.m.4 views

CVE-2024-21664 Parsing JSON serialized payload without protected field can lead to segfault

jwx is a Go module implementing various JWx JWA/JWE/JWK/JWS/JWT, otherwise known as JOSE technologies. Calling jws.Parse with a JSON serialized payload where the signature field is present while protected is absent can lead to a nil pointer dereference. The vulnerability can be used to crash/DOS ...

4.3CVSS7AI score0.00864EPSS
SaveExploits1References4
OSV
OSV
added 2024/01/09 7:18 p.m.31 views

CVE-2024-21664 Parsing JSON serialized payload without protected field can lead to segfault

jwx is a Go module implementing various JWx JWA/JWE/JWK/JWS/JWT, otherwise known as JOSE technologies. Calling jws.Parse with a JSON serialized payload where the signature field is present while protected is absent can lead to a nil pointer dereference. The vulnerability can be used to crash/DOS ...

4.3CVSS6.5AI score
SaveExploits0References6
Cvelist
Cvelist
added 2024/01/09 7:18 p.m.60 views

CVE-2024-21664 Parsing JSON serialized payload without protected field can lead to segfault

jwx is a Go module implementing various JWx JWA/JWE/JWK/JWS/JWT, otherwise known as JOSE technologies. Calling jws.Parse with a JSON serialized payload where the signature field is present while protected is absent can lead to a nil pointer dereference. The vulnerability can be used to crash/DOS ...

4.3CVSS7.5AI score0.00864EPSS
SaveExploits1References4
OSV
OSV
added 2024/01/09 4:18 p.m.18 views

GHSA-PVCR-V8J8-J5Q3 Parsing JSON serialized payload without protected field can lead to segfault

Summary Calling jws.Parse with a JSON serialized payload where the signature field is present while protected is absent can lead to a nil pointer dereference. Details This seems to also affect other functions that calls Parse internally, like jws.Verify. My understanding of these functions from t...

4.3CVSS7.4AI score0.00864EPSS
SaveExploits1References6
Github Security Blog
Github Security Blog
added 2024/01/09 4:18 p.m.50 views

Parsing JSON serialized payload without protected field can lead to segfault

Summary Calling jws.Parse with a JSON serialized payload where the signature field is present while protected is absent can lead to a nil pointer dereference. Details This seems to also affect other functions that calls Parse internally, like jws.Verify. My understanding of these functions from t...

7.5CVSS7AI score0.00864EPSS
SaveExploits1References6Affected Software2
NVD
NVD
added 2023/12/05 12:15 a.m.49 views

CVE-2023-49290

lestrrat-go/jwx is a Go module implementing various JWx JWA/JWE/JWK/JWS/JWT, otherwise known as JOSE technologies. A p2c parameter set too high in JWE's algorithm PBES2- could lead to a denial of service. The JWE key management algorithms based on PBKDF2 require a JOSE Header Parameter called p2c...

5.3CVSS0.00723EPSS
SaveExploits1References2
NVD
NVD
added 2023/02/01 1:15 a.m.36 views

CVE-2023-23928

reason-jose is a JOSE implementation in ReasonML and OCaml.Jose.Jws.validate does not check HS256 signatures. This allows tampering of JWS header and payload data if the service does not perform additional checks. Such tampering could expose applications using reason-jose to authorization bypass...

9.8CVSS7.6AI score0.00459EPSS
SaveExploits0References3
Veracode
Veracode
added 2022/09/21 8:23 p.m.25 views

Authorization Bypass

jwcrypto is vulnerable to authorization bypass. The vulnerability is due to JWT auto-detecting the token type; under certain circumstances, it's possible to substitute a signed JWS token with a JWE token encrypted with the public key used for signature validation...

2.2AI score0.00435EPSS
SaveExploits0
OSV
OSV
added 2022/09/21 4:58 p.m.63 views

GHSA-GWP4-MCV4-W95J jwcrypto token substitution can lead to authentication bypass

The JWT code can auto-detect the type of token being provided, and this can lead the application to incorrect conclusions about the trustworthiness of the token. Quoting the private disclosure we received : "Under certain circumstances, it is possible to substitute a .. signed JWS with a JWE that...

6.9AI score0.00435EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2022/09/21 4:58 p.m.44 views

jwcrypto token substitution can lead to authentication bypass

The JWT code can auto-detect the type of token being provided, and this can lead the application to incorrect conclusions about the trustworthiness of the token. Quoting the private disclosure we received : "Under certain circumstances, it is possible to substitute a .. signed JWS with a JWE that...

0.7AI score0.00435EPSS
SaveExploits0References4Affected Software1
NVD
NVD
added 2022/09/07 10:15 p.m.20 views

CVE-2022-36083

JOSE is "JSON Web Almost Everything" - JWA, JWS, JWE, JWT, JWK, JWKS with no dependencies using runtime's native crypto in Node.js, Browser, Cloudflare Workers, Electron, and Deno. The PBKDF2-based JWE key management algorithms expect a JOSE Header Parameter named p2c PBES2 Count, which determine...

5.3CVSS0.01175EPSS
SaveExploits1References3
CVE
CVE
added 2022/09/07 9:55 p.m.327 views

CVE-2022-36083

CVE-2022-36083 affects the Node.js jose module (JWA/JWS/JWE/JWT/JWK/JWKS) used in multiple runtimes. The issue arises from a JOSE Header parameter p2c (PBES2 count) that controls PBKDF2 iterations for deriving the CEK. A malicious untrusted JWE could specify an extremely high p2c, causing CPU-bou...

5.3CVSS5.1AI score0.01175EPSS
SaveExploits1References3Affected Software1
Prion
Prion
added 2022/07/01 8:15 p.m.14 views

Design/Logic Flaw

The package jsrsasign before 10.5.25 are vulnerable to Improper Verification of Cryptographic Signature when JWS or JWT signature with non Base64URL encoding special characters or number escaped characters may be validated as valid by mistake. Workaround: Validate JWS or JWT signature if it has...

7.5CVSS9.4AI score0.01096EPSS
SaveExploits1References6Affected Software1
CVE
CVE
added 2022/07/01 8:2 p.m.113 views

CVE-2022-25898

The CVE-2022-25898 entry concerns the jsrsasign library (pre-10.5.25) where JWS/JWT signatures with non Base64URL-encoded or escaped characters may be validated as valid. Affected component: jsrsasign; root cause: improper verification of cryptographic signatures. Impact (per sources): potential ...

9.8CVSS8.7AI score0.01096EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2022/07/01 8:2 p.m.18 views

CVE-2022-25898 Improper Verification of Cryptographic Signature

The package jsrsasign before 10.5.25 are vulnerable to Improper Verification of Cryptographic Signature when JWS or JWT signature with non Base64URL encoding special characters or number escaped characters may be validated as valid by mistake. Workaround: Validate JWS or JWT signature if it has...

7.7CVSS7.1AI score
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2022/07/01 8:0 p.m.52 views

CVE-2022-25898

The package jsrsasign before 10.5.25 are vulnerable to Improper Verification of Cryptographic Signature when JWS or JWT signature with non Base64URL encoding special characters or number escaped characters may be validated as valid by mistake. Workaround: Validate JWS or JWT signature if it has...

9.8CVSS7.1AI score0.01096EPSS
SaveExploits1References7
Rows per page
Query Builder