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

CVE-2026-0560

مرتفع ⚡ اختراق متاح
A Server-Side Request Forgery (SSRF) vulnerability exists in parisneo/lollms versions prior to 2.2.0, specifically in the `/api/files/export-content` endpoint. The `_download_image_to_temp()` function
CWE-918 — نوع الضعف
نُشر: Mar 29, 2026  ·  آخر تحديث: Apr 5, 2026  ·  المصدر: NVD
CVSS v3
7.5
🔗 NVD الرسمي
📄 الوصف (الإنجليزية)

A Server-Side Request Forgery (SSRF) vulnerability exists in parisneo/lollms versions prior to 2.2.0, specifically in the `/api/files/export-content` endpoint. The `_download_image_to_temp()` function in `backend/routers/files.py` fails to validate user-controlled URLs, allowing attackers to make arbitrary HTTP requests to internal services and cloud metadata endpoints. This vulnerability can lead to internal network access, cloud metadata access, information disclosure, port scanning, and potentially remote code execution.

🤖 ملخص AI

A critical Server-Side Request Forgery (SSRF) vulnerability in LoLLMs versions before 2.2.0 allows unauthenticated attackers to make arbitrary HTTP requests to internal services and cloud metadata endpoints through the `/api/files/export-content` endpoint. This vulnerability enables unauthorized access to sensitive internal resources, cloud credentials, and potentially facilitates remote code execution. Immediate patching to version 2.2.0 or later is essential for all affected deployments.

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

🤖 التحليل الذكي آخر تحليل: May 3, 2026 05:00
🇸🇦 التأثير على المملكة العربية السعودية
This vulnerability poses significant risk to Saudi organizations utilizing LoLLMs for AI/ML operations, particularly in: (1) Banking and Financial Services (SAMA-regulated entities) - risk of unauthorized access to internal banking systems and metadata; (2) Government agencies and NCA - potential exposure of classified internal networks and administrative systems; (3) Healthcare sector - unauthorized access to medical data systems and internal infrastructure; (4) Energy sector (ARAMCO and related entities) - critical infrastructure exposure through internal network access; (5) Telecommunications (STC, Mobily) - risk to internal service networks and customer data systems. The vulnerability's ability to access cloud metadata is particularly concerning for Saudi organizations leveraging AWS, Azure, or other cloud providers for sensitive operations.
🏢 القطاعات السعودية المتأثرة
Banking and Financial Services Government and Public Administration Healthcare and Medical Services Energy and Utilities Telecommunications Cloud Service Providers Technology and Software Development Education and Research Institutions
⚖️ درجة المخاطر السعودية (AI)
8.2
/ 10.0
🔧 Remediation Steps (English)
IMMEDIATE ACTIONS:
1. Identify all LoLLMs deployments in your environment and document their versions
2. Disable or restrict access to the `/api/files/export-content` endpoint immediately using WAF/firewall rules
3. Review access logs for suspicious requests to this endpoint, particularly those with unusual URL parameters
4. Isolate affected systems from sensitive internal networks if immediate patching is not possible

PATCHING GUIDANCE:
1. Upgrade LoLLMs to version 2.2.0 or later immediately
2. Verify the patch includes URL validation in the `_download_image_to_temp()` function
3. Test the patched version in a staging environment before production deployment
4. Implement automated patching procedures for future updates

COMPENSATING CONTROLS (if patching is delayed):
1. Implement strict network segmentation to isolate LoLLMs instances from internal services
2. Deploy Web Application Firewall (WAF) rules to block requests containing internal IP ranges (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) and cloud metadata endpoints (169.254.169.254, metadata.google.internal, etc.)
3. Implement request filtering to block URLs containing localhost, 127.0.0.1, and internal domain names
4. Enable comprehensive logging and monitoring of all requests to the `/api/files/export-content` endpoint
5. Restrict network egress from LoLLMs instances to only necessary external services

DETECTION RULES:
1. Monitor for POST/GET requests to `/api/files/export-content` with URL parameters containing: internal IP ranges, localhost, cloud metadata endpoints, or unusual port numbers
2. Alert on any HTTP 200 responses from the endpoint followed by unusual outbound connections
3. Track failed connection attempts to internal services (port scanning indicators)
4. Monitor for requests with base64-encoded or URL-encoded internal IP addresses
5. Implement IDS/IPS signatures to detect SSRF exploitation patterns
🔧 خطوات المعالجة (العربية)
الإجراءات الفورية:
1. حدد جميع نشرات LoLLMs في بيئتك وقم بتوثيق إصداراتها
2. عطّل أو قيّد الوصول إلى نقطة النهاية `/api/files/export-content` فوراً باستخدام قواعد جدار الحماية/WAF
3. راجع سجلات الوصول للطلبات المريبة إلى هذه النقطة، خاصة تلك التي تحتوي على معاملات URL غير عادية
4. عزل الأنظمة المتأثرة عن الشبكات الداخلية الحساسة إذا لم يكن التحديث الفوري ممكناً

إرشادات التصحيح:
1. قم بترقية LoLLMs إلى الإصدار 2.2.0 أو أحدث فوراً
2. تحقق من أن التصحيح يتضمن التحقق من صحة URL في دالة `_download_image_to_temp()`
3. اختبر الإصدار المصحح في بيئة التجريب قبل نشره في الإنتاج
4. طبّق إجراءات التصحيح الآلي للتحديثات المستقبلية

الضوابط البديلة (إذا تأخر التصحيح):
1. طبّق تقسيم الشبكة الصارم لعزل نشرات LoLLMs عن الخدمات الداخلية
2. نشّر قواعد جدار تطبيقات الويب (WAF) لحجب الطلبات التي تحتوي على نطاقات IP داخلية ونقاط نهاية بيانات السحابة
3. طبّق تصفية الطلبات لحجب عناوين URL التي تحتوي على localhost وعناوين IP الداخلية والأسماء النطاقية الداخلية
4. فعّل السجلات الشاملة ومراقبة جميع الطلبات إلى نقطة النهاية
5. قيّد الخروج من الشبكة من نشرات LoLLMs إلى الخدمات الخارجية الضرورية فقط

قواعد الكشف:
1. راقب طلبات POST/GET إلى `/api/files/export-content` التي تحتوي على معاملات URL تتضمن نطاقات IP داخلية أو localhost أو نقاط نهاية بيانات السحابة
2. أصدر تنبيهات عند استجابات HTTP 200 متبوعة بوصلات خارجية غير عادية
3. تتبع محاولات الاتصال الفاشلة بالخدمات الداخلية
4. راقب الطلبات التي تحتوي على عناوين IP مشفرة بـ base64 أو URL-encoded
5. طبّق توقيعات IDS/IPS للكشف عن أنماط استغلال SSRF
📋 خريطة الامتثال التنظيمي
🟢 NCA ECC 2024
A.5.1.1 - Information Security Policies and Procedures A.6.1.1 - Access Control Policy A.6.2.1 - User Registration and De-registration A.6.2.2 - User Access Rights A.8.1.1 - Cryptography Policy A.8.2.1 - Secure Development Policy A.8.2.3 - Security Testing A.8.3.1 - Management of Technical Vulnerabilities A.9.1.1 - Event Logging A.9.2.1 - Monitoring and Review of Access to Information A.10.1.1 - Business Continuity Management
🔵 SAMA CSF
Governance - Risk Management Framework Governance - Third-Party Risk Management Protect - Access Control and Authentication Protect - Data Protection and Privacy Protect - System and Network Security Detect - Security Monitoring and Incident Detection Respond - Incident Response and Management Recover - Business Continuity and Disaster Recovery
🟡 ISO 27001:2022
5.1 - Policies for information security 6.1 - Information security roles and responsibilities 6.2 - Information security competencies 6.5 - Supplier relationships 8.1 - Operational planning and control 8.2 - Supply chain relationships 8.3 - Information and communication 8.4 - Physical and environmental security 8.5 - Access control 8.6 - Cryptography 8.7 - Physical and logical access 8.22 - Information security incident management 8.23 - Business continuity management 8.24 - Compliance
🟣 PCI DSS v4.0.1
1.1 - Firewall configuration standards 2.1 - Default security parameters 6.2 - Security patches and updates 6.5.1 - Injection flaws 6.5.10 - Broken authentication 10.1 - Audit trails implementation 10.2 - User access logging 11.3 - Penetration testing
📦 المنتجات المتأثرة 1 منتج
lollms:lollms
📊 CVSS Score
7.5
/ 10.0 — مرتفع
📊 CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Attack VectorN — None / Network
Attack ComplexityL — Low / Local
Privileges RequiredN — None / Network
User InteractionN — None / Network
ScopeU — Unchanged
ConfidentialityH — High
IntegrityN — None / Network
AvailabilityN — None / Network
📋 حقائق سريعة
الخطورة مرتفع
CVSS Score7.5
CWECWE-918
EPSS0.11%
اختراق متاح ✓ نعم
تصحيح متاح ✓ نعم
تاريخ النشر 2026-03-29
المصدر nvd
المشاهدات 5
🇸🇦 درجة المخاطر السعودية
8.2
/ 10.0 — مخاطر السعودية
أولوية: CRITICAL
🏷️ الوسوم
exploit-available patch-available CWE-918
مشاركة ثغرة
LinkedIn X / Twitter WhatsApp Telegram

💬 التعليقات

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

عرّفنا بنفسك

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

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

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

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

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

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

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