Search |
|||||
Carol McDonald's blogOWASP Top 10 number 3: Malicious File ExecutionPosted by caroljmcdonald on October 8, 2009 at 9:31 AM PDT
Number 3 in the Top 10 most critical web application security vulnerabilities identified by the Open Web Application Security Project (OWASP) is Malicious File Execution, which occurs when attacker's files are executed or processed by the web server. This can happen when an input filename is compromised or an uploaded file is improperly trusted.Examples
If the filename was compromised to ../../web.xml , it might allow access to web server properties Malicious File Execution can result in:
Protecting against Malicious File Execution
Java specific Protecting against Malicious File ExectionUse the OWASP ESAPI HTTPUtilities interface:
References and More Information:
»
Related Topics >>
Blogs Java Enterprise Comments
Comments are listed in date ascending order (oldest first)
|
CategoriesArchivesRecent Entries |
||||
|
|
JPA but unrelated to this entry