Changes

Jump to: navigation, search

WebAppSec/Secure Coding Guidelines

234 bytes added, 00:33, 1 February 2011
General Uploads
'''Beware of "special" files'''
 
* The upload feature should be using a whitelist approach to only allow specific file types and extensions. However, it is important to be aware of the following file types that, if allowed, could result in security vulnerabilities.
*"crossdomain.xml" allows cross-domain data loading in Flash, Java and Silverlight. If permitted on sites with authentication this can permit cross-domain data theft and CSRF attacks. Note this can get pretty complicated depending on the specific plugin version in question, so its best to just prohibit files named "crossdomain.xml" or "clientaccesspolicy.xml".
Confirm
491
edits

Navigation menu