The Analysis of Apache Struts 1 ActionServlet Validator Bypass (CVE-2016-1182)
Credit to Author: Dehui Yin| Date: Wed, 25 Oct 2017 11:50:59 +0000
Apache Struts 1 ValidatorForm is a commonly used component in the JAVA EE Web Application that requires validated form fields input by a user, such as a login form, registration form, or other information form. By configuring the validation rules, Apache Struts can validate many different kinds of fields – username, email, credit card number, etc. However, a bug in Apache Struts 1 can be used to manipulate the property of ValidatorForm so as to modify the validation rules, or even worse, cause a denial of service or execute arbitrary code in the…
Read More