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

CVE-2026-4347

مرتفع
The MW WP Form plugin for WordPress is vulnerable to arbitrary file moving due to insufficient file path validation via
CWE-22 — نوع الضعف
نُشر: Apr 2, 2026  ·  آخر تحديث: Apr 9, 2026  ·  المصدر: NVD
CVSS v3
8.1
🔗 NVD الرسمي
📄 الوصف (الإنجليزية)

The MW WP Form plugin for WordPress is vulnerable to arbitrary file moving due to insufficient file path validation via the 'generate_user_filepath' function and the 'move_temp_file_to_upload_dir' function in all versions up to, and including, 5.1.0. This makes it possible for unauthenticated attackers to move arbitrary files on the server, which can easily lead to remote code execution when the right file is moved (such as wp-config.php). The vulnerability is only exploitable if a file upload field is added to the form and the “Saving inquiry data in database” option is enabled.

🤖 ملخص AI

CVE-2026-4347 is a critical path traversal vulnerability in MW WP Form plugin (versions ≤5.1.0) allowing unauthenticated attackers to move arbitrary files on WordPress servers, potentially leading to remote code execution. The vulnerability requires a form with file upload capability and database storage enabled. With no patch currently available and no exploit publicly disclosed, organizations must implement immediate compensating controls to prevent exploitation.

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

🤖 التحليل الذكي آخر تحليل: Apr 26, 2026 11:32
🇸🇦 التأثير على المملكة العربية السعودية
Saudi organizations operating WordPress-based platforms are at significant risk, particularly: (1) Government agencies and ministries using WordPress for public portals and citizen services under NCA oversight; (2) Banking and financial institutions using WordPress for customer-facing applications subject to SAMA regulations; (3) E-commerce and retail sectors relying on WordPress for online sales platforms; (4) Healthcare providers using WordPress for patient information portals; (5) Telecommunications companies (STC, Mobily, Zain) using WordPress for service portals. The ability to move wp-config.php or other critical files directly enables server compromise and data exfiltration, creating severe compliance violations under NCA ECC 2024 and SAMA CSF frameworks.
🏢 القطاعات السعودية المتأثرة
Government and Public Administration Banking and Financial Services Healthcare and Medical Services Energy and Utilities Telecommunications E-commerce and Retail Education Media and Publishing
⚖️ درجة المخاطر السعودية (AI)
8.7
/ 10.0
🔧 Remediation Steps (English)
IMMEDIATE ACTIONS:
1. Audit all WordPress installations for MW WP Form plugin presence and version (≤5.1.0)
2. Identify forms with file upload fields and 'Saving inquiry data in database' enabled
3. Disable the vulnerable plugin immediately or restrict access via .htaccess/.nginx rules

COMPENSATING CONTROLS (until patch available):
1. Implement Web Application Firewall (WAF) rules to block requests containing '../' or path traversal patterns to /wp-content/uploads/
2. Restrict file upload functionality at web server level using nginx/Apache configuration
3. Apply strict file permissions: chmod 755 for directories, 644 for files; ensure wp-config.php is not world-readable
4. Implement file integrity monitoring (FIM) on critical files (wp-config.php, .htaccess, wp-load.php)
5. Disable PHP execution in upload directories via .htaccess: 'php_flag engine off'
6. Use security plugins (Wordfence, Sucuri) to monitor file changes and block suspicious uploads

DETECTION RULES:
1. Monitor POST requests to form submission endpoints with suspicious file paths containing '../' or encoded variants (%2e%2e%2f)
2. Alert on file move operations outside designated upload directories
3. Log and alert on wp-config.php access or modification attempts
4. Monitor for unusual file creation in web root or parent directories
5. Track failed and successful file operations via WordPress debug logging

PATCHING STRATEGY:
1. Subscribe to MW WP Form security advisories for patch release
2. Prepare testing environment for plugin update immediately upon release
3. Consider alternative form plugins (WPForms, Gravity Forms, Formidable Forms) as interim solution
🔧 خطوات المعالجة (العربية)
الإجراءات الفورية:
1. تدقيق جميع تثبيتات WordPress للتحقق من وجود إضافة MW WP Form والإصدار (≤5.1.0)
2. تحديد النماذج التي تحتوي على حقول تحميل الملفات وخيار 'حفظ بيانات الاستفسار في قاعدة البيانات' مفعل
3. تعطيل الإضافة الضعيفة فوراً أو تقييد الوصول عبر قواعد .htaccess/.nginx

الضوابط التعويضية (حتى توفر التصحيح):
1. تطبيق قواعد جدار حماية تطبيقات الويب (WAF) لحجب الطلبات التي تحتوي على '../' أو أنماط اجتياز المسارات
2. تقييد وظيفة تحميل الملفات على مستوى خادم الويب باستخدام إعدادات nginx/Apache
3. تطبيق أذونات ملفات صارمة: chmod 755 للمجلدات، 644 للملفات
4. تطبيق مراقبة سلامة الملفات (FIM) على الملفات الحرجة
5. تعطيل تنفيذ PHP في مجلدات التحميل عبر .htaccess
6. استخدام إضافات الأمان (Wordfence, Sucuri) لمراقبة التغييرات

قواعد الكشف:
1. مراقبة طلبات POST إلى نقاط نهاية النموذج التي تحتوي على مسارات ملفات مريبة
2. التنبيه على عمليات نقل الملفات خارج المجلدات المخصصة
3. تسجيل والتنبيه على محاولات الوصول أو التعديل على wp-config.php
4. مراقبة إنشاء ملفات غير عادية في جذر الويب
5. تتبع عمليات الملفات عبر تسجيل تصحيح WordPress
📋 خريطة الامتثال التنظيمي
🟢 NCA ECC 2024
A.5.1.1 - Information security policies and procedures A.8.1.1 - User access management and authentication A.12.2.1 - Change management procedures A.12.4.1 - Event logging and monitoring A.14.2.1 - Secure development and maintenance
🔵 SAMA CSF
ID.AM-2 - Software inventory and asset management PR.AC-1 - Access control and authentication PR.PT-1 - Security awareness and training DE.CM-1 - Detection and analysis of anomalies RS.MI-1 - Incident response and mitigation
🟡 ISO 27001:2022
A.6.1.1 - Information security policies A.8.1.1 - User access management A.12.2.1 - Change management A.12.4.1 - Event logging A.14.2.1 - Secure development
🟣 PCI DSS v4.0.1
Requirement 6.2 - Security patches and updates Requirement 6.5.1 - Injection flaws prevention Requirement 10.2 - User access logging Requirement 11.3 - Penetration testing
📊 CVSS Score
8.1
/ 10.0 — مرتفع
📊 CVSS Vector
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
Attack VectorN — None / Network
Attack ComplexityH — High
Privileges RequiredN — None / Network
User InteractionN — None / Network
ScopeU — Unchanged
ConfidentialityH — High
IntegrityH — High
AvailabilityH — High
📋 حقائق سريعة
الخطورة مرتفع
CVSS Score8.1
CWECWE-22
EPSS0.09%
اختراق متاح لا
تصحيح متاح ✗ لا
تاريخ النشر 2026-04-02
المصدر nvd
المشاهدات 5
🇸🇦 درجة المخاطر السعودية
8.7
/ 10.0 — مخاطر السعودية
أولوية: CRITICAL
🏷️ الوسوم
CWE-22
مشاركة ثغرة
LinkedIn X / Twitter WhatsApp Telegram

💬 التعليقات

0
جارٍ التحميل
📣 وجدت هذا مفيداً؟
شاركه مع شبكة الأمن السيبراني الخاصة بك
in لينكدإن 𝕏 تويتر 💬 واتساب ✈ تليجرام
🍪 إعدادات الخصوصية
سيزو للاستشارات — متوافق مع نظام حماية البيانات الشخصية السعودي (PDPL)
نستخدم ملفات تعريف الارتباط والتقنيات المشابهة لتوفير أفضل تجربة على منصتنا. يمكنك اختيار الأنواع التي تقبلها.
🔒
ملفات ضرورية Always On
مطلوبة لعمل الموقع بشكل صحيح. لا يمكن تعطيلها.
📋 الجلسات، CSRF، المصادقة، تفضيلات اللغة
📊
ملفات التحليلات
تساعدنا في فهم كيفية استخدام الزوار للموقع وتحسين الأداء.
📋 إحصائيات الصفحات، مدة الجلسة، مصدر الزيارة
⚙️
ملفات وظيفية
تتيح ميزات محسنة مثل تخصيص المحتوى والتفضيلات.
📋 السمة المظلمة/الفاتحة، حجم الخط، لوحات التحكم المخصصة
📣
ملفات تسويقية
تُستخدم لتقديم محتوى وإعلانات ذات صلة باهتماماتك.
📋 تتبع الحملات، إعادة الاستهداف، تحليلات وسائل التواصل
سياسة الخصوصية →
مساعد CISO الذكي
اسألني أي شيء · وثائق · دعم
🔐

عرّفنا بنفسك

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

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

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

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

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

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

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