Vulnerability Description
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.
CVSS Score
CRITICAL
Related Weaknesses (CWE)
References
- https://github.com/miraheze/DiscordNotifications/commit/1f20d850cbcce5b15951c7c6
- https://github.com/miraheze/DiscordNotifications/security/advisories/GHSA-gvfx-p
FAQ
What is CVE-2025-53371?
CVE-2025-53371 is a vulnerability with a CVSS score of 9.1 (CRITICAL). 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...
How severe is CVE-2025-53371?
CVE-2025-53371 has been rated CRITICAL with a CVSS base score of 9.1/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2025-53371?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.