This document discusses security testing of the Java Server Faces (JSF) web framework. It begins with an overview of JSF and its security architecture, then analyzes potential vulnerabilities through penetration testing techniques, including issues with view state handling, cross-site request forgery protection, security descriptor configuration, and input validation. The document provides examples of vulnerabilities found and recommendations for more secure implementations.
Related topics: