First published: Mon Aug 02 2021(Updated: )
### 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](mailto: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](https://github.com/plone/Products.isurlinportal/issues) if your question or comment can be public.
Credit: security-advisories@github.com security-advisories@github.com
Affected Software | Affected Version | How to fix |
---|---|---|
Plone Isurlinportal | <1.2.0 | |
pip/Products.isurlinportal | <1.2.0 | 1.2.0 |
<1.2.0 |
https://github.com/plone/Products.isurlinportal/commit/d4fd34990d18adf05a10dc5e2bb4b066798280ba
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2021-32806 is an Open Redirect vulnerability in Products.isurlinportal prior to version 1.2.0.
Plone Isurlinportal versions up to and excluding 1.2.0 are affected.
The severity of CVE-2021-32806 is medium with a CVSS score of 6.1.
To fix CVE-2021-32806, it is recommended to upgrade to version 1.2.0 or later of Products.isurlinportal.
CVE-2021-32806 is associated with CWE-601 (URL Redirection to Untrusted Site ('Open Redirect')).