Lucene search
+L

170 matches found

Vulnrichment
Vulnrichment
added 2023/12/22 6:30 p.m.17 views

CVE-2023-50714 The Oauth2 PKCE implementation is vulnerable

yii2-authclient is an extension that adds OpenID, OAuth, OAuth2 and OpenId Connect consumers for the Yii framework 2.0. In yii2-authclient prior to version 2.2.15, the Oauth2 PKCE implementation is vulnerable in 2 ways. First, the authCodeVerifier should be removed after usage similar to authStat...

6.8CVSS7.1AI score0.00492EPSS
SaveExploits1References5
Cvelist
Cvelist
added 2023/12/22 6:30 p.m.67 views

CVE-2023-50714 The Oauth2 PKCE implementation is vulnerable

yii2-authclient is an extension that adds OpenID, OAuth, OAuth2 and OpenId Connect consumers for the Yii framework 2.0. In yii2-authclient prior to version 2.2.15, the Oauth2 PKCE implementation is vulnerable in 2 ways. First, the authCodeVerifier should be removed after usage similar to authStat...

6.8CVSS8.9AI score0.00492EPSS
SaveExploits1References5
OSV
OSV
added 2023/12/22 6:30 p.m.45 views

CVE-2023-50714 The Oauth2 PKCE implementation is vulnerable

yii2-authclient is an extension that adds OpenID, OAuth, OAuth2 and OpenId Connect consumers for the Yii framework 2.0. In yii2-authclient prior to version 2.2.15, the Oauth2 PKCE implementation is vulnerable in 2 ways. First, the authCodeVerifier should be removed after usage similar to authStat...

6.8CVSS8.5AI score
SaveExploits0References7
CVE
CVE
added 2023/12/22 6:30 p.m.98 views

CVE-2023-50714

The vulnerability CVE-2023-50714 affects yii2-authclient (Yii framework 2.x) prior to version 2.2.15. The PKCE-protected OAuth2 implementation has two issues: (1) the authCodeVerifier should be removed after use (like authState), and (2) a downgrade attack risk if PKCE is relied upon for CSRF pro...

8.8CVSS7.5AI score0.00492EPSS
SaveExploits1References5Affected Software1
CVE
CVE
added 2023/12/22 6:25 p.m.100 views

CVE-2023-50708

The CVE concerns yii2-authclient (Yii framework 2.0) where OAuth1/2 state and OpenID Connect nonce are compared with a regular string comparison, enabling a timing attack. Affected versions are prior to 2.2.15. The issue is mitigated by upgrading to 2.2.15, which patches the comparison mechanism....

9.8CVSS7.8AI score0.00716EPSS
SaveExploits1References5Affected Software1
Cvelist
Cvelist
added 2023/12/22 6:25 p.m.54 views

CVE-2023-50708 yii2-authclient vulnerable to possible timing attack on string comparison in OAuth1, OAuth2 and OpenID Connect implementation

yii2-authclient is an extension that adds OpenID, OAuth, OAuth2 and OpenId Connect consumers for the Yii framework 2.0. In yii2-authclient prior to version 2.2.15, the Oauth1/2 state and OpenID Connect nonce is vulnerable for a timing attack since it is compared via regular string comparison...

6.1CVSS9.7AI score0.00716EPSS
SaveExploits1References5
CNNVD
CNNVD
added 2023/12/22 12:00 a.m.15 views

yii2 security vulnerabilities

yii2 is a fast, secure and professional PHP framework. A security vulnerability exists in yii2-authclient versions prior to 2.2.15 that stems from vulnerability to cross-site request forgery CSRF attacks...

8.8CVSS6.7AI score0.00492EPSS
SaveExploits1References6
CNNVD
CNNVD
added 2023/12/22 12:00 a.m.10 views

yii2 security vulnerabilities

yii2 is a fast, secure and professional PHP framework. A security vulnerability exists in yii2-authclient versions prior to 2.2.15, which stems from the possibility of a timing attack in string comparison...

9.8CVSS6.7AI score0.00716EPSS
SaveExploits1References6
Veracode
Veracode
added 2023/12/19 7:53 a.m.25 views

PKCE Downgrade Attack

yiisoft/yii2-authclient is vulnerable to PKCE Downgrade Attack. The vulnerability is caused due to an insecure implementation of PKCE. The application doesn't use authCodeVerifier securely. An attacker can gain unauthorized access to protected resources by exploiting this vulnerability...

8.8CVSS6.9AI score0.00492EPSS
SaveExploits1References6Affected Software1
Veracode
Veracode
added 2023/12/19 6:56 a.m.27 views

Timing Attack

yiisoft/yii2-authclient is vulnerable to Timing attack. The vulnerable is caused due to an insecure string comparison method strcmp used to compare a nonce. An attacker can potentially perform a time based attack to guess the nonce string...

9.8CVSS6.7AI score0.00716EPSS
SaveExploits1References6Affected Software1
Github Security Blog
Github Security Blog
added 2023/12/18 8:01 p.m.38 views

yii2-authclient vulnerable to possible timing attack on string comparison in OAuth1, OAuth2 and OpenID Connect implementation

Impact What kind of vulnerability is it? Who is impacted? Original Report: The Oauth1/2 "state" and OpenID Connect "nonce" is vulnerable for a "timing attack" since it's compared via regular string comparison instead of Yii::$app-getSecurity-compareString. Affected Code: 1. OAuth 1 "state"...

9.8CVSS7AI score0.00716EPSS
SaveExploits1References7Affected Software1
Positive Technologies
Positive Technologies
added 2023/12/18 12:00 a.m.18 views

PT-2023-31620 · Unknown · Yii2-Authclient

Name of the Vulnerable Software and Affected Versions: yii2-authclient versions prior to 2.2.15 Description: The Oauth2 PKCE implementation in yii2-authclient is vulnerable in two ways. First, the authCodeVerifier should be removed after usage, similar to authState. Second, there is a risk for a...

8.8CVSS8.6AI score0.00492EPSS
SaveExploits1References10
Github Security Blog
Github Security Blog
added 2023/09/21 6:30 a.m.34 views

Yii2 allows attackers to execute any local .php file via a relative path in the view parameter

web\ViewAction in Yii aka Yii2 2.x before 2.0.5 allows attackers to execute any local .php file via a relative path in the view parameeter...

9.8CVSS6.9AI score0.0074EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2023/09/21 6:30 a.m.36 views

GHSA-7CFQ-72W2-24Q4 Yii2 allows attackers to execute any local .php file via a relative path in the view parameter

web\ViewAction in Yii aka Yii2 2.x before 2.0.5 allows attackers to execute any local .php file via a relative path in the view parameeter...

9.8CVSS9.2AI score0.0074EPSS
SaveExploits0References5
Prion
Prion
added 2023/09/21 6:15 a.m.17 views

Design/Logic Flaw

web\ViewAction in Yii aka Yii2 2.x before 2.0.5 allows attackers to execute any local .php file via a relative path in the view parameeter...

7.5CVSS7AI score0.0074EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2023/09/21 12:00 a.m.26 views

CVE-2015-5467

web\ViewAction in Yii aka Yii2 2.x before 2.0.5 allows attackers to execute any local .php file via a relative path in the view parameeter...

9.2AI score0.0074EPSS
SaveExploits0References2
OSV
OSV
added 2023/01/21 3:30 a.m.103 views

GHSA-3MPG-Q26J-83J5 Command injection in yiisoft/yii2-gii

Yii Yii2 Gii before 2.2.2 allows remote attackers to execute arbitrary code via the Generator.php messageCategory field. The attacker can embed arbitrary PHP code into the model file...

8.8CVSS9AI score0.01461EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2023/01/21 3:30 a.m.69 views

Command injection in yiisoft/yii2-gii

Yii Yii2 Gii before 2.2.2 allows remote attackers to execute arbitrary code via the Generator.php messageCategory field. The attacker can embed arbitrary PHP code into the model file...

8.8CVSS9AI score0.01461EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2023/01/21 1:15 a.m.23 views

CVE-2020-36655

Yii Yii2 Gii before 2.2.2 allows remote attackers to execute arbitrary code via the Generator.php messageCategory field. The attacker can embed arbitrary PHP code into the model file...

8.8CVSS9.1AI score
SaveExploits0References2
NVD
NVD
added 2023/01/21 1:15 a.m.27 views

CVE-2020-36655

Yii Yii2 Gii before 2.2.2 allows remote attackers to execute arbitrary code via the Generator.php messageCategory field. The attacker can embed arbitrary PHP code into the model file...

8.8CVSS9AI score0.01461EPSS
SaveExploits1References2
Rows per page
Query Builder