📧 info@ciso.sa | 📱 +966550939344 | الرياض، المملكة العربية السعودية
🔧 صيانة مجدولة — السبت 2:00-4:00 صباحاً. قد تكون بعض الميزات غير متاحة مؤقتاً.    ●   
💎
خطة Pro بخصم 50% احصل على جميع ميزات AI والتقارير غير المحدودة والدعم ذي الأولوية. الترقية الآن
مركز البحث
ESC للإغلاق
Global phishing تكنولوجيا المعلومات HIGH 1h Global ransomware قطاعات متعددة CRITICAL 1h Global malware قطاعات متعددة CRITICAL 1h Global general الأمن السيبراني LOW 2h Global vulnerability تكنولوجيا المعلومات CRITICAL 2h Global vulnerability التكنولوجيا والبرمجيات CRITICAL 3h Global general تكنولوجيا الأمن السيبراني LOW 3h Global vulnerability مراكز البيانات والبنية التحتية الحرجة CRITICAL 3h Global general أمن المؤسسات والحوكمة HIGH 3h Global phishing الجمهور العام / قطاعات متعددة HIGH 4h Global phishing تكنولوجيا المعلومات HIGH 1h Global ransomware قطاعات متعددة CRITICAL 1h Global malware قطاعات متعددة CRITICAL 1h Global general الأمن السيبراني LOW 2h Global vulnerability تكنولوجيا المعلومات CRITICAL 2h Global vulnerability التكنولوجيا والبرمجيات CRITICAL 3h Global general تكنولوجيا الأمن السيبراني LOW 3h Global vulnerability مراكز البيانات والبنية التحتية الحرجة CRITICAL 3h Global general أمن المؤسسات والحوكمة HIGH 3h Global phishing الجمهور العام / قطاعات متعددة HIGH 4h Global phishing تكنولوجيا المعلومات HIGH 1h Global ransomware قطاعات متعددة CRITICAL 1h Global malware قطاعات متعددة CRITICAL 1h Global general الأمن السيبراني LOW 2h Global vulnerability تكنولوجيا المعلومات CRITICAL 2h Global vulnerability التكنولوجيا والبرمجيات CRITICAL 3h Global general تكنولوجيا الأمن السيبراني LOW 3h Global vulnerability مراكز البيانات والبنية التحتية الحرجة CRITICAL 3h Global general أمن المؤسسات والحوكمة HIGH 3h Global phishing الجمهور العام / قطاعات متعددة HIGH 4h
الثغرات

CVE-2026-4081

متوسط
CWE-79 — نوع الضعف
نُشر: Jun 2, 2026  ·  آخر تحديث: Jun 5, 2026  ·  المصدر: NVD
CVSS v3
6.4
🔗 NVD الرسمي
📄 الوصف (الإنجليزية)

The ZeM STL plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the [zemstl] shortcode in all versions up to and including 1.0. This is due to insufficient input sanitization and output escaping on user-supplied shortcode attributes, specifically the 'url', 'color', and 'bgcolor' parameters. These attribute values are directly interpolated into HTML attribute context without being passed through esc_attr() or any other escaping function. This makes it possible for authenticated attackers, with Contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.

🤖 ملخص AI

The ZeM STL WordPress plugin (versions ≤1.0) contains a Stored Cross-Site Scripting (XSS) vulnerability in the [zemstl] shortcode due to insufficient input sanitization. Authenticated attackers with Contributor-level access can inject malicious scripts through the 'url', 'color', and 'bgcolor' parameters that execute for all page visitors. While requiring authentication, this vulnerability poses significant risk to WordPress deployments in Saudi organizations, particularly those with multiple content contributors or outsourced content management.

📄 الوصف (العربية)

🤖 التحليل الذكي آخر تحليل: Jun 3, 2026 13:11
🇸🇦 التأثير على المملكة العربية السعودية
Saudi organizations using the ZeM STL plugin face elevated risk, particularly: (1) Government agencies and ministries managing public-facing WordPress sites with multiple content contributors; (2) Banking and financial institutions using WordPress for customer-facing portals or informational sites; (3) Healthcare providers (MOH, private hospitals) with WordPress-based patient information systems; (4) Educational institutions (universities, training centers) with collaborative content management; (5) Media and publishing organizations with distributed editorial teams. The vulnerability is particularly dangerous in environments with inadequate contributor vetting or outsourced content management common in Saudi digital transformation initiatives.
🏢 القطاعات السعودية المتأثرة
Government and Public Administration Banking and Financial Services Healthcare and Medical Services Education and Training Media and Publishing Telecommunications Energy and Utilities Retail and E-commerce
⚖️ درجة المخاطر السعودية (AI)
6.8
/ 10.0
🔧 Remediation Steps (English)
IMMEDIATE ACTIONS:
1. Audit all WordPress installations for ZeM STL plugin presence using: wp plugin list | grep zemstl
2. Identify all pages/posts using [zemstl] shortcodes: grep -r 'zemstl' wp-content/
3. Review contributor access logs for suspicious shortcode modifications in the past 90 days
4. Disable the plugin immediately: wp plugin deactivate zem-stl

PATCHING GUIDANCE:
1. Contact ZeM STL plugin developers for security patch availability
2. Monitor WordPress.org plugin repository for version updates
3. If no patch becomes available within 30 days, consider removing the plugin entirely

COMPENSATING CONTROLS (if patch unavailable):
1. Restrict Contributor role permissions: remove 'edit_posts' capability and use Editor role only for trusted users
2. Implement WordPress security plugin (Wordfence, Sucuri) with XSS detection rules
3. Enable Content Security Policy (CSP) headers: Content-Security-Policy: script-src 'self'
4. Use Web Application Firewall (WAF) rules to block shortcode attribute injection patterns
5. Implement strict input validation at WAF level for shortcode parameters

DETECTION RULES:
1. Monitor WordPress logs for [zemstl] shortcode creation/modification by non-admin users
2. Alert on shortcode attributes containing: javascript:, onerror=, onload=, <script>, event handlers
3. WAF rule: Block requests with zemstl parameters containing: %3C, %3E, &#, \x, \u patterns
4. SIEM correlation: Flag Contributor-level users modifying posts containing [zemstl] outside business hours
🔧 خطوات المعالجة (العربية)
الإجراءات الفورية:
1. تدقيق جميع تثبيتات WordPress للتحقق من وجود مكون ZeM STL باستخدام: wp plugin list | grep zemstl
2. تحديد جميع الصفحات/المنشورات التي تستخدم اختصارات [zemstl]: grep -r 'zemstl' wp-content/
3. مراجعة سجلات وصول المساهمين للتعديلات المريبة على الاختصارات في آخر 90 يوماً
4. تعطيل المكون فوراً: wp plugin deactivate zem-stl

إرشادات التصحيح:
1. الاتصال بمطوري مكون ZeM STL للحصول على تصحيح أمني
2. مراقبة مستودع مكونات WordPress.org للتحديثات
3. إذا لم يتوفر تصحيح خلال 30 يوماً، فكر في إزالة المكون بالكامل

الضوابط البديلة (إذا لم يتوفر تصحيح):
1. تقييد أذونات دور المساهم: إزالة قدرة 'edit_posts' واستخدام دور المحرر فقط للمستخدمين الموثوقين
2. تنفيذ مكون أمان WordPress (Wordfence, Sucuri) مع قواعد كشف XSS
3. تفعيل رؤوس سياسة أمان المحتوى: Content-Security-Policy: script-src 'self'
4. استخدام قواعد جدار الحماية لتطبيقات الويب لحظر أنماط حقن معاملات الاختصار
5. تنفيذ التحقق من صحة المدخلات الصارمة على مستوى WAF لمعاملات الاختصار

قواعد الكشف:
1. مراقبة سجلات WordPress لإنشاء/تعديل اختصار [zemstl] من قبل المستخدمين غير الإداريين
2. التنبيه على معاملات الاختصار التي تحتوي على: javascript:, onerror=, onload=, <script>, معالجات الأحداث
3. قاعدة WAF: حظر الطلبات التي تحتوي على معاملات zemstl تحتوي على: %3C, %3E, &#, \x, \u أنماط
4. ارتباط SIEM: وضع علم على مستخدمي المساهم الذين يعدلون المنشورات التي تحتوي على [zemstl] خارج ساعات العمل
📋 خريطة الامتثال التنظيمي
🟢 NCA ECC 2024
A.5.1.1 - Information security policies and procedures A.6.1.1 - Access control policy A.6.2.1 - User registration and access rights management A.7.1.1 - Input validation and output encoding A.7.2.1 - Malware protection A.8.1.1 - Audit logging and monitoring
🔵 SAMA CSF
ID.GV-1 - Organizational context and governance PR.AC-1 - Access management PR.DS-1 - Data security management DE.CM-1 - Detection and analysis RS.CO-1 - Incident response coordination
🟡 ISO 27001:2022
A.5.1.1 - Policies for information security A.6.1.1 - Access control policy A.6.2.1 - User registration and access rights A.7.1.1 - Input validation A.7.2.1 - Malware protection A.8.1.1 - Audit logging A.12.4.1 - Event logging A.14.2.1 - Secure development policy
🟣 PCI DSS v4.0.1
Requirement 6.5.1 - Injection flaws prevention Requirement 6.5.7 - Cross-site scripting prevention Requirement 10.2 - Audit logging implementation
📊 CVSS Score
6.4
/ 10.0 — متوسط
📊 CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N
Attack VectorN — None / Network
Attack ComplexityL — Low / Local
Privileges RequiredL — Low / Local
User InteractionN — None / Network
ScopeC — Changed
ConfidentialityL — Low / Local
IntegrityL — Low / Local
AvailabilityN — None / Network
📋 حقائق سريعة
الخطورة متوسط
CVSS Score6.4
CWECWE-79
EPSS0.06%
اختراق متاح لا
تصحيح متاح ✗ لا
تاريخ النشر 2026-06-02
المصدر nvd
المشاهدات 1
🇸🇦 درجة المخاطر السعودية
6.8
/ 10.0 — مخاطر السعودية
أولوية: HIGH
🏷️ الوسوم
CWE-79
مشاركة ثغرة
LinkedIn X / Twitter WhatsApp Telegram
📣 وجدت هذا مفيداً؟
شاركه مع شبكة الأمن السيبراني الخاصة بك
in لينكدإن 𝕏 تويتر 💬 واتساب ✈ تليجرام
🍪 إعدادات الخصوصية
سيزو للاستشارات — متوافق مع نظام حماية البيانات الشخصية السعودي (PDPL)
نستخدم ملفات تعريف الارتباط والتقنيات المشابهة لتوفير أفضل تجربة على منصتنا. يمكنك اختيار الأنواع التي تقبلها.
🔒
ملفات ضرورية Always On
مطلوبة لعمل الموقع بشكل صحيح. لا يمكن تعطيلها.
📋 الجلسات، CSRF، المصادقة، تفضيلات اللغة
📊
ملفات التحليلات
تساعدنا في فهم كيفية استخدام الزوار للموقع وتحسين الأداء.
📋 إحصائيات الصفحات، مدة الجلسة، مصدر الزيارة
⚙️
ملفات وظيفية
تتيح ميزات محسنة مثل تخصيص المحتوى والتفضيلات.
📋 السمة المظلمة/الفاتحة، حجم الخط، لوحات التحكم المخصصة
📣
ملفات تسويقية
تُستخدم لتقديم محتوى وإعلانات ذات صلة باهتماماتك.
📋 تتبع الحملات، إعادة الاستهداف، تحليلات وسائل التواصل
سياسة الخصوصية →
مساعد CISO الذكي
اسألني أي شيء · وثائق · دعم
🔐

عرّفنا بنفسك

أدخل بياناتك للوصول إلى المساعد الكامل

معلوماتك آمنة ولن تُشارك
💬
المساعد السيبراني
متصل — يرد في ثوانٍ
5 / 5
🔐 تحقق من هويتك

أدخل بريدك الإلكتروني لإرسال رمز تحقق قبل إرسال طلب الدعم.

Enter للإرسال · / للأوامر 0 / 2000
CISO AI · مدعوم بالذكاء الاصطناعي
✦ استطلاع سريع ساعدنا في تحسين منصة سيزو للاستشارات ملاحظاتك تشكّل مستقبل منصتنا — لا تستغرق سوى دقيقتين.
⚠ يرجى الإجابة على هذا السؤال للمتابعة

كيف تقيّم تجربتك العامة مع منصتنا؟

قيّم من 1 (ضعيف) إلى 5 (ممتاز)

🎉
شكراً جزيلاً!
تم تسجيل إجابتك بنجاح.