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

CVE-2026-27654

مرتفع
NGINX Open Source and NGINX Plus have a vulnerability in the ngx_http_dav_module module that might allow an attacker to trigger a buffer overflow to the NGINX worker process; this vulnerability may re
CWE-122 — نوع الضعف
نُشر: Mar 24, 2026  ·  آخر تحديث: Mar 30, 2026  ·  المصدر: NVD
CVSS v3
8.2
🔗 NVD الرسمي
📄 الوصف (الإنجليزية)

NGINX Open Source and NGINX Plus have a vulnerability in the ngx_http_dav_module module that might allow an attacker to trigger a buffer overflow to the NGINX worker process; this vulnerability may result in termination of the NGINX worker process or modification of source or destination file names outside the document root. This issue affects NGINX Open Source and NGINX Plus when the configuration file uses DAV module MOVE or COPY methods, prefix location (nonregular expression location configuration), and alias directives. The integrity impact is constrained because the NGINX worker process user has low privileges and does not have access to the entire system. Note: Software versions which have reached End of Technical Support (EoTS) are not evaluated.

🤖 ملخص AI

A buffer overflow vulnerability in NGINX's DAV module (CVE-2026-27654, CVSS 8.2) affects NGINX Plus versions R32-R34 when using MOVE/COPY methods with prefix locations and alias directives. While no public exploit exists and patches are unavailable, the vulnerability can cause worker process termination or unauthorized file operations within the web root. Organizations relying on NGINX for critical web services face potential denial of service and data integrity risks.

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

🤖 التحليل الذكي آخر تحليل: Apr 25, 2026 12:18
🇸🇦 التأثير على المملكة العربية السعودية
Saudi banking sector (SAMA-regulated institutions) and government agencies (NCA oversight) using NGINX Plus for API gateways and web services face critical risk. Telecom operators (STC, Mobily) and energy sector (ARAMCO) relying on NGINX for load balancing and content delivery are vulnerable to service disruption. Healthcare providers and e-commerce platforms using NGINX for transaction processing could experience data integrity issues. The vulnerability is particularly concerning for organizations with DAV-enabled configurations supporting file management operations.
🏢 القطاعات السعودية المتأثرة
Banking and Financial Services Government and Public Administration Telecommunications Energy and Oil & Gas Healthcare E-commerce and Retail Education
⚖️ درجة المخاطر السعودية (AI)
7.8
/ 10.0
🔧 Remediation Steps (English)
Immediate Actions:
1. Audit all NGINX Plus deployments (R32-R34) for DAV module configuration: grep -r 'dav_methods\|alias' /etc/nginx/
2. Disable DAV module if not required: comment out 'dav_methods' directives and remove 'alias' in prefix locations
3. If DAV functionality is essential, remove 'alias' directives and use 'root' instead, or relocate to regex-based locations
4. Implement strict file access controls: ensure NGINX worker process runs with minimal privileges (dedicated unprivileged user)
5. Monitor NGINX worker process crashes: configure logging for abnormal terminations and set up alerts

Compensating Controls:
- Deploy WAF rules to block suspicious MOVE/COPY requests with path traversal patterns
- Implement request rate limiting on DAV methods
- Use chroot jails or containers to restrict NGINX process filesystem access
- Enable SELinux/AppArmor with strict NGINX process confinement
- Maintain regular backups of critical files outside NGINX document root

Detection Rules:
- Monitor for HTTP MOVE/COPY requests with encoded path traversal sequences (%2e%2e, ..\\)
- Alert on NGINX worker process segmentation faults or unexpected terminations
- Log all file operations in document root and flag unauthorized modifications
🔧 خطوات المعالجة (العربية)
الإجراءات الفورية:
1. تدقيق جميع نشرات NGINX Plus (R32-R34) لتكوين وحدة DAV: grep -r 'dav_methods\|alias' /etc/nginx/
2. تعطيل وحدة DAV إذا لم تكن مطلوبة: علق على توجيهات 'dav_methods' وأزل 'alias' في المواقع ذات البادئة
3. إذا كانت وظيفة DAV ضرورية، أزل توجيهات 'alias' واستخدم 'root' بدلاً منها، أو انقل إلى مواقع قائمة على regex
4. تنفيذ عناصر تحكم صارمة في الوصول إلى الملفات: تأكد من أن عملية عامل NGINX تعمل بامتيازات دنيا (مستخدم غير مميز مخصص)
5. مراقبة أعطال عملية عامل NGINX: تكوين السجلات للإنهاءات غير الطبيعية وإعداد التنبيهات

عناصر التحكم التعويضية:
- نشر قواعد WAF لحجب طلبات MOVE/COPY المريبة مع أنماط اجتياز المسار
- تنفيذ تحديد معدل الطلب على طرق DAV
- استخدام أقفال chroot أو حاويات لتقييد وصول نظام الملفات لعملية NGINX
- تفعيل SELinux/AppArmor مع حصر عملية NGINX الصارم
- الحفاظ على النسخ الاحتياطية المنتظمة للملفات الحرجة خارج جذر مستند NGINX

قواعد الكشف:
- مراقبة طلبات HTTP MOVE/COPY مع تسلسلات اجتياز المسار المشفرة (%2e%2e, ..\\)
- تنبيه على أعطال تجزئة عملية عامل NGINX أو الإنهاءات غير المتوقعة
- تسجيل جميع عمليات الملفات في جذر المستند والإشارة إلى التعديلات غير المصرح بها
📋 خريطة الامتثال التنظيمي
🟢 NCA ECC 2024
ECC 2024 A.12.6.1 - Management of technical vulnerabilities ECC 2024 A.14.2.1 - Secure development policy ECC 2024 A.12.2.1 - Monitoring and logging of access
🔵 SAMA CSF
SAMA CSF ID.BE-1 - Asset management and inventory SAMA CSF PR.IP-12 - Software development and change management SAMA CSF DE.CM-1 - Detection and analysis of anomalies
🟡 ISO 27001:2022
ISO 27001:2022 A.12.2.1 - Information and other assets associated with information processing facilities ISO 27001:2022 A.14.2.1 - Secure development policy and procedures ISO 27001:2022 A.8.1.3 - Segregation of duties
🟣 PCI DSS v4.0.1
PCI DSS 6.2 - Security patches and updates PCI DSS 11.2 - Vulnerability scanning and assessment
📦 المنتجات المتأثرة 19 منتج
f5:nginx_plus:r32
f5:nginx_plus:r32
f5:nginx_plus:r32
f5:nginx_plus:r32
f5:nginx_plus:r33
f5:nginx_plus:r33
f5:nginx_plus:r33
f5:nginx_plus:r33
f5:nginx_plus:r34
f5:nginx_plus:r34
f5:nginx_plus:r34
f5:nginx_plus:r35
f5:nginx_plus:r35
f5:nginx_plus:r36
f5:nginx_plus:r36
f5:nginx_plus:r36
f5:nginx_open_source
f5:nginx_open_source
f5:nginx_open_source
📊 CVSS Score
8.2
/ 10.0 — مرتفع
📊 CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H
Attack VectorN — None / Network
Attack ComplexityL — Low / Local
Privileges RequiredN — None / Network
User InteractionN — None / Network
ScopeU — Unchanged
ConfidentialityN — None / Network
IntegrityL — Low / Local
AvailabilityH — High
📋 حقائق سريعة
الخطورة مرتفع
CVSS Score8.2
CWECWE-122
اختراق متاح لا
تصحيح متاح ✗ لا
تاريخ النشر 2026-03-24
المصدر nvd
المشاهدات 5
🇸🇦 درجة المخاطر السعودية
7.8
/ 10.0 — مخاطر السعودية
أولوية: HIGH
🏷️ الوسوم
CWE-122
مشاركة ثغرة
LinkedIn X / Twitter WhatsApp Telegram

💬 التعليقات

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

عرّفنا بنفسك

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

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

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

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

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

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

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