Lucene search
+L

62 matches found

Prion
Prion
added 2022/12/22 7:15 p.m.26 views

Input validation

In versions =8.5.1 of jsonwebtoken library, lack of algorithm definition in the jwt.verify function can lead to signature validation bypass due to defaulting to the none algorithm for signature verification. Users are affected if you do not specify algorithms in the jwt.verify function. This issu...

6.5CVSS7.6AI score0.00532EPSS
SaveExploits0References2Affected Software1
CNNVD
CNNVD
added 2022/12/22 12:0 a.m.3 views

jsonwebtoken 数据伪造问题漏洞

jsonwebtoken is Auth0 open source implementation of a JSON Web token . jsonwebtoken version 8.5.1 and earlier versions of data forgery vulnerability , the vulnerability stems from the default use of the "none" algorithm for signature verification , jwt.verify function in the lack of algorithm...

7.6CVSS7AI score0.00532EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2022/05/24 10:17 p.m.63 views

Key confusion through non-blocklisted public key formats

Impact What kind of vulnerability is it? Who is impacted? Disclosed by Aapo Oksman Senior Security Specialist, Nixu Corporation. PyJWT supports multiple different JWT signing algorithms. With JWT, an attacker submitting the JWT token can choose the used signing algorithm. The PyJWT library requir...

7.5CVSS7.3AI score0.0128EPSS
SaveExploits0References8Affected Software1
Github Security Blog
Github Security Blog
added 2022/01/08 12:36 a.m.44 views

Pac4j token validation bypass if OpenID Connect provider supports none algorithm

If an OpenID Connect provider supports the “none” algorithm i.e., tokens with no signature, pac4j v5.3.0 and prior does not refuse it without an explicit configuration on its side or for the “idtoken” response type which is not secure and violates the OpenID Core Specification. The "none" algorit...

7.5CVSS1AI score0.00895EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2022/01/08 12:36 a.m.14 views

GHSA-XHW6-HJC9-679M Pac4j token validation bypass if OpenID Connect provider supports none algorithm

If an OpenID Connect provider supports the “none” algorithm i.e., tokens with no signature, pac4j v5.3.0 and prior does not refuse it without an explicit configuration on its side or for the “idtoken” response type which is not secure and violates the OpenID Core Specification. The "none" algorit...

7.5CVSS7.2AI score0.00895EPSS
SaveExploits0References8
Veracode
Veracode
added 2022/01/07 3:46 a.m.28 views

Insecure Token

Pac4j has insecure token. The vulnerability exists due to an insecure validation of ID token with "none" algorithm allowing an attacker to bypass the token validation by injecting a maliciously crafted ID token by setting the alg key = "none"...

7.5CVSS3AI score0.00895EPSS
SaveExploits0References3Affected Software1
ATTACKERKB
ATTACKERKB
added 2022/01/06 1:15 p.m.5 views

CVE-2021-44878

If an OpenID Connect provider supports the "none" algorithm i.e., tokens with no signature, pac4j v5.3.0 and prior does not refuse it without an explicit configuration on its side or for the "idtoken" response type which is not secure and violates the OpenID Core Specification. The "none" algorit...

7.5CVSS7.1AI score0.00895EPSS
SaveExploits0References4
OSV
OSV
added 2022/01/06 1:15 p.m.21 views

CVE-2021-44878

If an OpenID Connect provider supports the "none" algorithm i.e., tokens with no signature, pac4j v5.3.0 and prior does not refuse it without an explicit configuration on its side or for the "idtoken" response type which is not secure and violates the OpenID Core Specification. The "none" algorit...

7.5CVSS6.7AI score
SaveExploits0References3
NVD
NVD
added 2022/01/06 1:15 p.m.30 views

CVE-2021-44878

If an OpenID Connect provider supports the "none" algorithm i.e., tokens with no signature, pac4j v5.3.0 and prior does not refuse it without an explicit configuration on its side or for the "idtoken" response type which is not secure and violates the OpenID Core Specification. The "none" algorit...

7.5CVSS0.00895EPSS
SaveExploits0References3
Ivan 'd0znpp' Novikov
Ivan 'd0znpp' Novikov
added 2021/08/17 5:51 a.m.55 views

Broken User Authentication☝️ — What you need to know

Broken User Authentication☝️ — What you need to know Introduction API2:Broken User Authentication What is Broken User Authentication? Broken User Authentication can manifest in several issues. Whenever we come across an API endpoint that handles authentication we need to be extra careful since...

0.1AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2020/12/04 4:47 p.m.65 views

Multiple cryptographic issues in Python oic

Impact Client implementations using this library Issues 1 The IdToken signature algorithm was not checked automatically, but only if the expected algorithm was passed in as a kwarg. 2 JWA none algorithm was allowed in all flows. 3 oic.consumer.Consumer.parseauthz returns an unverified IdToken. Th...

6.8CVSS2.8AI score0.00822EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2020/12/04 4:47 p.m.68 views

GHSA-4FJV-PMHG-3RFG Multiple cryptographic issues in Python oic

Impact Client implementations using this library Issues 1 The IdToken signature algorithm was not checked automatically, but only if the expected algorithm was passed in as a kwarg. 2 JWA none algorithm was allowed in all flows. 3 oic.consumer.Consumer.parseauthz returns an unverified IdToken. Th...

7.6CVSS6.4AI score0.00822EPSS
SaveExploits0References7
Veracode
Veracode
added 2020/12/03 2:58 a.m.22 views

Cipher Downgrade Attack

oic is vulnerable to cipher downgrade attacks. The vulnerability exists as the IdToken signature algorithm is not checked automatically, and that the JWA none algorithm is always allowed, and that the IdToken returned from oic.consumer.Consumer.parseauthz is not verified, and the iat claim is not...

6.8CVSS4AI score0.00822EPSS
SaveExploits0References4Affected Software1
PyPA
PyPA
added 2020/12/02 8:15 p.m.9 views

PYSEC-2020-69

Python oic is a Python OpenID Connect implementation. In Python oic before version 1.2.1, there are several related cryptographic issues affecting client implementations that use the library. The issues are: 1 The IdToken signature algorithm was not checked automatically, but only if the expected...

6.8CVSS6.9AI score0.00822EPSS
SaveExploits0References4Affected Software1
Prion
Prion
added 2020/12/02 8:15 p.m.21 views

Design/Logic Flaw

Python oic is a Python OpenID Connect implementation. In Python oic before version 1.2.1, there are several related cryptographic issues affecting client implementations that use the library. The issues are: 1 The IdToken signature algorithm was not checked automatically, but only if the expected...

4.9CVSS6.5AI score0.00822EPSS
SaveExploits0References4Affected Software1
Positive Technologies
Positive Technologies
added 2020/12/02 12:0 a.m.7 views

PT-2020-16372 · Python · Python Oic

Name of the Vulnerable Software and Affected Versions: Python oic versions prior to 1.2.1 Description: The issue affects client implementations using the Python oic library, a Python OpenID Connect implementation. There are several related cryptographic issues: 1 The IdToken signature algorithm w...

7.6CVSS6.8AI score0.00822EPSS
SaveExploits0References15
Kitploit
Kitploit
added 2020/06/23 12:30 p.m.52 views

TokenBreaker - JSON RSA To HMAC And None Algorithm Vulnerability POC

Token Breaker is focused on 2 particular vulnerability related to JWT tokens. None Algorithm RSAtoHMAC Refer to this link about insights of the vulnerability and how an attacker can forge the tokens Try out this vulnerability here TheNone Usage usage: TheNone.py -h -t TOKEN TokenBreaker:...

7.1AI score
SaveExploits0References1
NVD
NVD
added 2018/06/26 4:29 p.m.30 views

CVE-2018-1000531

inversoft prime-jwt version prior to commit abb0d479389a2509f939452a6767dc424bb5e6ba contains a CWE-20 vulnerability in JWTDecoder.decode that can result in an incorrect signature validation of a JWT token. This attack can be exploitable when an attacker crafts a JWT token with a valid header usi...

7.5CVSS7.5AI score0.01631EPSS
SaveExploits0References1
Prion
Prion
added 2018/06/26 4:29 p.m.25 views

Design/Logic Flaw

inversoft prime-jwt version prior to commit abb0d479389a2509f939452a6767dc424bb5e6ba contains a CWE-20 vulnerability in JWTDecoder.decode that can result in an incorrect signature validation of a JWT token. This attack can be exploitable when an attacker crafts a JWT token with a valid header usi...

5CVSS7.5AI score0.01631EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2018/06/26 4:0 p.m.33 views

CVE-2018-1000531

inversoft prime-jwt version prior to commit abb0d479389a2509f939452a6767dc424bb5e6ba contains a CWE-20 vulnerability in JWTDecoder.decode that can result in an incorrect signature validation of a JWT token. This attack can be exploitable when an attacker crafts a JWT token with a valid header usi...

7.5AI score0.01631EPSS
SaveExploits0References1
Rows per page
Query Builder