Lucene search
+L

217 matches found

Rockylinux
Rockylinux
added 2024/05/10 2:32 p.m.43 views

python-jwcrypto security update

An update is available for python-jwcrypto. This update affects Rocky Linux 9. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list The python-jwcrypto package provides Python implementations of the JS...

6.8CVSS7.2AI score0.0098EPSS
SaveExploits1
Tenable Nessus
Tenable Nessus
added 2024/05/07 12:00 a.m.38 views

Oracle Linux 9 : python-jwcrypto (ELSA-2024-2559)

The remote Oracle Linux 9 host has a package installed that is affected by a vulnerability as referenced in the ELSA-2024-2559 advisory. 0.8-5 - Address potential DoS with high compression ratio Resolves: RHEL-28698 Tenable has extracted the preceding description block directly from the Oracle...

6.8CVSS6.3AI score0.0098EPSS
SaveExploits1References2
OSV
OSV
added 2024/04/30 12:00 a.m.50 views

ALSA-2024:2559 Moderate: python-jwcrypto security update

The python-jwcrypto package provides Python implementations of the JSON Web Key JWK, JSON Web Signature JWS, JSON Web Encryption JWE, and JSON Web Token JWT JOSE JSON Object Signing and Encryption standards. Security Fixes: python-jwcrypto: malicious JWE token can cause denial of service...

6.8CVSS6.8AI score0.0098EPSS
SaveExploits1References4
NVD
NVD
added 2024/03/21 2:52 a.m.30 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.8CVSS6.6AI score0.0098EPSS
SaveExploits1References4
Prion
Prion
added 2024/03/14 10:53 p.m.59 views

Code injection

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.9AI score0.0098EPSS
SaveExploits1References2Affected Software1
Vulnrichment
Vulnrichment
added 2024/03/06 9:09 p.m.24 views

CVE-2024-28102 JWCrypto vulnerable to JWT bomb Attack in `deserialize` function

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.8CVSS6.5AI score0.0098EPSS
SaveExploits1References2
CVE
CVE
added 2024/03/06 9:09 p.m.430 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
Debian CVE
Debian CVE
added 2024/03/06 9:09 p.m.47 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
RedhatCVE
RedhatCVE
added 2024/01/10 10:01 a.m.39 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.30 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.35 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.67 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
Github Security Blog
Github Security Blog
added 2024/01/09 4:18 p.m.52 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
OSV
OSV
added 2024/01/09 4:18 p.m.27 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
NVD
NVD
added 2023/12/05 12:15 a.m.51 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.00729EPSS
SaveExploits1References2
NVD
NVD
added 2023/02/01 1:15 a.m.39 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.28 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
Github Security Blog
Github Security Blog
added 2022/09/21 4:58 p.m.52 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
OSV
OSV
added 2022/09/21 4:58 p.m.78 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
Rows per page
Query Builder