CVE-2021-32806: URL Redirection to Untrusted Site ('Open Redirect') in Products.isurlinportal
Impact Various parts of Plone use the 'is url in portal' check for security, mostly to see if it is safe to redirect to a url. A url like https://example.org is not in the portal. But the url https:example.org without slashes tricks our code and it is considered to be in the portal. When redirecting, some browsers go to https://example.org, others give an error. Attackers may use this to redirect you to their site, especially as part of a phishing attack.
Patches The problem has been patched in Products.isurlinportal 1.2.0. This is a recommended upgrade for all users of Plone 4.3 and 5, on Python 2.7 or higher. It has not been tested on earlier Plone or Python versions. Upcoming Plone 5.2.5 and higher will include the new version.
Discovered This vulnerability was discovered and reported by Yuji Tounai of Mitsui Bussan Secure Directions, Inc. Thank you!
For more information If you have any questions or comments about this advisory: Email the Plone Security Team at security@plone.org, especially when you think you have discovered a security problem or when you are not sure. Open an issue in the tracker if your question or comment can be public.
Other sources
Products.isurlinportal is a replacement for isURLInPortal method in Plone. Versions of Products.isurlinportal prior to 1.2.0 have an Open Redirect vulnerability. Various parts of Plone use the 'is url in portal' check for security, mostly to see if it is safe to redirect to a url. A url like https://example.org is not in the portal. The url https:example.org without slashes is considered to be in the portal. When redirecting, some browsers go to https://example.org, others give an error. Attackers may use this to redirect victims to their site, especially as part of a phishing attack. The problem has been patched in Products.isurlinportal 1.2.0.
— MITRE
Affected Software
Remediation
Event History
Frequently Asked Questions
What is CVE-2021-32806?
CVE-2021-32806 is an Open Redirect vulnerability in Products.isurlinportal prior to version 1.2.0.
Which software is affected by CVE-2021-32806?
Plone Isurlinportal versions up to and excluding 1.2.0 are affected.
What is the severity of CVE-2021-32806?
The severity of CVE-2021-32806 is medium with a CVSS score of 6.1.
How can I fix CVE-2021-32806?
To fix CVE-2021-32806, it is recommended to upgrade to version 1.2.0 or later of Products.isurlinportal.
What is the Common Weakness Enumeration (CWE) ID for CVE-2021-32806?
CVE-2021-32806 is associated with CWE-601 (URL Redirection to Untrusted Site ('Open Redirect')).