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
Hello Thanks for maintaining this open-source project I would like to report a path traversal vulnerability similar to:
In the ImportController.Create method, the model.TempFileName user-controlled input is not validated and an attacker can perform a path traversal attack to copy an arbitrary file into a new profil and delete the original file.
model.TempFileName
Eric
The text was updated successfully, but these errors were encountered:
5ab1e37
Thank you @mgesing for the quick fixes For information, this vulnerability and the ones reported in #2113 have been found automatically by SonarSource products. You can try sonarcloud.io for instance, it's free for open-source projects.
Sorry, something went wrong.
Thank you, Eric.
mgesing
No branches or pull requests
Hello
Thanks for maintaining this open-source project
I would like to report a path traversal vulnerability similar to:
In the ImportController.Create method, the
model.TempFileNameuser-controlled input is not validated and an attacker can perform a path traversal attack to copy an arbitrary file into a new profil and delete the original file.Eric
The text was updated successfully, but these errors were encountered: