जमा करें #935194: wuzhicms <=4.1.0 SSRFजानकारी

शीर्षकwuzhicms <=4.1.0 SSRF
विवरणThe rich-text editor's remote-image-fetch feature, attachment::ckeditor(), performs no login-state/cookie validation whatsoever (in stark contrast to file_brower() in the same file, which does require authentication). The action=catchimage branch calls ckditor::saveRemote(), which takes URLs from the user-submitted source[] array and hands each one to Uploader::saveRemote(). That method's only validation on the URL is strpos($imgUrl,"http")!==0 (merely requiring an http prefix) — there is no internal/private IP blacklist, no domain whitelist, and no port restriction. It then directly calls get_headers($imgUrl,1) and readfile($imgUrl,false,$context), causing the server to issue a request, under its own network identity, to any attacker-specified host:port.
स्रोत⚠️ https://github.com/wuzhicms/wuzhicms/issues/221
उपयोगकर्ता
 ZAST.AI (UID 87884)
सबमिशन18/08/2026 12:07 PM (29 दिन पहले)
संयम16/09/2026 09:43 AM (29 days later)
स्थितिस्वीकृत
VulDB प्रविष्टि405512 [WuzhiCMS तक 4.1.0 Remote Image Fetch index.php ckditor::saveRemote source[] अधिकार वृद्धि]
अंक19

Do you want to use VulDB in your project?

Use the official API to access entries easily!