📧 info@ciso.sa | 📱 +966550939344 | Riyadh, Kingdom of Saudi Arabia
🔧 Scheduled Maintenance — Saturday 2:00-4:00 AM AST. Some features may be temporarily unavailable.    ●   
💎
Pro Plan 50% Off Unlock all AI features, unlimited reports, and priority support. Upgrade
Search Center
ESC to close
Global general Cybersecurity Technology LOW 1h Global vulnerability Data Centers and Critical Infrastructure CRITICAL 2h Global general Enterprise Security and Governance HIGH 2h Global phishing General Public / Multiple Sectors HIGH 2h Global vulnerability Windows Systems and Enterprise IT CRITICAL 2h Global vulnerability Information Technology HIGH 2h Global general Information Technology and Cybersecurity HIGH 3h Global vulnerability Cybersecurity Services HIGH 3h Global vulnerability Information Technology CRITICAL 4h Global vulnerability Enterprise Software and Cloud Services HIGH 4h Global general Cybersecurity Technology LOW 1h Global vulnerability Data Centers and Critical Infrastructure CRITICAL 2h Global general Enterprise Security and Governance HIGH 2h Global phishing General Public / Multiple Sectors HIGH 2h Global vulnerability Windows Systems and Enterprise IT CRITICAL 2h Global vulnerability Information Technology HIGH 2h Global general Information Technology and Cybersecurity HIGH 3h Global vulnerability Cybersecurity Services HIGH 3h Global vulnerability Information Technology CRITICAL 4h Global vulnerability Enterprise Software and Cloud Services HIGH 4h Global general Cybersecurity Technology LOW 1h Global vulnerability Data Centers and Critical Infrastructure CRITICAL 2h Global general Enterprise Security and Governance HIGH 2h Global phishing General Public / Multiple Sectors HIGH 2h Global vulnerability Windows Systems and Enterprise IT CRITICAL 2h Global vulnerability Information Technology HIGH 2h Global general Information Technology and Cybersecurity HIGH 3h Global vulnerability Cybersecurity Services HIGH 3h Global vulnerability Information Technology CRITICAL 4h Global vulnerability Enterprise Software and Cloud Services HIGH 4h
Vulnerabilities

CVE-2026-4081

Medium
CWE-79 — Weakness Type
Published: Jun 2, 2026  ·  Modified: Jun 5, 2026  ·  Source: NVD
CVSS v3
6.4
🔗 NVD Official
📄 Description (English)

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 Executive Summary

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.

📄 Description (Arabic)

🤖 AI Intelligence Analysis Analyzed: Jun 3, 2026 13:11
🇸🇦 Saudi Arabia Impact Assessment
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.
🏢 Affected Saudi Sectors
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
⚖️ Saudi Risk Score (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] خارج ساعات العمل
📋 Regulatory Compliance Mapping
🟢 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 — Medium
📊 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
📋 Quick Facts
Severity Medium
CVSS Score6.4
CWECWE-79
EPSS0.06%
Exploit No
Patch ✗ No
Published 2026-06-02
Source Feed nvd
🇸🇦 Saudi Risk Score
6.8
/ 10.0 — Saudi Risk
Priority: HIGH
🏷️ Tags
CWE-79
Share this CVE
📣 Found this valuable?
Share it with your cybersecurity network
in LinkedIn 𝕏 X / Twitter 💬 WhatsApp ✈ Telegram
🍪 Privacy Preferences
CISO Consulting — Compliant with Saudi Personal Data Protection Law (PDPL)
We use cookies and similar technologies to provide the best experience on our platform. You can choose which types you accept.
🔒
Essential Always On
Required for the website to function properly. Cannot be disabled.
📋 Sessions, CSRF tokens, authentication, language preferences
📊
Analytics
Help us understand how visitors use the site and improve performance.
📋 Page views, session duration, traffic sources, performance metrics
⚙️
Functional
Enable enhanced features like content personalization and preferences.
📋 Dark/light theme, font size, custom dashboards, saved filters
📣
Marketing
Used to deliver content and ads relevant to your interests.
📋 Campaign tracking, retargeting, social media analytics
Privacy Policy →
CISO AI Assistant
Ask anything · Documents · Support
🔐

Introduce Yourself

Enter your details to access the full assistant

Your info is private and never shared
💬
CyberAssist
Online · responds in seconds
5 / 5
🔐 Verify Your Identity

Enter your email to receive a verification code before submitting a support request.

Enter to send · / for commands 0 / 2000
CISO AI · Powered by Anthropic Claude
✦ Quick Survey Help Us Improve CISO Consulting Your feedback shapes the future of our platform — takes less than 2 minutes.
⚠ Please answer this question to continue

How would you rate your overall experience with our platform?

Rate from 1 (poor) to 5 (excellent)

🎉
Thank you!
Your response has been recorded.