We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, how is going? I test imgurl upload functions. And I found a XSS vulnarability.
Put payload on upload header : X-Forwarded-For: "><img src=# onerror=alert(/a/)>
X-Forwarded-For: "><img src=# onerror=alert(/a/)>
then web administrator click
all the request header filter special character。
过滤http请求头的所有特殊字符。
The text was updated successfully, but these errors were encountered:
感谢您的反馈,这应该是由于获取用户IP的时候,XFF头没有进行验证导致。我修复一下。
Sorry, something went wrong.
No branches or pull requests
Hi, how is going? I test imgurl upload functions. And I found a XSS vulnarability.
First step:
Put payload on upload header :
X-Forwarded-For: "><img src=# onerror=alert(/a/)>
Second
then web administrator click
The method to solve it:
all the request header filter special character。
过滤http请求头的所有特殊字符。
The text was updated successfully, but these errors were encountered: