Search for packages
| purl | pkg:composer/simplesamlphp/simplesamlphp@1.18.3 |
| Vulnerability | Summary | Fixed by |
|---|---|---|
|
VCID-2cd3-p3xz-k3hx
Aliases: CVE-2020-5225 GHSA-6gc6-m364-85ww |
Inclusion of Sensitive Information in Log Files Log injection in `SimpleSAMLphp` before version. The `www/erroreport.php` script, which receives error reports and sends them via email to the system administrator, did not properly sanitize the report identifier obtained from the request. This allows an attacker, under specific circumstances, to inject new log lines by manually crafting this report ID. When configured to use the file logging handler, `SimpleSAMLphp` will output all its logs by appending each log line to a given file. Since the `reportID` parameter received in a request sent to `www/errorreport.php` was not properly sanitized, it was possible to inject newline characters into it, effectively allowing a malicious user to inject new log lines with arbitrary content. |
Affected by 1 other vulnerability. |
|
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. |
Affected by 0 other vulnerabilities. |
|
VCID-dggq-bf45-aqga
Aliases: CVE-2020-5226 GHSA-mj9p-v2r8-wf8w |
Cross-site Scripting Cross-site scripting in `SimpleSAMLphp`. The `www/erroreport.php` script allows error reports to be submitted and sent to the system administrator. Starting with `SimpleSAMLphp`, a new `SimpleSAML\Utils\EMail` class was introduced to handle sending emails, implemented as a wrapper of an external dependency. This new wrapper allows us to use Twig templates in order to create the email sent with an error report. Since Twig provides automatic escaping of variables, manual escaping of the free-text field in `www/errorreport.php` was removed to avoid double escaping. However, for those not using the new user interface yet, an email template is hardcoded into the class itself in plain PHP. Since no escaping is provided in this template, it is then possible to inject HTML inside the template by manually crafting the contents of the free-text field. |
Affected by 1 other vulnerability. |
| Vulnerability | Summary | Aliases |
|---|---|---|
| This package is not known to fix vulnerabilities. | ||
| Date | Actor | Action | Vulnerability | Source | VulnerableCode Version |
|---|---|---|---|---|---|
| 2026-06-04T20:29:35.591600+00:00 | GitLab Importer | Affected by | VCID-6fwf-1xps-t7g5 | https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/simplesamlphp/simplesamlphp/CVE-2020-5301.yml | 38.6.0 |
| 2026-06-04T20:26:37.431001+00:00 | GitLab Importer | Affected by | VCID-2cd3-p3xz-k3hx | https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/simplesamlphp/simplesamlphp/CVE-2020-5225.yml | 38.6.0 |
| 2026-06-04T20:26:37.287391+00:00 | GitLab Importer | Affected by | VCID-dggq-bf45-aqga | https://gitlab.com/gitlab-org/advisories-community/-/blob/main/packagist/simplesamlphp/simplesamlphp/CVE-2020-5226.yml | 38.6.0 |