### [CVE-2007-4385](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-4385) ![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=n%2Fa%20&color=brightgreen) ![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brightgreen) ### Description OWASP Stinger before 2.5 allows remote attackers to bypass input validation routines by using multipart encoded requests instead of form-urlencoded requests. NOTE: this might be used to expose vulnerabilities in applications that would otherwise be protected by the validation routines. ### POC #### Reference - http://o0o.nu/~meder/o0o_bypassing_servlet_input_validation_filters.txt - http://securityreason.com/securityalert/3035 #### Github No PoCs found on GitHub currently.