Changes

Jump to: navigation, search

WebAppSec/Secure Coding Guidelines

168 bytes added, 02:04, 28 January 2011
m
General Uploads
'''Beware of "special" files'''
*"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". *".htaccess" and ".htpasswd" provides server configuration options on a per-directory basis, and should not be permitted. See http://en.wikipedia.org/wiki/Htaccess
=== Image Upload ===
Confirm
717
edits

Navigation menu