Files
CVEs-PoC/2013/CVE-2013-4200.md
T
2025-09-29 21:09:30 +02:00

18 lines
935 B
Markdown

### [CVE-2013-4200](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-4200)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brightgreen)
### Description
The isURLInPortal method in the URLTool class in in_portal.py in Plone 2.1 through 4.1, 4.2.x through 4.2.5, and 4.3.x through 4.3.1 treats URLs starting with a space as a relative URL, which allows remote attackers to bypass the allow_external_login_sites filtering property, redirect users to arbitrary web sites, and conduct phishing attacks via a space before a URL in the "next" parameter to acl_users/credentials_cookie_auth/require_login.
### POC
#### Reference
- https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2013-4200
#### Github
No PoCs found on GitHub currently.