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
Describe the bug Stored XSS exists in Blogifier 3.0 via filename parameter in '/api/storage/upload/PostImage'.
Steps to reproduce
<img src=1 onerror=alert(1)>
The text was updated successfully, but these errors were encountered:
Fixed with commit 97fcdac
Sorry, something went wrong.
rxtur
No branches or pull requests
Describe the bug
Stored XSS exists in Blogifier 3.0 via filename parameter in '/api/storage/upload/PostImage'.
Steps to reproduce
<img src=1 onerror=alert(1)>in filename field.The text was updated successfully, but these errors were encountered: