CVE-2020-5226: Cross-site scripting in SimpleSAMLphp
Cross-site scripting in SimpleSAMLphp before version 1.18.4. The www/erroreport.php script allows error reports to be submitted and sent to the system administrator. Starting with SimpleSAMLphp 1.18.0, 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 Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
SimpleSAMLphpto a version that resolves this vulnerability.Fixed in 1.18.4
Event History
Frequently Asked Questions
What is the severity of CVE-2020-5226?
The severity of CVE-2020-5226 is medium with a severity value of 5.4.
What is the affected software of CVE-2020-5226?
The affected software of CVE-2020-5226 is SimpleSAMLphp before version 1.18.4.
How can I fix CVE-2020-5226?
To fix CVE-2020-5226, upgrade SimpleSAMLphp to version 1.18.4 or later.
What is the Common Weakness Enumeration (CWE) of CVE-2020-5226?
The Common Weakness Enumeration (CWE) of CVE-2020-5226 is CWE-79.
Where can I find more information about CVE-2020-5226?
You can find more information about CVE-2020-5226 in the following references: [GitHub Advisory](https://github.com/simplesamlphp/simplesamlphp/security/advisories/GHSA-mj9p-v2r8-wf8w), [SimpleSAMLphp Security Advisory](https://simplesamlphp.org/security/202001-01).