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
Hey Seems it is possible to execute custom OS command thru https://github.com/kaeverens/kvwebme/blob/master/install/theme-upload.php#L96
$_FILES[ 'theme-zip' ][ 'name' ] - it's just a HTTP POST param that can be controlled via request from user.
The text was updated successfully, but these errors were encountered:
Nice catch. To be honest, I think it might be time to shut this project down. I haven't done anything on it in years.
Sorry, something went wrong.
Probably. I found it randomly - https://searchcode.com/?q=shell_exec (first result)
No branches or pull requests
Hey
Seems it is possible to execute custom OS command thru
https://github.com/kaeverens/kvwebme/blob/master/install/theme-upload.php#L96
$_FILES[ 'theme-zip' ][ 'name' ] - it's just a HTTP POST param that can be controlled via request from user.
The text was updated successfully, but these errors were encountered: