Open Redirect in blogifierdotnet/blogifier
Reported on
Sep 28th 2021
Description
Open redirect at login page due to unchecked "returnUrl" param
Proof of Concept
- Go to demo page link http://demo.blogifier.net/admin/login/?returnUrl=https://google.com
- Login using demo account and see that you are redirected to google.com
Impact
This vulnerability is capable of open redirect
SECURITY.md
2 years ago
How is this vulnerability if you have to first sign in as a site admin??
Hi, the vulnerability is of type Open Redirect, that means the user is redirected from blogifier to another malicious page.
In the real attack scenario, the attacker will send this url to user:
http://demo.blogifier.net/admin/login/?returnUrl={attacker_malicious_link}
If the user logs in, he/she then redirected to malicious site.
Reference : https://portswigger.net/kb/issues/00500100_open-redirection-reflected