Sploitus

Exploit for CVE-2018-11776

gitee · 2020-06-18

Exploit Code

MARKDOWN2 lines
## https://sploitus.com/exploit?id=052C34BC-FC43-5E7C-B692-3A21782328A6
PoC exploit for CVE-2018-11776, a Struts2 RCE vulnerability. The target product/service is Apache Struts 2, and the vulnerability class/vector is Remote Command Execution (RCE). The probable entry point is the "help.action" URL, which is accessed via a specially crafted OGNL payload. The exploit is typically invoked by sending a GET request to the "help.action" URL with the OGNL payload as a parameter. The expected impact is Remote Command Execution, allowing an attacker to execute arbitrary system commands. The observable network artifacts/IO include a redirect to a URL containing the command execution result. The preconditions for the exploit are a vulnerable version of Struts 2 (2.3 to 2.3.34, and 2.5 to 2.5.16), and a misconfigured Struts 2 application.