The Independent Analytics plugin for WordPress is vulnerable to Server-Side Request Forgery in all versions up to, and including, 2.14.9. This is due to a public tracking route at /wp-json/iawp/search that accepts attacker-controlled referrer_url values when the signature matches, combined with a scheduled favicon fetcher that performs unrestricted cURL requests to stored domains. The signature validation is insufficient because the signature is embedded in publicly-accessible JavaScript and the salt is static per site, allowing attackers to extract valid signatures. The favicon downloader uses raw cURL functions without any SSRF protection mechanisms (no localhost blocking, no private network filtering, and does not use WordPress's wp_safe_remote_* functions). This makes it possible for unauthenticated attackers to inject malicious referrer domains into the database and trigger server-side requests to arbitrary hosts including internal services.
The Independent Analytics WordPress plugin versions up to 2.14.9 contain a Server-Side Request Forgery vulnerability in the public tracking route that accepts attacker-controlled referrer URLs with insufficient signature validation. Unauthenticated attackers can inject malicious domains and trigger unrestricted cURL requests to internal networks or localhost without SSRF protections.
ثغرة SSRF في إضافة Independent Analytics للـ WordPress تسمح للمهاجمين غير المصرح لهم بحقن نطاقات ضارة في قاعدة البيانات عبر مسار التتبع العام /wp-json/iawp/search. يستخدم المهاجمون توقيعات مستخرجة من JavaScript العام والملح الثابت لتجاوز التحقق الضعيف وتشغيل طلبات cURL غير المقيدة إلى الشبكات الداخلية.
The Independent Analytics WordPress plugin versions up to 2.14.9 contain a Server-Side Request Forgery vulnerability in the public tracking route that accepts attacker-controlled referrer URLs with insufficient signature validation. Unauthenticated attackers can inject malicious domains and trigger unrestricted cURL requests to internal networks or localhost without SSRF protections.
Update the Independent Analytics plugin to version 2.15.0 or later immediately. Implement strict input validation and use WordPress wp_safe_remote_* functions instead of raw cURL. Add SSRF protections including localhost/private IP blocking. Review and strengthen signature validation by using dynamic salts and removing embedded signatures from client-side JavaScript.
قم بتحديث إضافة Independent Analytics إلى الإصدار 2.15.0 أو أحدث فوراً. طبق التحقق الصارم من المدخلات واستخدم دوال WordPress الآمنة بدلاً من cURL المباشر. أضف حماية SSRF تشمل حجب localhost والشبكات الخاصة. راجع وقوّ التحقق من التوقيع باستخدام أملاح ديناميكية وإزالة التوقيعات المضمنة من JavaScript.