structs 2 2013 S2-019漏洞修复方法

1、升级structs 2到2.3.15.3版本

2、如果漏洞还存在

关 debug模式,请关一下,Apache Struts 2的Dynamic Method Invocation,也关一下

<constant name="struts.devMode" value="false" />
    <constant name="struts.enable.DynamicMethodInvocation" value="false"/>


发布了157 篇原创文章 · 获赞 22 · 访问量 52万+

猜你喜欢

转载自blog.csdn.net/zhaozhanyong/article/details/50510100