-
Notifications
You must be signed in to change notification settings - Fork 43
D-tale query method code injection #150
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
base: main
Are you sure you want to change the base?
Conversation
|
Hello @VickyTheViking, thank you for your contribution! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left some additional comments and suggestions, feel free to reach out for any doubt or question!
dtale/exposed_ui/README.md
Outdated
| @@ -0,0 +1,21 @@ | |||
| # setup a D-Tale inance without need of authentication | |||
| ```bash | |||
| cd Vulnerable/ | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| cd Vulnerable/ |
dtale/exposed_ui/Dockerfile
Outdated
| @@ -0,0 +1,11 @@ | |||
| FROM python:3.7 | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This does not build correctly on my machine, I bumped it to python:3.10 and it builds without issues now. Was there any specific reason to leave it to 3.7?
| FROM python:3.7 | |
| FROM python:3.10 |
dtale/exposed_ui/README.md
Outdated
| curl 'http://127.0.0.1:40000/dtale/upload' \ | ||
| -X POST \ | ||
| -H 'Content-Type: multipart/form-data; boundary=----geckoformboundaryb38fffc548bd5dad82328985c3f223d4' \ | ||
| --data-binary \ | ||
| $'------geckoformboundaryb38fffc548bd5dad82328985c3f223d4\r\nContent-Disposition: form-data; name="simple-dtale-data.csv"; filename="simple-dtale-data.csv"\r\nContent-Type: text/csv\r\n\r\n------geckoformboundaryb38fffc548bd5dad82328985c3f223d4\r\nContent-Disposition: form-data; name="header"\r\n\r\ntrue\r\n------geckoformboundaryb38fffc548bd5dad82328985c3f223d4\r\nContent-Disposition: form-data; name="separatorType"\r\n\r\ncomma\r\n------geckoformboundaryb38fffc548bd5dad82328985c3f223d4\r\nContent-Disposition: form-data; name="separator"\r\n\r\n\r\n------geckoformboundaryb38fffc548bd5dad82328985c3f223d4--\r\n' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I get the same issue of the detector, already commented it here: google/tsunami-security-scanner-plugins#673 (comment)
google/tsunami-security-scanner-plugins#561