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
vendor: http://uuu.la/
UCMS 1.6 installation package: http://uuu.la/uploadfile/file/ucms_1.6.zip
After installation, log in to the background
click Site management
click on the Custom page
fiset click Add Page,then click choose
click footer.php
Add shellcode ,then click save it
And then we go to the home page,and we find that the code has been executed
According to the code, we find that it is caused by the include function with inc/func.php,it use the previous template file(footer.php)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
vendor: http://uuu.la/
UCMS 1.6 installation package: http://uuu.la/uploadfile/file/ucms_1.6.zip
After installation, log in to the background
click Site management

click on the Custom page

fiset click Add Page,then click choose

click footer.php

Add shellcode ,then click save it

And then we go to the home page,and we find that the code has been executed

According to the code, we find that it is caused by the include function with inc/func.php,it use the previous template file(footer.php)

The text was updated successfully, but these errors were encountered: