-
Notifications
You must be signed in to change notification settings - Fork 105
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
Command injection #128
Comments
Yes. It is marked in the README. Since we haven't find a good way to deal
with this one, and the need of argument 'other', we mark that risk in
README first.
Do you have any suggestions on that?
在 2020年10月17日週六 04:32,Peter Maguire <notifications@github.com> 寫道:
… The ping input is not sanitised, so something like
const response = await ping.promise.probe('localhost;id', {});
Will execute id and print the output in response
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#128>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA5YBIYMR6HXXXU3XDCDTI3SLCUWBANCNFSM4STZOZNQ>
.
|
Why is enabling shell a requirement? You could remove characters from the input like |
I'm agree with @UnacceptableUse if there is no reason to enable |
Enabling the |
Hi all, I have just set so... let's see whether what will happen afterwards :D |
Patches are available on 0.4.0. Reopen this issue if there are things to follow up |
The ping input is not sanitised, so something like
Will execute
id
and print the output inresponse
The text was updated successfully, but these errors were encountered: