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.
References
Link | Resource |
---|---|
http://jvn.jp/en/jp/JVN50804280/index.html | Third Party Advisory |
https://github.com/plone/Products.isurlinportal/commit/d4fd34990d18adf05a10dc5e2bb4b066798280ba | Patch Third Party Advisory |
https://github.com/plone/Products.isurlinportal/security/advisories/GHSA-q3m9-9fj2-mfwr | Third Party Advisory |
http://jvn.jp/en/jp/JVN50804280/index.html | Third Party Advisory |
https://github.com/plone/Products.isurlinportal/commit/d4fd34990d18adf05a10dc5e2bb4b066798280ba | Patch Third Party Advisory |
https://github.com/plone/Products.isurlinportal/security/advisories/GHSA-q3m9-9fj2-mfwr | Third Party Advisory |
Configurations
History
21 Nov 2024, 06:07
Type | Values Removed | Values Added |
---|---|---|
References | () http://jvn.jp/en/jp/JVN50804280/index.html - Third Party Advisory | |
References | () https://github.com/plone/Products.isurlinportal/commit/d4fd34990d18adf05a10dc5e2bb4b066798280ba - Patch, Third Party Advisory | |
References | () https://github.com/plone/Products.isurlinportal/security/advisories/GHSA-q3m9-9fj2-mfwr - Third Party Advisory | |
CVSS |
v2 : v3 : |
v2 : 5.8
v3 : 6.5 |
Information
Published : 2021-08-02 19:15
Updated : 2024-11-21 06:07
NVD link : CVE-2021-32806
Mitre link : CVE-2021-32806
CVE.ORG link : CVE-2021-32806
JSON object : View
Products Affected
plone
- isurlinportal
CWE
CWE-601
URL Redirection to Untrusted Site ('Open Redirect')