Flash xss 0day in phpwind

Source: Internet
Author: User

I have recently submitted flash-related vulnerabilities for many Daniel. One flash file used in the latest PHPWIND version has the xss vulnerability. If there are so many flash files, I will directly report the vulnerability.
1, file location http://www.phpwind.net/res/images/uploader.swf 2, through the swf file decompile get as code, find the "ExternalInterface. call is a key function that is used in the Code, for example, ExternalInterface. call (this. jsobject + ". initflash ");, 3. trace this. the jsobject variable has the following code: this. jsobject = this. loaderInfo. parameters ["jsobject"]; directly through loaderInfo. parameters. No filtering or check is performed. 4. directly construct poc http://www.phpwind.net/res/images/uploader.swf? Jsobject = alert (1)} catch (e ){}//
Solution:Filter out special characters based on actual conditions, or only allow the parameter to contain letters and numbers.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.