一、 漏洞 CVE-2024-47883 基础信息
漏洞标题
.Butterfly在资源处理过程中存在路径/URL混淆问题从而导致多个漏洞弱点
来源:AIGC 神龙大模型
漏洞描述信息
N/A
来源:AIGC 神龙大模型
CVSS信息
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H
来源:AIGC 神龙大模型
漏洞类别
对路径名的限制不恰当(路径遍历)
来源:AIGC 神龙大模型
漏洞标题
Butterfly has path/URL confusion in resource handling leading to multiple weaknesses
来源:美国国家漏洞数据库 NVD
漏洞描述信息
The OpenRefine fork of the MIT Simile Butterfly server is a modular web application framework. The Butterfly framework uses the `java.net.URL` class to refer to (what are expected to be) local resource files, like images or templates. This works: "opening a connection" to these URLs opens the local file. However, prior to version 1.2.6, if a `file:/` URL is directly given where a relative path (resource name) is expected, this is also accepted in some code paths; the app then fetches the file, from a remote machine if indicated, and uses it as if it was a trusted part of the app's codebase. This leads to multiple weaknesses and potential weaknesses. An attacker that has network access to the application could use it to gain access to files, either on the the server's filesystem (path traversal) or shared by nearby machines (server-side request forgery with e.g. SMB). An attacker that can lead or redirect a user to a crafted URL belonging to the app could cause arbitrary attacker-controlled JavaScript to be loaded in the victim's browser (cross-site scripting). If an app is written in such a way that an attacker can influence the resource name used for a template, that attacker could cause the app to fetch and execute an attacker-controlled template (remote code execution). Version 1.2.6 contains a patch.
来源:美国国家漏洞数据库 NVD
CVSS信息
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
来源:美国国家漏洞数据库 NVD
漏洞类别
绝对路径遍历
来源:美国国家漏洞数据库 NVD
漏洞标题
Butterfly 安全漏洞
来源:中国国家信息安全漏洞库 CNNVD
漏洞描述信息
Butterfly是OpenRefine开源的一个模块化的 web 应用程序框架。 Butterfly 1.2.6之前版本存在安全漏洞,该漏洞源于对URL中file协议的处理不当,可能导致路径遍历、服务器端请求伪造以及跨站脚本攻击等。
来源:中国国家信息安全漏洞库 CNNVD
CVSS信息
N/A
来源:中国国家信息安全漏洞库 CNNVD
漏洞类别
其他
来源:中国国家信息安全漏洞库 CNNVD
二、漏洞 CVE-2024-47883 的公开POC
# POC 描述 源链接 神龙链接
三、漏洞 CVE-2024-47883 的情报信息
  • 标题: Path/URL confusion in resource handling leading to multiple weaknesses · Advisory · OpenRefine/simile-butterfly · GitHub -- 🔗来源链接

    标签: x_refsource_CONFIRM

    神龙速读
  • 标题: Only serve resources within the expected directory · OpenRefine/simile-butterfly@537f64b · GitHub -- 🔗来源链接

    标签: x_refsource_MISC

    神龙速读
  • https://nvd.nist.gov/vuln/detail/CVE-2024-47883