Tenancy multi-tenant is an open source multi-domain controller for the Laravel web framework. In some situations, it is possible to have open redirects where users can be redirected from your site to any other site using a specially crafted URL. This is only the case for installations where the default Hostname Identification is used and the environment uses tenants that have `force_https` set to `true` (default: `false`). Version 5.7.2 contains the relevant patches to fix this bug. Stripping the URL from special characters to prevent specially crafted URL's from being redirected to. As a work around users can set the `force_https` to every tenant to `false`, however this may degrade connection security.
References
Link | Resource |
---|---|
https://github.com/tenancy/multi-tenant/commit/9c837a21bccce9bcaeb90033ef200d84f0d9e164 | Patch Third Party Advisory |
https://github.com/tenancy/multi-tenant/security/advisories/GHSA-4r8q-gv9j-3xx6 | Mitigation Third Party Advisory |
https://packagist.org/packages/hyn/multi-tenant | Product Third Party Advisory |
https://webmasters.googleblog.com/2009/01/open-redirect-urls-is-your-site-being.html | Third Party Advisory |
Configurations
History
08 Jun 2021, 16:26
Type | Values Removed | Values Added |
---|---|---|
CWE | CWE-601 | |
References | (MISC) https://github.com/tenancy/multi-tenant/commit/9c837a21bccce9bcaeb90033ef200d84f0d9e164 - Patch, Third Party Advisory | |
References | (MISC) https://packagist.org/packages/hyn/multi-tenant - Product, Third Party Advisory | |
References | (MISC) https://webmasters.googleblog.com/2009/01/open-redirect-urls-is-your-site-being.html - Third Party Advisory | |
References | (CONFIRM) https://github.com/tenancy/multi-tenant/security/advisories/GHSA-4r8q-gv9j-3xx6 - Mitigation, Third Party Advisory | |
CVSS |
v2 : v3 : |
v2 : 5.8
v3 : 6.1 |
CPE | cpe:2.3:a:tenancy:multi-tenant:*:*:*:*:*:*:*:* |
27 May 2021, 17:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2021-05-27 17:15
Updated : 2024-02-04 21:47
NVD link : CVE-2021-32645
Mitre link : CVE-2021-32645
CVE.ORG link : CVE-2021-32645
JSON object : View
Products Affected
tenancy
- multi-tenant
CWE
CWE-601
URL Redirection to Untrusted Site ('Open Redirect')