CVE编号
CVE-2013-2135利用情况
暂无补丁情况
官方补丁披露时间
2013-07-17漏洞描述
Apache Struts框架是一个基于Java Servlets,JavaBeans, 和 JavaServer Pages (JSP)的Web应用框架的开源项目。Apache Struts 2星号匹配机制存在安全漏洞及存在OGNL表达式两次求值,允许远程攻击者利用漏洞执行任意代码。 Apache Struts 2允许定义基于星号的action映射,如: <action name="*" class="example.ExampleSupport">
<result>/example/{1}.jsp</result>
</action> 如果请求不匹配任何所定义的action,就会匹配星号,且请求的action名会用于加载基于action名的JSP文件,及把{1}值作为OGNL表达式处理,结果允许在服务端执行任意Java代码。此漏洞包含两个问题的组合: 1,请求的action名没有转义或针对白名单进行检查。 2,当组合使用$和%开放字符时对TextParseUtil.translateVariables中的OGNL表达式进行两次求值。
解决建议
Apache Struts 2.3.14.3已经修复此漏洞,建议用户下载更新:http://struts.apache.org/download.cgi#struts23143
参考链接 |
|
---|---|
http://struts.apache.org/development/2.x/docs/s2-015.html | |
http://www.oracle.com/technetwork/topics/security/cpujan2014-1972949.html | |
http://www.oracle.com/technetwork/topics/security/cpuoct2013-1899837.html | |
http://www.securityfocus.com/bid/64758 | |
https://cwiki.apache.org/confluence/display/WW/S2-015 |
受影响软件情况
# | 类型 | 厂商 | 产品 | 版本 | 影响面 | ||||
1 | |||||||||
---|---|---|---|---|---|---|---|---|---|
运行在以下环境 | |||||||||
应用 | apache | struts | * |
From (including) 2.0.0 |
Up to (excluding) 2.3.14.3 |
- 攻击路径 远程
- 攻击复杂度 困难
- 权限要求 无需权限
- 影响范围 有限影响
- EXP成熟度 未验证
- 补丁情况 官方补丁
- 数据保密性 无影响
- 数据完整性 无影响
- 服务器危害 无影响
- 全网数量 10000
还没有评论,来说两句吧...