-
Notifications
You must be signed in to change notification settings - Fork 520
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
Remote.php has a security issue with arbitrary file uploads #1350
Comments
@Beatriz-ai-boop you need to be more specific and show an example. |
Wow! Is @Beatriz-ai-boop trying to be helpful? the good news is that the PHP remote is not being used. |
Here are more details.
shell.php is:
Then you can execute any command based on this php file. |
@Beatriz-ai-boop Go for it! Please make the fixes! |
'packages/web/remote.php' Lack of proper validation and sanitization of the $_REQUEST['url'] parameter. Malicious users could inject malicious URLs, leading to remote code execution or other attacks.Using the basename function may also cause path traversal issues.
The text was updated successfully, but these errors were encountered: