Lookup for vulnerabilities affecting packages.

Vulnerability_idVCID-ugw3-xgan-k3fm
Summary
Duplicate Advisory: SimpleSAMLphp signature validation bypass
A signature validation bypass issue has been found in the `SimpleSAML_XML_Validator` class. This class performs the verification of the XML digital signature of a SAML 1 message with a given key.

When a SAML 1 authentication response message is received, it is processed to verify its authenticity, including a check for the signature or signatures included in the message. If the message is not signed but the assertions contained in it are, the signatures of those assertions signed will be verified. Unsigned assertions will not be verified. After verifying every signed element in the response, a list of valid nodes is built, holding the DOM nodes of those XML elements that are signed and whose signatures have been successfully verified.

Once this list is built, the assertions need to be processed individually. They are not processed until the getAttributes() method of the SimpleSAML_XML_Shib13_AuthnResponse class is called. This method iterates through the list of assertions contained in the response and makes sure they were validated in the previous signature verification step, by checking if their corresponding DOM nodes are in the list of those verified.

The vulnerability is due to lax comparison of the node being checked and the nodes in the verified list. The isNodeValidated() method of the SimpleSAML_XML_Validator class checks if a given DOM node is in the validNodes array by means of the standard in_array() function. This function, however, will return unexpected results due to the default lax behaviour when checking data types in PHP. In this case, the fact that there is a DOM node in the list is enough for in_array() to return true when looking for any DOM node. This means any unsigned assertion will be considered verified if there is at least one assertion with a valid signature in the message being processed.

This issue allows an attacker to generate a SAML 1 authentication response that contains two different assertions. The first assertion is the one the attacker wants the Service Provider to use, with custom attributes, expiration and even entityID (provided that the given entityID belongs to an Identity Provider that the Service Provider knows and trusts). The second is a legitimate assertion issued and signed by an Identity Provider trusted by the Service Provider. If the second assertion is still valid when sent by the attacker, SimpleSAMLphp will merge all the attributes found in both assertions, but the entityID registered for the authenticating third-party will be the one found in the first, tampered assertion. If the second (legitimate) assertion is already expired when the attacker sends it, only the attributes found in the tampered assertion will be used.

The issue can be easily fixed by passing a third parameter to the in_array() function, telling it to perform strict comparisons when checking if an object is found inside a given array. This way, when the code evaluates if the tampered assertion is included in the list of verified assertions, it fails and only the legitimate assertion is used, if possible (e.g. it is not expired).
Aliases
0
alias GHSA-fjr2-r2mp-484p
Fixed_packages
0
url pkg:composer/simplesamlphp/simplesamlphp@1.14.17
purl pkg:composer/simplesamlphp/simplesamlphp@1.14.17
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-4gux-4jrc-w7ce
1
vulnerability VCID-6fwf-1xps-t7g5
2
vulnerability VCID-96db-3jav-tkay
3
vulnerability VCID-d1cm-xhdp-8qhv
4
vulnerability VCID-hhq1-kxga-87ea
5
vulnerability VCID-ywuy-my3f-x7cd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/simplesamlphp/simplesamlphp@1.14.17
Affected_packages
0
url pkg:composer/simplesamlphp/simplesamlphp@1.12.0
purl pkg:composer/simplesamlphp/simplesamlphp@1.12.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-2etk-v7gt-pqhn
1
vulnerability VCID-3d8m-wtww-2yah
2
vulnerability VCID-4gux-4jrc-w7ce
3
vulnerability VCID-6fwf-1xps-t7g5
4
vulnerability VCID-96db-3jav-tkay
5
vulnerability VCID-b3fn-bnh5-qyg4
6
vulnerability VCID-cmqz-hp34-8kcx
7
vulnerability VCID-d1cm-xhdp-8qhv
8
vulnerability VCID-d1d1-jng1-4fe6
9
vulnerability VCID-dgs2-3xbu-c3ff
10
vulnerability VCID-dvwj-zd42-nbhe
11
vulnerability VCID-gwtm-bdae-3ufj
12
vulnerability VCID-hhq1-kxga-87ea
13
vulnerability VCID-j3sv-ccme-rbdn
14
vulnerability VCID-jv7n-m3cf-jfex
15
vulnerability VCID-mfwu-mfhq-fkh8
16
vulnerability VCID-pskx-9d46-bfdt
17
vulnerability VCID-ugw3-xgan-k3fm
18
vulnerability VCID-va8h-3qxg-uqh2
19
vulnerability VCID-yn8q-d76k-q3h2
20
vulnerability VCID-ywuy-my3f-x7cd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/simplesamlphp/simplesamlphp@1.12.0
1
url pkg:composer/simplesamlphp/simplesamlphp@1.13.0-rc1
purl pkg:composer/simplesamlphp/simplesamlphp@1.13.0-rc1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-2etk-v7gt-pqhn
1
vulnerability VCID-3d8m-wtww-2yah
2
vulnerability VCID-4gux-4jrc-w7ce
3
vulnerability VCID-6fwf-1xps-t7g5
4
vulnerability VCID-96db-3jav-tkay
5
vulnerability VCID-b3fn-bnh5-qyg4
6
vulnerability VCID-cmqz-hp34-8kcx
7
vulnerability VCID-d1cm-xhdp-8qhv
8
vulnerability VCID-d1d1-jng1-4fe6
9
vulnerability VCID-dgs2-3xbu-c3ff
10
vulnerability VCID-dvwj-zd42-nbhe
11
vulnerability VCID-gwtm-bdae-3ufj
12
vulnerability VCID-hhq1-kxga-87ea
13
vulnerability VCID-j3sv-ccme-rbdn
14
vulnerability VCID-jv7n-m3cf-jfex
15
vulnerability VCID-mfwu-mfhq-fkh8
16
vulnerability VCID-pskx-9d46-bfdt
17
vulnerability VCID-ugw3-xgan-k3fm
18
vulnerability VCID-va8h-3qxg-uqh2
19
vulnerability VCID-yn8q-d76k-q3h2
20
vulnerability VCID-ywuy-my3f-x7cd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/simplesamlphp/simplesamlphp@1.13.0-rc1
2
url pkg:composer/simplesamlphp/simplesamlphp@1.13.0-rc2
purl pkg:composer/simplesamlphp/simplesamlphp@1.13.0-rc2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-2etk-v7gt-pqhn
1
vulnerability VCID-3d8m-wtww-2yah
2
vulnerability VCID-4gux-4jrc-w7ce
3
vulnerability VCID-6fwf-1xps-t7g5
4
vulnerability VCID-96db-3jav-tkay
5
vulnerability VCID-b3fn-bnh5-qyg4
6
vulnerability VCID-cmqz-hp34-8kcx
7
vulnerability VCID-d1cm-xhdp-8qhv
8
vulnerability VCID-d1d1-jng1-4fe6
9
vulnerability VCID-dgs2-3xbu-c3ff
10
vulnerability VCID-dvwj-zd42-nbhe
11
vulnerability VCID-gwtm-bdae-3ufj
12
vulnerability VCID-hhq1-kxga-87ea
13
vulnerability VCID-j3sv-ccme-rbdn
14
vulnerability VCID-jv7n-m3cf-jfex
15
vulnerability VCID-mfwu-mfhq-fkh8
16
vulnerability VCID-pskx-9d46-bfdt
17
vulnerability VCID-ugw3-xgan-k3fm
18
vulnerability VCID-va8h-3qxg-uqh2
19
vulnerability VCID-yn8q-d76k-q3h2
20
vulnerability VCID-ywuy-my3f-x7cd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/simplesamlphp/simplesamlphp@1.13.0-rc2
3
url pkg:composer/simplesamlphp/simplesamlphp@1.13.0
purl pkg:composer/simplesamlphp/simplesamlphp@1.13.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-2etk-v7gt-pqhn
1
vulnerability VCID-3d8m-wtww-2yah
2
vulnerability VCID-4gux-4jrc-w7ce
3
vulnerability VCID-6fwf-1xps-t7g5
4
vulnerability VCID-96db-3jav-tkay
5
vulnerability VCID-b3fn-bnh5-qyg4
6
vulnerability VCID-cmqz-hp34-8kcx
7
vulnerability VCID-d1cm-xhdp-8qhv
8
vulnerability VCID-d1d1-jng1-4fe6
9
vulnerability VCID-dgs2-3xbu-c3ff
10
vulnerability VCID-dvwj-zd42-nbhe
11
vulnerability VCID-gwtm-bdae-3ufj
12
vulnerability VCID-hhq1-kxga-87ea
13
vulnerability VCID-j3sv-ccme-rbdn
14
vulnerability VCID-jv7n-m3cf-jfex
15
vulnerability VCID-mfwu-mfhq-fkh8
16
vulnerability VCID-pskx-9d46-bfdt
17
vulnerability VCID-ugw3-xgan-k3fm
18
vulnerability VCID-va8h-3qxg-uqh2
19
vulnerability VCID-yn8q-d76k-q3h2
20
vulnerability VCID-ywuy-my3f-x7cd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/simplesamlphp/simplesamlphp@1.13.0
4
url pkg:composer/simplesamlphp/simplesamlphp@1.13.1
purl pkg:composer/simplesamlphp/simplesamlphp@1.13.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-2etk-v7gt-pqhn
1
vulnerability VCID-3d8m-wtww-2yah
2
vulnerability VCID-4gux-4jrc-w7ce
3
vulnerability VCID-6fwf-1xps-t7g5
4
vulnerability VCID-96db-3jav-tkay
5
vulnerability VCID-b3fn-bnh5-qyg4
6
vulnerability VCID-cmqz-hp34-8kcx
7
vulnerability VCID-d1cm-xhdp-8qhv
8
vulnerability VCID-d1d1-jng1-4fe6
9
vulnerability VCID-dgs2-3xbu-c3ff
10
vulnerability VCID-dvwj-zd42-nbhe
11
vulnerability VCID-gwtm-bdae-3ufj
12
vulnerability VCID-hhq1-kxga-87ea
13
vulnerability VCID-j3sv-ccme-rbdn
14
vulnerability VCID-jv7n-m3cf-jfex
15
vulnerability VCID-mfwu-mfhq-fkh8
16
vulnerability VCID-pskx-9d46-bfdt
17
vulnerability VCID-ugw3-xgan-k3fm
18
vulnerability VCID-va8h-3qxg-uqh2
19
vulnerability VCID-yn8q-d76k-q3h2
20
vulnerability VCID-ywuy-my3f-x7cd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/simplesamlphp/simplesamlphp@1.13.1
5
url pkg:composer/simplesamlphp/simplesamlphp@1.13.2
purl pkg:composer/simplesamlphp/simplesamlphp@1.13.2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-2etk-v7gt-pqhn
1
vulnerability VCID-3d8m-wtww-2yah
2
vulnerability VCID-4gux-4jrc-w7ce
3
vulnerability VCID-6fwf-1xps-t7g5
4
vulnerability VCID-96db-3jav-tkay
5
vulnerability VCID-b3fn-bnh5-qyg4
6
vulnerability VCID-cmqz-hp34-8kcx
7
vulnerability VCID-d1cm-xhdp-8qhv
8
vulnerability VCID-d1d1-jng1-4fe6
9
vulnerability VCID-dgs2-3xbu-c3ff
10
vulnerability VCID-dvwj-zd42-nbhe
11
vulnerability VCID-gwtm-bdae-3ufj
12
vulnerability VCID-hhq1-kxga-87ea
13
vulnerability VCID-j3sv-ccme-rbdn
14
vulnerability VCID-jv7n-m3cf-jfex
15
vulnerability VCID-mfwu-mfhq-fkh8
16
vulnerability VCID-pskx-9d46-bfdt
17
vulnerability VCID-ugw3-xgan-k3fm
18
vulnerability VCID-va8h-3qxg-uqh2
19
vulnerability VCID-yn8q-d76k-q3h2
20
vulnerability VCID-ywuy-my3f-x7cd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/simplesamlphp/simplesamlphp@1.13.2
6
url pkg:composer/simplesamlphp/simplesamlphp@1.14.0-rc1
purl pkg:composer/simplesamlphp/simplesamlphp@1.14.0-rc1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-2etk-v7gt-pqhn
1
vulnerability VCID-3d8m-wtww-2yah
2
vulnerability VCID-4gux-4jrc-w7ce
3
vulnerability VCID-6fwf-1xps-t7g5
4
vulnerability VCID-96db-3jav-tkay
5
vulnerability VCID-b3fn-bnh5-qyg4
6
vulnerability VCID-cmqz-hp34-8kcx
7
vulnerability VCID-d1cm-xhdp-8qhv
8
vulnerability VCID-d1d1-jng1-4fe6
9
vulnerability VCID-dgs2-3xbu-c3ff
10
vulnerability VCID-dvwj-zd42-nbhe
11
vulnerability VCID-gwtm-bdae-3ufj
12
vulnerability VCID-hhq1-kxga-87ea
13
vulnerability VCID-j3sv-ccme-rbdn
14
vulnerability VCID-jv7n-m3cf-jfex
15
vulnerability VCID-mfwu-mfhq-fkh8
16
vulnerability VCID-pskx-9d46-bfdt
17
vulnerability VCID-ugw3-xgan-k3fm
18
vulnerability VCID-va8h-3qxg-uqh2
19
vulnerability VCID-yn8q-d76k-q3h2
20
vulnerability VCID-ywuy-my3f-x7cd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/simplesamlphp/simplesamlphp@1.14.0-rc1
7
url pkg:composer/simplesamlphp/simplesamlphp@1.14.0
purl pkg:composer/simplesamlphp/simplesamlphp@1.14.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-2etk-v7gt-pqhn
1
vulnerability VCID-3d8m-wtww-2yah
2
vulnerability VCID-4gux-4jrc-w7ce
3
vulnerability VCID-6fwf-1xps-t7g5
4
vulnerability VCID-96db-3jav-tkay
5
vulnerability VCID-b3fn-bnh5-qyg4
6
vulnerability VCID-cmqz-hp34-8kcx
7
vulnerability VCID-d1cm-xhdp-8qhv
8
vulnerability VCID-d1d1-jng1-4fe6
9
vulnerability VCID-dgs2-3xbu-c3ff
10
vulnerability VCID-dvwj-zd42-nbhe
11
vulnerability VCID-gwtm-bdae-3ufj
12
vulnerability VCID-hhq1-kxga-87ea
13
vulnerability VCID-j3sv-ccme-rbdn
14
vulnerability VCID-jv7n-m3cf-jfex
15
vulnerability VCID-k5d6-k216-8ub8
16
vulnerability VCID-mfwu-mfhq-fkh8
17
vulnerability VCID-pskx-9d46-bfdt
18
vulnerability VCID-ugw3-xgan-k3fm
19
vulnerability VCID-va8h-3qxg-uqh2
20
vulnerability VCID-yn8q-d76k-q3h2
21
vulnerability VCID-ywuy-my3f-x7cd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/simplesamlphp/simplesamlphp@1.14.0
8
url pkg:composer/simplesamlphp/simplesamlphp@1.14.1
purl pkg:composer/simplesamlphp/simplesamlphp@1.14.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-2etk-v7gt-pqhn
1
vulnerability VCID-3d8m-wtww-2yah
2
vulnerability VCID-4gux-4jrc-w7ce
3
vulnerability VCID-6fwf-1xps-t7g5
4
vulnerability VCID-96db-3jav-tkay
5
vulnerability VCID-b3fn-bnh5-qyg4
6
vulnerability VCID-cmqz-hp34-8kcx
7
vulnerability VCID-d1cm-xhdp-8qhv
8
vulnerability VCID-d1d1-jng1-4fe6
9
vulnerability VCID-dgs2-3xbu-c3ff
10
vulnerability VCID-dvwj-zd42-nbhe
11
vulnerability VCID-gwtm-bdae-3ufj
12
vulnerability VCID-hhq1-kxga-87ea
13
vulnerability VCID-j3sv-ccme-rbdn
14
vulnerability VCID-k5d6-k216-8ub8
15
vulnerability VCID-mfwu-mfhq-fkh8
16
vulnerability VCID-pskx-9d46-bfdt
17
vulnerability VCID-ugw3-xgan-k3fm
18
vulnerability VCID-va8h-3qxg-uqh2
19
vulnerability VCID-yn8q-d76k-q3h2
20
vulnerability VCID-ywuy-my3f-x7cd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/simplesamlphp/simplesamlphp@1.14.1
9
url pkg:composer/simplesamlphp/simplesamlphp@1.14.2
purl pkg:composer/simplesamlphp/simplesamlphp@1.14.2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-2etk-v7gt-pqhn
1
vulnerability VCID-3d8m-wtww-2yah
2
vulnerability VCID-4gux-4jrc-w7ce
3
vulnerability VCID-6fwf-1xps-t7g5
4
vulnerability VCID-96db-3jav-tkay
5
vulnerability VCID-b3fn-bnh5-qyg4
6
vulnerability VCID-cmqz-hp34-8kcx
7
vulnerability VCID-d1cm-xhdp-8qhv
8
vulnerability VCID-d1d1-jng1-4fe6
9
vulnerability VCID-dgs2-3xbu-c3ff
10
vulnerability VCID-dvwj-zd42-nbhe
11
vulnerability VCID-gwtm-bdae-3ufj
12
vulnerability VCID-hhq1-kxga-87ea
13
vulnerability VCID-j3sv-ccme-rbdn
14
vulnerability VCID-k5d6-k216-8ub8
15
vulnerability VCID-mfwu-mfhq-fkh8
16
vulnerability VCID-pskx-9d46-bfdt
17
vulnerability VCID-ugw3-xgan-k3fm
18
vulnerability VCID-va8h-3qxg-uqh2
19
vulnerability VCID-yn8q-d76k-q3h2
20
vulnerability VCID-ywuy-my3f-x7cd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/simplesamlphp/simplesamlphp@1.14.2
10
url pkg:composer/simplesamlphp/simplesamlphp@1.14.3
purl pkg:composer/simplesamlphp/simplesamlphp@1.14.3
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-2etk-v7gt-pqhn
1
vulnerability VCID-3d8m-wtww-2yah
2
vulnerability VCID-4gux-4jrc-w7ce
3
vulnerability VCID-6fwf-1xps-t7g5
4
vulnerability VCID-96db-3jav-tkay
5
vulnerability VCID-b3fn-bnh5-qyg4
6
vulnerability VCID-cmqz-hp34-8kcx
7
vulnerability VCID-d1cm-xhdp-8qhv
8
vulnerability VCID-d1d1-jng1-4fe6
9
vulnerability VCID-dgs2-3xbu-c3ff
10
vulnerability VCID-dvwj-zd42-nbhe
11
vulnerability VCID-gwtm-bdae-3ufj
12
vulnerability VCID-hhq1-kxga-87ea
13
vulnerability VCID-j3sv-ccme-rbdn
14
vulnerability VCID-k5d6-k216-8ub8
15
vulnerability VCID-mfwu-mfhq-fkh8
16
vulnerability VCID-pskx-9d46-bfdt
17
vulnerability VCID-ugw3-xgan-k3fm
18
vulnerability VCID-va8h-3qxg-uqh2
19
vulnerability VCID-yn8q-d76k-q3h2
20
vulnerability VCID-ywuy-my3f-x7cd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/simplesamlphp/simplesamlphp@1.14.3
11
url pkg:composer/simplesamlphp/simplesamlphp@1.14.4
purl pkg:composer/simplesamlphp/simplesamlphp@1.14.4
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-4gux-4jrc-w7ce
1
vulnerability VCID-6fwf-1xps-t7g5
2
vulnerability VCID-96db-3jav-tkay
3
vulnerability VCID-b3fn-bnh5-qyg4
4
vulnerability VCID-cmqz-hp34-8kcx
5
vulnerability VCID-d1cm-xhdp-8qhv
6
vulnerability VCID-d1d1-jng1-4fe6
7
vulnerability VCID-dgs2-3xbu-c3ff
8
vulnerability VCID-dvwj-zd42-nbhe
9
vulnerability VCID-gwtm-bdae-3ufj
10
vulnerability VCID-hhq1-kxga-87ea
11
vulnerability VCID-k5d6-k216-8ub8
12
vulnerability VCID-mfwu-mfhq-fkh8
13
vulnerability VCID-pskx-9d46-bfdt
14
vulnerability VCID-ugw3-xgan-k3fm
15
vulnerability VCID-va8h-3qxg-uqh2
16
vulnerability VCID-yn8q-d76k-q3h2
17
vulnerability VCID-ywuy-my3f-x7cd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/simplesamlphp/simplesamlphp@1.14.4
12
url pkg:composer/simplesamlphp/simplesamlphp@1.14.5
purl pkg:composer/simplesamlphp/simplesamlphp@1.14.5
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-4gux-4jrc-w7ce
1
vulnerability VCID-6fwf-1xps-t7g5
2
vulnerability VCID-96db-3jav-tkay
3
vulnerability VCID-b3fn-bnh5-qyg4
4
vulnerability VCID-cmqz-hp34-8kcx
5
vulnerability VCID-d1cm-xhdp-8qhv
6
vulnerability VCID-d1d1-jng1-4fe6
7
vulnerability VCID-dgs2-3xbu-c3ff
8
vulnerability VCID-dvwj-zd42-nbhe
9
vulnerability VCID-gwtm-bdae-3ufj
10
vulnerability VCID-hhq1-kxga-87ea
11
vulnerability VCID-k5d6-k216-8ub8
12
vulnerability VCID-mfwu-mfhq-fkh8
13
vulnerability VCID-pskx-9d46-bfdt
14
vulnerability VCID-ugw3-xgan-k3fm
15
vulnerability VCID-va8h-3qxg-uqh2
16
vulnerability VCID-yn8q-d76k-q3h2
17
vulnerability VCID-ywuy-my3f-x7cd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/simplesamlphp/simplesamlphp@1.14.5
13
url pkg:composer/simplesamlphp/simplesamlphp@1.14.6
purl pkg:composer/simplesamlphp/simplesamlphp@1.14.6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-4gux-4jrc-w7ce
1
vulnerability VCID-6fwf-1xps-t7g5
2
vulnerability VCID-96db-3jav-tkay
3
vulnerability VCID-b3fn-bnh5-qyg4
4
vulnerability VCID-cmqz-hp34-8kcx
5
vulnerability VCID-d1cm-xhdp-8qhv
6
vulnerability VCID-d1d1-jng1-4fe6
7
vulnerability VCID-dgs2-3xbu-c3ff
8
vulnerability VCID-dvwj-zd42-nbhe
9
vulnerability VCID-gwtm-bdae-3ufj
10
vulnerability VCID-hhq1-kxga-87ea
11
vulnerability VCID-k5d6-k216-8ub8
12
vulnerability VCID-mfwu-mfhq-fkh8
13
vulnerability VCID-pskx-9d46-bfdt
14
vulnerability VCID-ugw3-xgan-k3fm
15
vulnerability VCID-va8h-3qxg-uqh2
16
vulnerability VCID-yn8q-d76k-q3h2
17
vulnerability VCID-ywuy-my3f-x7cd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/simplesamlphp/simplesamlphp@1.14.6
14
url pkg:composer/simplesamlphp/simplesamlphp@1.14.7
purl pkg:composer/simplesamlphp/simplesamlphp@1.14.7
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-4gux-4jrc-w7ce
1
vulnerability VCID-6fwf-1xps-t7g5
2
vulnerability VCID-96db-3jav-tkay
3
vulnerability VCID-b3fn-bnh5-qyg4
4
vulnerability VCID-cmqz-hp34-8kcx
5
vulnerability VCID-d1cm-xhdp-8qhv
6
vulnerability VCID-d1d1-jng1-4fe6
7
vulnerability VCID-dgs2-3xbu-c3ff
8
vulnerability VCID-dvwj-zd42-nbhe
9
vulnerability VCID-gwtm-bdae-3ufj
10
vulnerability VCID-hhq1-kxga-87ea
11
vulnerability VCID-k5d6-k216-8ub8
12
vulnerability VCID-mfwu-mfhq-fkh8
13
vulnerability VCID-pskx-9d46-bfdt
14
vulnerability VCID-ugw3-xgan-k3fm
15
vulnerability VCID-va8h-3qxg-uqh2
16
vulnerability VCID-yn8q-d76k-q3h2
17
vulnerability VCID-ywuy-my3f-x7cd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/simplesamlphp/simplesamlphp@1.14.7
15
url pkg:composer/simplesamlphp/simplesamlphp@1.14.8
purl pkg:composer/simplesamlphp/simplesamlphp@1.14.8
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-4gux-4jrc-w7ce
1
vulnerability VCID-6fwf-1xps-t7g5
2
vulnerability VCID-96db-3jav-tkay
3
vulnerability VCID-b3fn-bnh5-qyg4
4
vulnerability VCID-cmqz-hp34-8kcx
5
vulnerability VCID-d1cm-xhdp-8qhv
6
vulnerability VCID-d1d1-jng1-4fe6
7
vulnerability VCID-dgs2-3xbu-c3ff
8
vulnerability VCID-dvwj-zd42-nbhe
9
vulnerability VCID-gwtm-bdae-3ufj
10
vulnerability VCID-hhq1-kxga-87ea
11
vulnerability VCID-k5d6-k216-8ub8
12
vulnerability VCID-mfwu-mfhq-fkh8
13
vulnerability VCID-pskx-9d46-bfdt
14
vulnerability VCID-ugw3-xgan-k3fm
15
vulnerability VCID-va8h-3qxg-uqh2
16
vulnerability VCID-yn8q-d76k-q3h2
17
vulnerability VCID-ywuy-my3f-x7cd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/simplesamlphp/simplesamlphp@1.14.8
16
url pkg:composer/simplesamlphp/simplesamlphp@1.14.9
purl pkg:composer/simplesamlphp/simplesamlphp@1.14.9
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-4gux-4jrc-w7ce
1
vulnerability VCID-6fwf-1xps-t7g5
2
vulnerability VCID-96db-3jav-tkay
3
vulnerability VCID-b3fn-bnh5-qyg4
4
vulnerability VCID-cmqz-hp34-8kcx
5
vulnerability VCID-d1cm-xhdp-8qhv
6
vulnerability VCID-d1d1-jng1-4fe6
7
vulnerability VCID-dgs2-3xbu-c3ff
8
vulnerability VCID-dvwj-zd42-nbhe
9
vulnerability VCID-gwtm-bdae-3ufj
10
vulnerability VCID-hhq1-kxga-87ea
11
vulnerability VCID-k5d6-k216-8ub8
12
vulnerability VCID-mfwu-mfhq-fkh8
13
vulnerability VCID-pskx-9d46-bfdt
14
vulnerability VCID-ugw3-xgan-k3fm
15
vulnerability VCID-va8h-3qxg-uqh2
16
vulnerability VCID-yn8q-d76k-q3h2
17
vulnerability VCID-ywuy-my3f-x7cd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/simplesamlphp/simplesamlphp@1.14.9
17
url pkg:composer/simplesamlphp/simplesamlphp@1.14.10
purl pkg:composer/simplesamlphp/simplesamlphp@1.14.10
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-4gux-4jrc-w7ce
1
vulnerability VCID-6fwf-1xps-t7g5
2
vulnerability VCID-96db-3jav-tkay
3
vulnerability VCID-b3fn-bnh5-qyg4
4
vulnerability VCID-cmqz-hp34-8kcx
5
vulnerability VCID-d1cm-xhdp-8qhv
6
vulnerability VCID-d1d1-jng1-4fe6
7
vulnerability VCID-dgs2-3xbu-c3ff
8
vulnerability VCID-dvwj-zd42-nbhe
9
vulnerability VCID-gwtm-bdae-3ufj
10
vulnerability VCID-hhq1-kxga-87ea
11
vulnerability VCID-k5d6-k216-8ub8
12
vulnerability VCID-mfwu-mfhq-fkh8
13
vulnerability VCID-pskx-9d46-bfdt
14
vulnerability VCID-ugw3-xgan-k3fm
15
vulnerability VCID-va8h-3qxg-uqh2
16
vulnerability VCID-yn8q-d76k-q3h2
17
vulnerability VCID-ywuy-my3f-x7cd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/simplesamlphp/simplesamlphp@1.14.10
18
url pkg:composer/simplesamlphp/simplesamlphp@1.14.11
purl pkg:composer/simplesamlphp/simplesamlphp@1.14.11
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-4gux-4jrc-w7ce
1
vulnerability VCID-6fwf-1xps-t7g5
2
vulnerability VCID-96db-3jav-tkay
3
vulnerability VCID-cmqz-hp34-8kcx
4
vulnerability VCID-d1cm-xhdp-8qhv
5
vulnerability VCID-dgs2-3xbu-c3ff
6
vulnerability VCID-dvwj-zd42-nbhe
7
vulnerability VCID-gwtm-bdae-3ufj
8
vulnerability VCID-hhq1-kxga-87ea
9
vulnerability VCID-k5d6-k216-8ub8
10
vulnerability VCID-mfwu-mfhq-fkh8
11
vulnerability VCID-pskx-9d46-bfdt
12
vulnerability VCID-ugw3-xgan-k3fm
13
vulnerability VCID-va8h-3qxg-uqh2
14
vulnerability VCID-yn8q-d76k-q3h2
15
vulnerability VCID-ywuy-my3f-x7cd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/simplesamlphp/simplesamlphp@1.14.11
19
url pkg:composer/simplesamlphp/simplesamlphp@1.14.12
purl pkg:composer/simplesamlphp/simplesamlphp@1.14.12
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-4gux-4jrc-w7ce
1
vulnerability VCID-6fwf-1xps-t7g5
2
vulnerability VCID-96db-3jav-tkay
3
vulnerability VCID-cmqz-hp34-8kcx
4
vulnerability VCID-d1cm-xhdp-8qhv
5
vulnerability VCID-dvwj-zd42-nbhe
6
vulnerability VCID-gwtm-bdae-3ufj
7
vulnerability VCID-hhq1-kxga-87ea
8
vulnerability VCID-mfwu-mfhq-fkh8
9
vulnerability VCID-pskx-9d46-bfdt
10
vulnerability VCID-ugw3-xgan-k3fm
11
vulnerability VCID-va8h-3qxg-uqh2
12
vulnerability VCID-yn8q-d76k-q3h2
13
vulnerability VCID-ywuy-my3f-x7cd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/simplesamlphp/simplesamlphp@1.14.12
20
url pkg:composer/simplesamlphp/simplesamlphp@1.14.13
purl pkg:composer/simplesamlphp/simplesamlphp@1.14.13
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-4gux-4jrc-w7ce
1
vulnerability VCID-6fwf-1xps-t7g5
2
vulnerability VCID-96db-3jav-tkay
3
vulnerability VCID-cmqz-hp34-8kcx
4
vulnerability VCID-d1cm-xhdp-8qhv
5
vulnerability VCID-gwtm-bdae-3ufj
6
vulnerability VCID-hhq1-kxga-87ea
7
vulnerability VCID-mfwu-mfhq-fkh8
8
vulnerability VCID-pskx-9d46-bfdt
9
vulnerability VCID-ugw3-xgan-k3fm
10
vulnerability VCID-va8h-3qxg-uqh2
11
vulnerability VCID-yn8q-d76k-q3h2
12
vulnerability VCID-ywuy-my3f-x7cd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/simplesamlphp/simplesamlphp@1.14.13
21
url pkg:composer/simplesamlphp/simplesamlphp@1.14.14
purl pkg:composer/simplesamlphp/simplesamlphp@1.14.14
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-4gux-4jrc-w7ce
1
vulnerability VCID-6fwf-1xps-t7g5
2
vulnerability VCID-96db-3jav-tkay
3
vulnerability VCID-cmqz-hp34-8kcx
4
vulnerability VCID-d1cm-xhdp-8qhv
5
vulnerability VCID-gwtm-bdae-3ufj
6
vulnerability VCID-hhq1-kxga-87ea
7
vulnerability VCID-mfwu-mfhq-fkh8
8
vulnerability VCID-pskx-9d46-bfdt
9
vulnerability VCID-ugw3-xgan-k3fm
10
vulnerability VCID-ywuy-my3f-x7cd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/simplesamlphp/simplesamlphp@1.14.14
22
url pkg:composer/simplesamlphp/simplesamlphp@1.14.15
purl pkg:composer/simplesamlphp/simplesamlphp@1.14.15
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-4gux-4jrc-w7ce
1
vulnerability VCID-6fwf-1xps-t7g5
2
vulnerability VCID-96db-3jav-tkay
3
vulnerability VCID-cmqz-hp34-8kcx
4
vulnerability VCID-d1cm-xhdp-8qhv
5
vulnerability VCID-hhq1-kxga-87ea
6
vulnerability VCID-mfwu-mfhq-fkh8
7
vulnerability VCID-pskx-9d46-bfdt
8
vulnerability VCID-ugw3-xgan-k3fm
9
vulnerability VCID-ywuy-my3f-x7cd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/simplesamlphp/simplesamlphp@1.14.15
23
url pkg:composer/simplesamlphp/simplesamlphp@1.14.16
purl pkg:composer/simplesamlphp/simplesamlphp@1.14.16
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-4gux-4jrc-w7ce
1
vulnerability VCID-6fwf-1xps-t7g5
2
vulnerability VCID-96db-3jav-tkay
3
vulnerability VCID-cmqz-hp34-8kcx
4
vulnerability VCID-d1cm-xhdp-8qhv
5
vulnerability VCID-hhq1-kxga-87ea
6
vulnerability VCID-mfwu-mfhq-fkh8
7
vulnerability VCID-ugw3-xgan-k3fm
8
vulnerability VCID-ywuy-my3f-x7cd
resource_url http://public2.vulnerablecode.io/packages/pkg:composer/simplesamlphp/simplesamlphp@1.14.16
References
0
reference_url https://github.com/FriendsOfPHP/security-advisories/blob/master/simplesamlphp/simplesamlphp/201710-01.yaml
reference_id
reference_type
scores
0
value CRITICAL
scoring_system generic_textual
scoring_elements
url https://github.com/FriendsOfPHP/security-advisories/blob/master/simplesamlphp/simplesamlphp/201710-01.yaml
1
reference_url https://github.com/simplesamlphp/simplesamlphp
reference_id
reference_type
scores
0
value CRITICAL
scoring_system generic_textual
scoring_elements
url https://github.com/simplesamlphp/simplesamlphp
2
reference_url https://github.com/simplesamlphp/simplesamlphp/commit/e2d53086abbb253efb24ddcb49b116246eb0b6ca
reference_id
reference_type
scores
0
value CRITICAL
scoring_system generic_textual
scoring_elements
url https://github.com/simplesamlphp/simplesamlphp/commit/e2d53086abbb253efb24ddcb49b116246eb0b6ca
3
reference_url https://simplesamlphp.org/security/201710-01
reference_id
reference_type
scores
0
value CRITICAL
scoring_system generic_textual
scoring_elements
url https://simplesamlphp.org/security/201710-01
4
reference_url https://github.com/advisories/GHSA-fjr2-r2mp-484p
reference_id GHSA-fjr2-r2mp-484p
reference_type
scores
0
value CRITICAL
scoring_system cvssv3.1_qr
scoring_elements
url https://github.com/advisories/GHSA-fjr2-r2mp-484p
Weaknesses
0
cwe_id 937
name OWASP Top Ten 2013 Category A9 - Using Components with Known Vulnerabilities
description Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2013.
1
cwe_id 1035
name OWASP Top Ten 2017 Category A9 - Using Components with Known Vulnerabilities
description Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2017.
Exploits
Severity_range_score9.0 - 10.0
Exploitability0.5
Weighted_severity9.0
Risk_score4.5
Resource_urlhttp://public2.vulnerablecode.io/vulnerabilities/VCID-ugw3-xgan-k3fm