Apache Sling Resource Merger 存在拒绝服务漏洞

时间:2022-01-19 01:02:56

漏洞描述

Apache Sling 是一个基于可扩展内容树(content tree)的 RESTful Web 应用程序框架,Resource Merger 用于在运行时将多个 Sling 资源合并为一个虚拟资源树。

MergingResourceProvider.java 类中的 getRelativePath 方法用于将跟路径之外的绝对路径转化为相对路径,Apache Sling 受影响版本中由于该方法未对用户传入的绝对路径参数进行过滤,攻击者可通过在发送的资源合并请求的 url 后缀中添加过长的绝对路径造成拒绝服务。如:curl -u <user>:<pass> http://localhost:4502/aem/start.html//mnt/override/mnt/override/mnt/override/mnt/override/mnt/override/mnt/override/mnt/override/mnt/override/mnt/override/mnt/override/mnt/override/mnt/override/mnt/override/

漏洞名称 Apache Sling Resource Merger 存在拒绝服务漏洞
漏洞类型 过度迭代
发现时间 2023-03-21
漏洞影响广度 一般
MPS编号 MPS-2023-5632
CVE编号 CVE-2023-26513
CNVD编号 -

影响范围

org.apache.sling:org.apache.sling.resourcemerger@[1.2.0, 1.4.2)

修复方案

将组件 org.apache.sling:org.apache.sling.resourcemerger 升级至 1.4.2 及以上版本

参考链接

https://www.oscs1024.com/hd/MPS-2023-5632

https://nvd.nist.gov/vuln/detail/CVE-2023-26513

https://github.com/advisories/GHSA-rwrx-x2hw-9h5w

https://github.com/apache/sling-org-apache-sling-resourcemerger/commit/043fb8a7ee8194e7b1adab840f603a9da9892bf5

https://issues.apache.org/jira/browse/SLING-11776

    

免费情报订阅&代码安全检测

OSCS是国内首个开源软件供应链安全社区,社区联合开发者帮助全球*开源项目解决安全问题,并提供实时的安全漏洞情报,同时提供专业的代码安全检测工具为开发者免费使用。社区开发者可以通过配置飞书、钉钉、企业微信机器人获取一手的情报。

免费代码安全检测工具: https://www.murphysec.com/?src=osc

免费情报订阅: https://www.oscs1024.com/cm/?src=osc

具体订阅方式详见: https://www.oscs1024.com/docs/vuln-warning/intro/?src=osc

Apache Sling Resource Merger 存在拒绝服务漏洞