What kind of security issues will I have if I provide my web app write access?

Posted by iama on Stack Overflow See other posts from Stack Overflow or by iama
Published on 2010-05-24T01:37:22Z Indexed on 2010/05/24 1:40 UTC
Read the original article Hit count: 305

I would like to give my web application write access to a particular folder on my web server. My web app can create files on this folder and can write data to those files. However, the web app does not provide any interface to the users nor does it publicize the fact that it can create files or write to files. Am I susceptible to any security vulnerabilities? If so, what are they?

© Stack Overflow or respective owner

Related posts about web-development

Related posts about security