-
Notifications
You must be signed in to change notification settings - Fork 54
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
Cross-site Scripting (XSS) in bigtreecms 4.2.22 #333
Comments
This is a submodule of https://github.com/oyejorge/less.php -- I would report the issue there. |
@timbuckingham check the comment in oyejorge/less.php#361 |
I've adjusted the build scripts for BigTree 4.2.x to explicitly delete /core/inc/lib/less.php/test when building a production zip file (so it should be removed in the next 4.2.x release). BigTree 4.3.x already moved to using composer to install the LESS library so it should be fixed there. Thanks for the follow up! |
Great, thanks! I think that this issue report can be closed. |
Cross-site Scripting (XSS) in bigtreecms 4.2.22
The vulnerability is in /core/inc/lib/less.php/test/index.php。
POC:
localhost/BigTree-CMS/core/inc/lib/less.php/test/index.php?dir=aaa"><script>alert(1)</script>&file=charsets
thank you~
The text was updated successfully, but these errors were encountered: