Skip to content
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

security issue: upload any file to server (even PHP file) #60

Open
scholtz opened this issue Jan 27, 2015 · 0 comments
Open

security issue: upload any file to server (even PHP file) #60

scholtz opened this issue Jan 27, 2015 · 0 comments

Comments

@scholtz
Copy link
Contributor

scholtz commented Jan 27, 2015

anyone who can execute this file: \src\assets\lib\plupload\examples\upload.php can upload any file to server to location ini_get("upload_tmp_dir") . DIRECTORY_SEPARATOR . "plupload" . DIRECTORY_SEPARATOR . $_REQUEST["name"]

it is quite a serious security bug where there should be filter for the extension of the file..

I recommend to delete this file from production or put exit; on the first line for the release of Bootstrap-Admin-Template

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant