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

CVE-2026-5001

مرتفع
A flaw has been found in PromtEngineer localGPT up to 4d41c7d1713b16b216d8e062e51a5dd88b20b054. The affected element is the function do_POST of the file backend/server.py. This manipulation causes unr
CWE-284 — نوع الضعف
نُشر: Mar 28, 2026  ·  آخر تحديث: Apr 4, 2026  ·  المصدر: NVD
CVSS v3
7.3
🔗 NVD الرسمي
📄 الوصف (الإنجليزية)

A flaw has been found in PromtEngineer localGPT up to 4d41c7d1713b16b216d8e062e51a5dd88b20b054. The affected element is the function do_POST of the file backend/server.py. This manipulation causes unrestricted upload. The attack is possible to be carried out remotely. The exploit has been published and may be used. This product adopts a rolling release strategy to maintain continuous delivery. Therefore, version details for affected or updated releases cannot be specified. The vendor was contacted early about this disclosure but did not respond in any way.

🤖 ملخص AI

CVE-2026-5001 is a critical file upload vulnerability in PromtEngineer localGPT affecting the backend/server.py do_POST function, allowing unrestricted file uploads without proper access controls (CWE-284). With a CVSS score of 7.3 and publicly disclosed exploit code, this vulnerability poses significant risk to organizations deploying localGPT for AI/ML workloads. No patch is currently available from the vendor, requiring immediate compensating controls and alternative solutions.

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

🤖 التحليل الذكي آخر تحليل: May 6, 2026 20:37
🇸🇦 التأثير على المملكة العربية السعودية
Saudi organizations using localGPT for AI/ML applications—particularly in banking (SAMA-regulated institutions), government agencies (NCA oversight), healthcare systems, and energy sector (ARAMCO subsidiaries)—face significant risk. The unrestricted file upload vulnerability could enable: (1) malware injection into AI model pipelines, (2) data exfiltration of sensitive datasets, (3) lateral movement within enterprise networks, (4) compromise of AI model integrity affecting critical decision-making systems. Government entities and financial institutions are highest priority due to regulatory compliance requirements and data sensitivity.
🏢 القطاعات السعودية المتأثرة
Banking and Financial Services (SAMA-regulated) Government and Public Administration (NCA oversight) Healthcare and Medical Services Energy and Utilities (ARAMCO, SEC) Telecommunications (STC, Mobily) Education and Research Institutions AI/ML Development and Deployment Centers
⚖️ درجة المخاطر السعودية (AI)
8.2
/ 10.0
🔧 Remediation Steps (English)
IMMEDIATE ACTIONS:
1. Disable or isolate all localGPT instances from production environments until mitigation is confirmed
2. Conduct forensic analysis of upload directories for suspicious files (check timestamps, file types, sizes)
3. Review access logs for do_POST endpoint (backend/server.py) for unauthorized upload attempts
4. Implement network segmentation to restrict localGPT server access to trusted networks only

COMPENSATING CONTROLS:
1. Deploy Web Application Firewall (WAF) rules to block POST requests to /upload or file upload endpoints
2. Implement strict file type validation at network layer (whitelist only expected file extensions)
3. Configure file upload directory with read-only permissions and disable script execution
4. Enable comprehensive logging and monitoring of all file operations
5. Implement rate limiting on POST requests to backend/server.py

DETECTION RULES:
1. Monitor for POST requests to backend/server.py with unusual Content-Type headers
2. Alert on file uploads exceeding expected size thresholds
3. Detect execution of uploaded files in upload directories
4. Flag access to do_POST function from non-whitelisted IP ranges
5. Monitor for suspicious file extensions in upload directories (.exe, .sh, .py, .jsp)

LONG-TERM:
1. Evaluate alternative AI/ML frameworks with better security posture
2. Consider commercial localGPT alternatives with vendor support
3. Implement code review process for open-source AI tools before deployment
🔧 خطوات المعالجة (العربية)
الإجراءات الفورية:
1. تعطيل أو عزل جميع مثيلات localGPT عن بيئات الإنتاج حتى يتم تأكيد التخفيف
2. إجراء تحليل جنائي لمجلدات التحميل بحثاً عن ملفات مريبة (التحقق من الطوابع الزمنية وأنواع الملفات والأحجام)
3. مراجعة سجلات الوصول لنقطة نهاية do_POST (backend/server.py) للبحث عن محاولات تحميل غير مصرح بها
4. تنفيذ تقسيم الشبكة لتقييد وصول خادم localGPT إلى الشبكات الموثوقة فقط

الضوابط التعويضية:
1. نشر قواعد جدار حماية تطبيقات الويب (WAF) لحظر طلبات POST إلى نقاط نهاية التحميل
2. تنفيذ التحقق الصارم من نوع الملف على مستوى الشبكة (قائمة بيضاء بامتدادات الملفات المتوقعة فقط)
3. تكوين مجلد التحميل بأذونات القراءة فقط وتعطيل تنفيذ البرامج النصية
4. تفعيل السجلات الشاملة ومراقبة جميع عمليات الملفات
5. تنفيذ تحديد معدل الطلبات على طلبات POST إلى backend/server.py

قواعد الكشف:
1. مراقبة طلبات POST إلى backend/server.py برؤوس Content-Type غير عادية
2. التنبيه على تحميلات الملفات التي تتجاوز حدود الحجم المتوقعة
3. كشف تنفيذ الملفات المرفوعة في مجلدات التحميل
4. وضع علامة على الوصول إلى وظيفة do_POST من نطاقات IP غير موثوقة
5. مراقبة امتدادات الملفات المريبة في مجلدات التحميل (.exe, .sh, .py, .jsp)
📋 خريطة الامتثال التنظيمي
🟢 NCA ECC 2024
ECC 2024 A.6.1 - Access Control: Unrestricted file upload violates principle of least privilege ECC 2024 A.12.4 - Logging and Monitoring: Insufficient controls on file upload operations ECC 2024 A.14.2 - System Development and Maintenance: Secure coding practices not followed in do_POST function
🔵 SAMA CSF
SAMA CSF ID.AC-1 - Identity and Access Management: Lack of proper authentication/authorization for upload function SAMA CSF PR.DS-1 - Data Security: Uncontrolled file uploads enable data compromise SAMA CSF DE.CM-1 - Detection and Analysis: Insufficient monitoring of file upload activities
🟡 ISO 27001:2022
ISO 27001:2022 A.5.15 - Access Control: Inadequate access restrictions on file upload functionality ISO 27001:2022 A.8.3 - Cryptography: No validation of uploaded file integrity ISO 27001:2022 A.12.4 - Logging: Insufficient audit trails for upload operations ISO 27001:2022 A.14.2 - System Development: Secure development practices not applied
🟣 PCI DSS v4.0.1
PCI DSS 6.5.1 - Injection flaws: File upload can be vector for code injection PCI DSS 6.5.8 - Improper access control: Unrestricted uploads violate principle of least privilege PCI DSS 10.2 - Logging: Insufficient logging of file upload activities
📊 CVSS Score
7.3
/ 10.0 — مرتفع
📊 CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
Attack VectorN — None / Network
Attack ComplexityL — Low / Local
Privileges RequiredN — None / Network
User InteractionN — None / Network
ScopeU — Unchanged
ConfidentialityL — Low / Local
IntegrityL — Low / Local
AvailabilityL — Low / Local
📋 حقائق سريعة
الخطورة مرتفع
CVSS Score7.3
CWECWE-284
EPSS0.05%
اختراق متاح لا
تصحيح متاح ✗ لا
تاريخ النشر 2026-03-28
المصدر nvd
المشاهدات 6
🇸🇦 درجة المخاطر السعودية
8.2
/ 10.0 — مخاطر السعودية
أولوية: CRITICAL
🏷️ الوسوم
CWE-284
مشاركة ثغرة
LinkedIn X / Twitter WhatsApp Telegram

💬 التعليقات

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

عرّفنا بنفسك

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

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

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

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

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

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

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