Skip to content

Link injection in SimpleSAMLphp

Low severity GitHub Reviewed Published Jun 5, 2019 in simplesamlphp/simplesamlphp • Updated Jan 9, 2023

Package

composer simplesamlphp/simplesamlphp (Composer)

Affected versions

< 1.14.4

Patched versions

1.14.4

Description

Background

Several scripts part of SimpleSAMLphp display a web page with links obtained from the request parameters. This allows us to enhance usability, as the users are presented with links they can follow after completing a certain action, like logging out.

Description

The following scripts were not checking the URLs obtained via the HTTP request before displaying them as the target of links that the user may click on:

  • www/logout.php
  • modules/core/www/no_cookie.php

The issue allowed attackers to display links targeting a malicious website inside a trusted site running SimpleSAMLphp, due to the lack of security checks involving the link_href and retryURL HTTP parameters, respectively. The issue was resolved by including a verification of the URLs received in the request against a white list of websites specified in the trusted.url.domains configuration option.

Affected versions

All SimpleSAMLphp versions prior to 1.14.4.

Impact

A remote attacker could craft a link pointing to a trusted website running SimpleSAMLphp, including a parameter pointing to a malicious website, and try to fool the victim into visiting that website by clicking on a link in the page presented by SimpleSAMLphp.

Resolution

Upgrade to the latest version.

Credit

This security issue was discovered and reported by John Page (hyp3rlinx).

References

@jaimeperez jaimeperez published to simplesamlphp/simplesamlphp Jun 5, 2019
Reviewed Jan 24, 2020
Published to the GitHub Advisory Database Jan 24, 2020
Last updated Jan 9, 2023

Severity

Low
3.7
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
High
Privileges required
None
User interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
None
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N

Weaknesses

CVE ID

No known CVE

GHSA ID

GHSA-2r3v-q9x3-7g46

Source code

No known source code

Credits

Checking history
See something to contribute? Suggest improvements for this vulnerability.