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

CVE-2026-4074

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

The Quran Live Multilanguage plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'cheikh' and 'lang' shortcode attributes in all versions up to, and including, 1.0.3. This is due to insufficient input sanitization and output escaping on user-supplied shortcode attributes. The quran_live_render() function of quran-live.php receives shortcode attributes and passes them directly through shortcode_atts() and extract() without any sanitization. These values are then passed to Render_Quran_Live::render_verse_quran_live() where they are echoed directly into inline <script> blocks using PHP short tags (<?=$cheikh;?> and <?=$lang;?>) at lines 191, 216, 217, 245, and 246 of Class_QuranLive.php. Since the output occurs inside a JavaScript context within <script> tags, an attacker can break out of the JavaScript string and inject arbitrary script code. 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 Quran Live Multilanguage WordPress plugin versions up to 1.0.3 contain a Stored Cross-Site Scripting vulnerability in shortcode attributes that lack proper sanitization and escaping. Attackers can inject malicious JavaScript code through the 'cheikh' and 'lang' parameters, affecting all users viewing pages with vulnerable shortcodes.

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

تحتوي إضافة Quran Live Multilanguage للإصدارات حتى 1.0.3 على ثغرة XSS مخزنة في دالة quran_live_render() حيث يتم تمرير سمات shortcode مباشرة دون تنظيف أو تجنب. يتم إدراج القيم المضرة مباشرة في كتل JavaScript باستخدام علامات PHP القصيرة، مما يسمح للمهاجمين بحقن أكواد JavaScript عشوائية.

🤖 ملخص تنفيذي (AI)

The Quran Live Multilanguage WordPress plugin versions up to 1.0.3 contain a Stored Cross-Site Scripting vulnerability in shortcode attributes that lack proper sanitization and escaping. Attackers can inject malicious JavaScript code through the 'cheikh' and 'lang' parameters, affecting all users viewing pages with vulnerable shortcodes.

🤖 التحليل الذكي آخر تحليل: May 14, 2026 07:22
🇸🇦 التأثير على المملكة العربية السعودية
Saudi Relevance: high
🏢 القطاعات السعودية المتأثرة
government telecom healthcare
🎯 تقنيات MITRE ATT&CK
⚖️ درجة المخاطر السعودية (AI)
7.0
/ 10.0
🔧 Remediation Steps (English)
Update the Quran Live Multilanguage plugin to version 1.0.4 or later immediately. Implement proper input sanitization using sanitize_text_field() and output escaping using esc_js() or esc_attr() for all shortcode attributes before rendering in JavaScript contexts. Review and audit all shortcode implementations for similar vulnerabilities.
🔧 خطوات المعالجة (العربية)
قم بتحديث إضافة Quran Live Multilanguage إلى الإصدار 1.0.4 أو أحدث فوراً. طبق تنظيف المدخلات الصحيح باستخدام sanitize_text_field() وتجنب المخرجات باستخدام esc_js() أو esc_attr() لجميع سمات shortcode قبل العرض في سياقات JavaScript. قم بمراجعة وتدقيق جميع تطبيقات shortcode للبحث عن ثغرات مماثلة.
📋 خريطة الامتثال التنظيمي
🟢 NCA ECC 2024
A.7.1.1 A.7.1.2 A.12.6.1
🔵 SAMA CSF
ID.RA-1 PR.DS-1 PR.DS-2
🟡 ISO 27001:2022
A.14.2.1 A.14.2.5
🔗 المراجع والمصادر 13
🔗
https://plugins.trac.wordpress.org/browser/quran-live/tags/1.0.3/inc/Class_QuranLive.ph...
security@wordfence.com
🔗
https://plugins.trac.wordpress.org/browser/quran-live/tags/1.0.3/inc/Class_QuranLive.ph...
security@wordfence.com
🔗
https://plugins.trac.wordpress.org/browser/quran-live/tags/1.0.3/inc/Class_QuranLive.ph...
security@wordfence.com
🔗
https://plugins.trac.wordpress.org/browser/quran-live/tags/1.0.3/inc/Class_QuranLive.ph...
security@wordfence.com
🔗
https://plugins.trac.wordpress.org/browser/quran-live/tags/1.0.3/inc/Class_QuranLive.ph...
security@wordfence.com
🔗
https://plugins.trac.wordpress.org/browser/quran-live/tags/1.0.3/quran-live.php#L110
security@wordfence.com
🔗
https://plugins.trac.wordpress.org/browser/quran-live/trunk/inc/Class_QuranLive.php#L191
security@wordfence.com
🔗
https://plugins.trac.wordpress.org/browser/quran-live/trunk/inc/Class_QuranLive.php#L216
security@wordfence.com
🔗
https://plugins.trac.wordpress.org/browser/quran-live/trunk/inc/Class_QuranLive.php#L217
security@wordfence.com
🔗
https://plugins.trac.wordpress.org/browser/quran-live/trunk/inc/Class_QuranLive.php#L245
security@wordfence.com
🔗
https://plugins.trac.wordpress.org/browser/quran-live/trunk/inc/Class_QuranLive.php#L246
security@wordfence.com
🔗
https://plugins.trac.wordpress.org/browser/quran-live/trunk/quran-live.php#L110
security@wordfence.com
🔗
https://www.wordfence.com/threat-intel/vulnerabilities/id/883484dd-d48d-46f9-ae96-22362...
security@wordfence.com
📊 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.02%
اختراق متاح لا
تصحيح متاح ✗ لا
تاريخ النشر 2026-04-22
المصدر nvd
المشاهدات 2
🇸🇦 درجة المخاطر السعودية
7.0
/ 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 (ممتاز)

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