📧 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-5436

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

The MW WP Form plugin for WordPress is vulnerable to Arbitrary File Move/Read in all versions up to and including 5.1.1. This is due to insufficient validation of the $name parameter (upload field key) passed to the generate_user_file_dirpath() function, which uses WordPress's path_join() — a function that returns absolute paths unchanged, discarding the intended base directory. The attacker-controlled key is injected via the mwf_upload_files[] POST parameter, which is loaded into the plugin's Data model via _set_request_valiables(). During form processing, regenerate_upload_file_keys() iterates over these keys and calls generate_user_filepath() with the attacker-supplied key as the $name argument — the key survives validation because the targeted file (e.g., wp-config.php) genuinely exists at the absolute path. The _get_attachments() method then re-reads the same surviving keys and passes the resolved file path to move_temp_file_to_upload_dir(), which calls rename() to move the file into the uploads folder. 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-5436 is a critical arbitrary file move vulnerability in MW WP Form plugin affecting WordPress installations. Unauthenticated attackers can move arbitrary files on the server by manipulating upload field parameters, potentially leading to remote code execution through wp-config.php manipulation. The vulnerability requires a form with file upload capability and database storage enabled, making it a significant threat to WordPress-based government and commercial websites in Saudi Arabia.

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

🤖 التحليل الذكي آخر تحليل: Apr 26, 2026 00:55
🇸🇦 التأثير على المملكة العربية السعودية
This vulnerability poses significant risk to Saudi organizations using WordPress with MW WP Form plugin: Government agencies (NCA, CITC) hosting public-facing forms for citizen services; Banking sector (SAMA-regulated banks) using contact/inquiry forms; Healthcare providers (MOH) collecting patient information; Telecommunications (STC, Mobily) customer service portals; E-commerce platforms processing customer inquiries. The ability to move wp-config.php or other critical files enables complete server compromise, data exfiltration, and lateral movement within organizational networks. Organizations in regulated sectors face compliance violations and potential operational disruption.
🏢 القطاعات السعودية المتأثرة
Government & Public Administration Banking & Financial Services Healthcare & Medical Services Energy & Utilities Telecommunications E-commerce & Retail Education Insurance
⚖️ درجة المخاطر السعودية (AI)
8.7
/ 10.0
🔧 Remediation Steps (English)
IMMEDIATE ACTIONS:
1. Identify all WordPress installations using MW WP Form plugin (versions ≤5.1.1) via plugin audit
2. Disable or remove MW WP Form plugin immediately if not actively required
3. If plugin must remain: disable all forms with file upload functionality until patching
4. Review server logs (access.log, error.log) for POST requests to wp-admin/admin-ajax.php containing 'mwf_upload_files' parameter from 2024 onwards
5. Check uploads directory for suspicious files or recently moved system files

PATCHING GUIDANCE:
1. Monitor MW WP Form GitHub/official channels for security patch release
2. When patch becomes available, immediately update to patched version
3. Test in staging environment before production deployment
4. Implement automated plugin update mechanisms

COMPENSATING CONTROLS (until patch available):
1. Implement Web Application Firewall (WAF) rules blocking POST requests containing 'mwf_upload_files' parameter
2. Restrict file upload functionality at web server level (nginx/Apache) - disable POST to wp-admin/admin-ajax.php for non-authenticated users
3. Apply principle of least privilege: ensure WordPress process runs with minimal file system permissions
4. Implement file integrity monitoring (FIM) on wp-config.php and other critical files
5. Enable WordPress security logging and centralized log aggregation
6. Restrict uploads directory permissions (644 for files, 755 for directories)
7. Disable PHP execution in uploads directory via .htaccess or nginx configuration

DETECTION RULES:
1. Monitor for POST requests with parameter pattern: mwf_upload_files[*] containing path traversal sequences (../, absolute paths starting with /)
2. Alert on file move/rename operations involving wp-config.php, .htaccess, wp-settings.php
3. Monitor for unexpected files in wp-content/uploads directory
4. Track failed file access attempts to system files from web server process
5. Implement YARA rule: detect POST payloads with mwf_upload_files containing path traversal indicators
🔧 خطوات المعالجة (العربية)
الإجراءات الفورية:
1. تحديد جميع تثبيتات WordPress التي تستخدم إضافة MW WP Form (الإصدارات ≤5.1.1) من خلال تدقيق الإضافات
2. تعطيل أو إزالة إضافة MW WP Form فوراً إذا لم تكن مطلوبة بنشاط
3. إذا كان يجب الاحتفاظ بالإضافة: تعطيل جميع النماذج التي تحتوي على وظيفة تحميل الملفات حتى التصحيح
4. مراجعة سجلات الخادم (access.log, error.log) للبحث عن طلبات POST تحتوي على معامل 'mwf_upload_files' من 2024 فما فوق
5. التحقق من دليل التحميلات للملفات المريبة أو الملفات النظامية المنقولة مؤخراً

إرشادات التصحيح:
1. مراقبة قنوات GitHub الرسمية لإضافة MW WP Form للإصدارات الأمنية
2. عند توفر التصحيح، قم بالتحديث الفوري إلى الإصدار المصحح
3. الاختبار في بيئة التطوير قبل نشر الإنتاج
4. تنفيذ آليات تحديث الإضافات التلقائية

الضوابط البديلة (حتى توفر التصحيح):
1. تنفيذ قواعد جدار حماية تطبيقات الويب (WAF) لحجب طلبات POST التي تحتوي على معامل 'mwf_upload_files'
2. تقييد وظيفة تحميل الملفات على مستوى خادم الويب (nginx/Apache) - تعطيل POST إلى wp-admin/admin-ajax.php للمستخدمين غير المصرحين
3. تطبيق مبدأ أقل امتياز: التأكد من أن عملية WordPress تعمل بأقل صلاحيات نظام الملفات
4. تنفيذ مراقبة سلامة الملفات (FIM) على wp-config.php والملفات الحرجة الأخرى
5. تفعيل تسجيل أمان WordPress والتجميع المركزي للسجلات
6. تقييد صلاحيات دليل التحميلات (644 للملفات، 755 للمجلدات)
7. تعطيل تنفيذ PHP في دليل التحميلات عبر .htaccess أو إعدادات nginx

قواعد الكشف:
1. مراقبة طلبات POST بنمط معامل: mwf_upload_files[*] يحتوي على تسلسلات اجتياز المسار (../, المسارات المطلقة التي تبدأ بـ /)
2. تنبيه عمليات نقل/إعادة تسمية الملفات التي تتضمن wp-config.php, .htaccess, wp-settings.php
3. مراقبة الملفات غير المتوقعة في دليل wp-content/uploads
4. تتبع محاولات الوصول الفاشلة إلى ملفات النظام من عملية خادم الويب
5. تنفيذ قاعدة YARA: الكشف عن حمولات POST مع mwf_upload_files تحتوي على مؤشرات اجتياز المسار
📋 خريطة الامتثال التنظيمي
🟢 NCA ECC 2024
A.5.1.1 - Information Security Policies (vulnerability management) A.8.1.1 - User Access Management (authentication bypass risk) A.12.2.1 - Change Management (patch management procedures) A.12.4.1 - Event Logging (detection and monitoring) A.14.2.1 - Secure Development (input validation requirements)
🔵 SAMA CSF
Governance & Risk Management - Vulnerability Management Information & Cyber Security - Access Control & Authentication Information & Cyber Security - Data Protection & Privacy Operational Resilience - Incident Management & Response Technology & Infrastructure - System Hardening & Patching
🟡 ISO 27001:2022
A.5.1 - Management Direction (information security policy) A.8.1 - User Registration & Access Rights (access control) A.12.2 - Change Management (patch management) A.12.4 - Event Logging (monitoring & detection) A.14.2 - Secure Development (input validation, secure coding)
🟣 PCI DSS v4.0.1
Requirement 2.2 - Configuration Standards (disable unnecessary services) Requirement 6.2 - Security Patches (timely patching) Requirement 10.2 - Logging & Monitoring (detect unauthorized access) Requirement 11.3 - Vulnerability Scanning (identify vulnerabilities)
📊 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.24%
اختراق متاح لا
تصحيح متاح ✗ لا
تاريخ النشر 2026-04-08
المصدر 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 (ممتاز)

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