إرسال #781771: Casdoor v2.356.0 Server-Side Request Forgeryالمعلومات

عنوانCasdoor v2.356.0 Server-Side Request Forgery
الوصفWebhook SSRF (Server-Side Request Forgery) **Evidence:** ```go req, err := http.NewRequest(webhook.Method, webhook.Url, body) // ... resp, err := client.Do(req) // No URL validation, no internal network blocking ``` Admin-configured webhook URLs are fetched without any restriction on target address. No SSRF protections are in place. **Attack scenario:** An attacker who gains org-admin access configures a webhook URL pointing to `http://x.x.x.x/latest/meta-data/` (AWS metadata endpoint) or internal services, exfiltrating cloud credentials or scanning internal infrastructure. **Fix:** Validate webhook URLs against a denylist of private/reserved IP ranges. Use a dedicated HTTP client that resolves DNS and blocks connections to internal addresses. ---
المستخدم
 Ghufran Khan (UID 95493)
ارسال17/03/2026 02:25 PM (6 أشهر منذ)
الاعتدال03/04/2026 09:26 AM (17 days later)
الحالةتمت الموافقة
إدخال VulDB355073 [Casdoor 2.356.0 Webhook URL تجاوز الصلاحيات]
النقاط17

Want to know what is going to be exploited?

We predict KEV entries!