一、 漏洞 CVE-2025-53371 基础信息
漏洞信息
                                        # DiscordNotifications 允许通过对用户控制的URL的请求实现DOS、SSRF和可能的RCE

## 概述
DiscordNotifications 是一个用于 MediaWiki 的扩展,可将 Wiki 中的操作通知发送到 Discord 频道。该扩展通过 curl 和 file_get_contents 向任意 URL 发送请求,这些 URL 由 $wgDiscordIncomingWebhookUrl 和 $wgDiscordAdditionalIncomingWebhookUrls 设置。这可能导致服务器读取大文件,从而引发 DOS 攻击。如果内部未受保护的 API 可以通过 HTTP POST 请求访问,也可能导致 SSRF 和 RCE。

## 影响版本
- 所有版本,直到 1f20d850cbcce5b15951c7c6127b87b927a5415e 修订之前

## 细节
DiscordNotifications 允许通过 curl 和 file_get_contents 将请求发送到任意 URL,这些 URL 由 $wgDiscordIncomingWebhookUrl 和 $wgDiscordAdditionalIncomingWebhookUrls 设置。这可能导致服务器处理大量数据,从而导致 DOS 攻击。如果存在可以通过 HTTP POST 请求访问的未受保护的内部 API,也可能导致 SSRF 和 RCE。

## 影响
- DOS 攻击:通过读取大文件,导致服务器性能下降或崩溃。
- SSRF:内部未受保护的 API 可被外部请求访问。
- RCE:在一些情况下,SSRF 可能导致远程代码执行。
                                        
提示
尽管我们采用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。
神龙会尽力确保数据准确,但也请结合实际情况进行甄别与判断。
神龙祝您一切顺利!
漏洞标题
DiscordNotifications allows DOS, SSRF, and possible RCE through requests to user-controlled URLs
来源:美国国家漏洞数据库 NVD
漏洞描述信息
DiscordNotifications is an extension for MediaWiki that sends notifications of actions in your Wiki to a Discord channel. DiscordNotifications allows sending requests via curl and file_get_contents to arbitrary URLs set via $wgDiscordIncomingWebhookUrl and $wgDiscordAdditionalIncomingWebhookUrls. This allows for DOS by causing the server to read large files. SSRF is also possible if there are internal unprotected APIs that can be accessed using HTTP POST requests, which could also possibly lead to RCE. This vulnerability is fixed in commit 1f20d850cbcce5b15951c7c6127b87b927a5415e.
来源:美国国家漏洞数据库 NVD
CVSS信息
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:H
来源:美国国家漏洞数据库 NVD
漏洞类别
未加控制的资源消耗(资源穷尽)
来源:美国国家漏洞数据库 NVD
漏洞标题
DiscordNotifications 代码问题漏洞
来源:中国国家信息安全漏洞库 CNNVD
漏洞描述信息
DiscordNotifications是Miraheze开源的一个应用程序。 DiscordNotifications存在代码问题漏洞,该漏洞源于通过curl和file_get_contents发送请求到任意URL,可能导致拒绝服务和服务器端请求伪造攻击。
来源:中国国家信息安全漏洞库 CNNVD
CVSS信息
N/A
来源:中国国家信息安全漏洞库 CNNVD
漏洞类别
代码问题
来源:中国国家信息安全漏洞库 CNNVD
二、漏洞 CVE-2025-53371 的公开POC
# POC 描述 源链接 神龙链接
三、漏洞 CVE-2025-53371 的情报信息
  • 标题: DOS, SSRF and possible RCE through requests to user-controlled URLs in DiscordNotifications · Advisory · miraheze/DiscordNotifications · GitHub -- 🔗来源链接

    标签: x_refsource_CONFIRM

    神龙速读
  • 标题: SECURITY: Validate webhook URLs before sending requests · miraheze/DiscordNotifications@1f20d85 · GitHub -- 🔗来源链接

    标签: x_refsource_MISC

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