Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:composer/simplesamlphp/simplesamlphp@1.17.8
purl pkg:composer/simplesamlphp/simplesamlphp@1.17.8
Next non-vulnerable version 1.18.6
Latest non-vulnerable version 2.3.4
Risk
Vulnerabilities affecting this package (1)
Vulnerability Summary Fixed by
VCID-6fwf-1xps-t7g5
Aliases:
CVE-2020-5301
GHSA-24m3-w8g9-jwpq
Information Exposure SimpleSAMLphp contain an information disclosure vulnerability. The module controller in `SimpleSAML\Module` that processes requests for pages hosted by modules, has code to identify paths ending with `.php` and process those as PHP code. If no other suitable way of handling the given path exists, it presents the file to the browser. The check to identify paths ending with `.php` does not account for uppercase letters. If someone requests a path ending with e.g. `.PHP` and the server is serving the code from a case-insensitive file system, such as on Windows, the processing of the PHP code does not occur, and the source code is instead presented to the browser. An attacker may use this issue to gain access to the source code in third-party modules that is meant to be private, or even sensitive. However, the attack surface is considered small, as the attack will only work when SimpleSAMLphp serves such content from a file system that is not case-sensitive, such as on Windows.
1.18.6
Affected by 0 other vulnerabilities.
Vulnerabilities fixed by this package (2)
Vulnerability Summary Aliases
VCID-8w1y-praq-2bb2 Information Exposure Information disclosure in simplesamlphp. GMS-2019-150
VCID-pecs-5zkn-6qfq SimpleSAMLphp Information Disclosure vulnerability The new admin interface includes a way to view information about the host where SimpleSAMLphp is installed, by means of the phpinfo() PHP function. An endpoint that exposes the output of that function is included in the admin module for easier debugging. The aforementioned endpoint had no checks for administrator privileges. This would allow any individual to access the given endpoint without authenticating, gathering information about the affected system. GHSA-ppm4-r2vc-pg74