CVE-2025-65954
Analyzed
Analyzed - Analysis Complete
Open Redirect in SimpleSAMLphp-casserver
Publication date: 2026-05-18
Last updated on: 2026-05-27
Assigner: GitHub, Inc.
Description
Description
SimpleSAMLphp-casserver is a CAS 1.0 and 2.0 compliant CAS server in the form of a SimpleSAMLphp module. In versions below 6.3.1 and 7.0.0, the logout endpoint accepts a url query parameter to redirect to. casserver treats that url as trusted, and either (depending on configuration) redirects the browser there, or shows a "you've been logged out" page with a link to continue to that url. Impacted configs include 'enable_logout' => true, and 'skip_logout_page' -> true. This issue has been resolved in versions 6.3.1 and 7.0.0.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| simplesamlphp | simplesamlphp-module-casserver | to 6.3.1 (exc) |
| simplesamlphp | simplesamlphp-module-casserver | 7.0.0 |
| simplesamlphp | simplesamlphp-module-casserver | 7.0.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-601 | The web application accepts a user-controlled input that specifies a link to an external site, and uses that link in a redirect. |