vendor:
Webedition CMS
by:
Mirabbas Ağalarov
6.1
CVSS
HIGH
Blind SSRF
918
CWE
Product Name: Webedition CMS
Affected Version From: v2.9.8.8
Affected Version To: v2.9.8.8
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested: Linux
2023
Webedition CMS v2.9.8.8 – Blind SSRF
The Webedition CMS v2.9.8.8 is vulnerable to a blind Server-Side Request Forgery (SSRF) attack. An attacker can exploit this vulnerability by sending a crafted request to the rpc.php file, specifically the widgetGetRss function. By manipulating the we_cmd[0] parameter, an attacker can make the server send a request to a specified URL, potentially bypassing access controls and retrieving sensitive information.
Mitigation:
The vendor has not provided a patch or mitigation for this vulnerability. It is recommended to restrict access to the rpc.php file or implement a whitelist of allowed URLs that can be accessed through the widgetGetRss function.