Lucene search

K
githubGitHub Advisory DatabaseGHSA-9V78-H226-2RMQ
HistoryJun 07, 2024 - 10:24 p.m.

Zendframework potential security issue in login mechanism

2024-06-0722:24:08
CWE-287
GitHub Advisory Database
github.com
5
zendframework
openid
login
security
issue
consumer
identity
provider
token
signed
endpoint
protocol

7.2 High

AI Score

Confidence

High

Using the Consumer component of ZendOpenId (or Zend_OpenId in ZF1), it is possible to login using an arbitrary OpenID account (without knowing any secret information) by using a malicious OpenID Provider. That means OpenID it is possible to login using arbitrary OpenID Identity (MyOpenID, Google, etc), which are not under the control of our own OpenID Provider. Thus, we are able to impersonate any OpenID Identity against the framework.

Moreover, the Consumer accepts OpenID tokens with arbitrary signed elements. The framework does not check if, for example, both openid.claimed_id and openid.endpoint_url are signed. It is just sufficient to sign one parameter. According to https://openid.net/specs/openid-authentication-2_0.html#positive_assertions, at least op_endpoint, return_to, response_nonce, assoc_handle, and, if present in the response, claimed_id and identity, must be signed.

Affected configurations

Vulners
Node
zendframeworkzendframework1Range<1.12.4
CPENameOperatorVersion
zendframework/zendframework1lt1.12.4

7.2 High

AI Score

Confidence

High