New issue
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
Remote Code Injection vulnerable #86
Comments
|
If we use upper payload, first Then, the You can check with this below code. I'm not goot at coding, but I think this might be solution. |
|
I'll fix this as a separate issue as it should only be converting the first SVG element. I never intended for multiple SVG elements to be converted within a single string. I understand that this is circumventing recent protections though so will prioritize accordingly. |
|
This issue should now be resolved in the latest Thanks again for your investigation and reporting of bugs like these. |
I found the issue from version 0.6.3.
The issue is that it sanitizes svg tag only once time.
so I add another svg tag which is
<svg/>before the original payload that I used before.It's still vulnerable to remote code injection with directory traversal vulnerability.
The text was updated successfully, but these errors were encountered: