• Apache Struts 多个开放重定向漏洞(CVE-2013-2248)


    漏洞版本:

    Struts < 2.3.15.1

    漏洞描述:

    BUGTRAQ  ID: 61196
    CVE(CAN) ID: CVE-2013-2248
    
    Struts2 是第二代基于Model-View-Controller (MVC)模型的java企业级web应用框架。它是WebWork和Struts社区合并后的产物。
    
    Apache Struts 2.0.0没有有效过滤"redirect:"/"redirectAction:"参数前缀内容,存在多个开放重定向漏洞,攻击者通过构建特制的URI并诱使用户点击,利用这些漏洞将这些用户重定向到攻击者控制的站点,执行钓鱼攻击。

    测试方法:

    本站提供程序(方法)可能带有攻击性,仅供安全研究与教学之用,风险自负!
    1. http://www.example.com/struts2-showcase/fileupload/upload.action?redirect:http://www.example.com/
    2. http://www.example.com/struts2-showcase/modelDriven/modelDriven.action?redirectAction:http://www.example.com/%23

    安全建议:

    厂商补丁:
    
    Apache Group
    ------------
    厂商已经发布Apache Struts 2.3.15.1以修复此安全漏洞,建议Struts用户及时升级到最新版本。
    
    S2-017:A vulnerability introduced by manipulating parameters prefixed with "redirect:"/"redirectAction:" allows for open redirects
    链接:http://struts.apache.org/release/2.3.x/docs/s2-017.html
    
    补丁下载:
    
    http://struts.apache.org/download.cgi#struts23151
  • 相关阅读:
    【Golang基础总结】数组和切片的比较
    如何转载别人的文章
    C语言字节对齐问题详解
    幷查集拓展
    贪心
    dfs
    Trie
    哈夫曼树
    bfs
    并查集
  • 原文地址:https://www.cnblogs.com/security4399/p/3199673.html
Copyright © 2020-2023  润新知