Lucene search
K

57 matches found

OSV
OSV
added 2022/01/08 12:36 a.m.0 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.00139EPSS
Exploits0References8
Veracode
Veracode
added 2022/01/07 3:46 a.m.20 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.00139EPSS
Exploits0References3Affected Software1
NVD
NVD
added 2022/01/06 1:15 p.m.14 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.00139EPSS
Exploits0References3
OSV
OSV
added 2022/01/06 1:15 p.m.17 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
Exploits0References3
Ivan 'd0znpp' Novikov
Ivan 'd0znpp' Novikov
added 2021/08/17 5:51 a.m.54 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
Exploits0
Github Security Blog
Github Security Blog
added 2020/12/04 4:47 p.m.53 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.00207EPSS
Exploits0References7Affected Software1
OSV
OSV
added 2020/12/04 4:47 p.m.12 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.00207EPSS
Exploits0References7
Veracode
Veracode
added 2020/12/03 2:58 a.m.16 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.00207EPSS
Exploits0References4Affected Software1
PyPA
PyPA
added 2020/12/02 8:15 p.m.4 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.00207EPSS
Exploits0References4Affected Software1
Prion
Prion
added 2020/12/02 8:15 p.m.12 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.00207EPSS
Exploits0References4Affected Software1
Positive Technologies
Positive Technologies
added 2020/12/02 12:0 a.m.2 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.00207EPSS
Exploits0References15
Kitploit
Kitploit
added 2020/06/23 12:30 p.m.37 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
Exploits0References1
NVD
NVD
added 2018/06/26 4:29 p.m.12 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.00451EPSS
Exploits0References1
Prion
Prion
added 2018/06/26 4:29 p.m.13 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.00451EPSS
Exploits0References1Affected Software1
Cvelist
Cvelist
added 2018/06/26 4:0 p.m.12 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.00451EPSS
Exploits0References1
CVE
CVE
added 2018/06/26 4:0 p.m.51 views

CVE-2018-1000531

The vulnerability CVE-2018-1000531 affects inversoft prime-jwt prior to commit abb0d479389a2509f939452a6767dc424bb5e6ba, where JWTDecoder.decode can mishandle signature verification (CWE-20). An attacker can craft a JWT with a valid header using the none algorithm and a body that passes validatio...

7.5CVSS7.4AI score0.00451EPSS
Exploits0References1Affected Software1
OpenVAS
OpenVAS
added 2016/04/19 12:0 a.m.195 views

Weak Encryption Algorithm(s) Supported (SSH)

The remote SSH server is configured to allow / support weak encryption algorithms. SPDX-FileCopyrightText: 2016 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescriptio...

7.4AI score
Exploits0References3
Rows per page
Query Builder