The Sky Addons plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the `sky-custom-scripts` custom post type in all versions up to, and including, 3.3.2. This is due to the custom post type being registered with `capability_type => 'post'` and `show_in_rest => true`, combined with insufficient input sanitization on the `sky_script_content` meta field and lack of output escaping when rendering scripts on the frontend. This makes it possible for authenticated attackers, with Author-level access and above, to inject arbitrary web scripts via the REST API that execute on every frontend page for all site visitors.
The Sky Addons WordPress plugin versions up to 3.3.2 contain a Stored Cross-Site Scripting vulnerability in the sky-custom-scripts post type due to insufficient input sanitization and output escaping. Authenticated users with Author-level access can inject malicious scripts via the REST API that execute on all frontend pages for all visitors.
تحتوي إضافة Sky Addons لـ WordPress على ثغرة حقن نصوص برمجية مخزنة في نوع المنشور المخصص sky-custom-scripts بسبب عدم تنظيف المدخلات بشكل كافٍ وعدم الهروب من المخرجات. يمكن للمستخدمين المصرح لهم على مستوى المؤلف أو أعلى حقن نصوص برمجية ضارة عبر REST API تعمل على جميع صفحات الواجهة الأمامية.
The Sky Addons WordPress plugin versions up to 3.3.2 contain a Stored Cross-Site Scripting vulnerability in the sky-custom-scripts post type due to insufficient input sanitization and output escaping. Authenticated users with Author-level access can inject malicious scripts via the REST API that execute on all frontend pages for all visitors.
Update the Sky Addons plugin to version 3.3.3 or later immediately. Restrict REST API access to trusted users only. Implement Web Application Firewall rules to detect and block XSS payloads. Conduct security audit of all custom scripts created in the plugin. Review user roles and remove unnecessary Author-level permissions from untrusted accounts.
قم بتحديث إضافة Sky Addons إلى الإصدار 3.3.3 أو أحدث فوراً. قيد الوصول إلى REST API للمستخدمين الموثوقين فقط. طبق قواعد جدار حماية تطبيقات الويب للكشف عن حمولات XSS وحجبها. أجرِ تدقيق أمني لجميع النصوص البرمجية المخصصة المنشأة في الإضافة. راجع أدوار المستخدمين وأزل الأذونات غير الضرورية على مستوى المؤلف من الحسابات غير الموثوقة.