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
Currently PiCAST is vulnerable to arbitrary command execution due to the fact that it uses the command line to play videos.
Here is an example of an input that would cause unintended command execution:
localhost:3000/yt-stream/$(zenity --info --text "Arbitrary Command")
In order to fix this, you may want to add a way of making sure that the youtube video id is valid and does not contain $(SOME_COMMAND).
$(SOME_COMMAND)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently PiCAST is vulnerable to arbitrary command execution due to the fact that it uses the command line to play videos.
Here is an example of an input that would cause unintended command execution:
In order to fix this, you may want to add a way of making sure that the youtube video id is valid and does not contain
$(SOME_COMMAND)
.The text was updated successfully, but these errors were encountered: