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

CVE-2026-5832

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

A weakness has been identified in atototo api-lab-mcp up to 0.2.1. This affects the function analyze_api_spec/generate_test_scenarios/test_http_endpoint of the file src/mcp/http-server.ts of the component HTTP Interface. This manipulation of the argument source/url causes server-side request forgery. The attack is possible to be carried out remotely. The exploit has been made available to the public and could be used for attacks. The project was informed of the problem early through an issue report but has not responded yet.

🤖 ملخص AI

CVE-2026-5832 is a Server-Side Request Forgery (SSRF) vulnerability in atototo api-lab-mcp versions up to 0.2.1 affecting the HTTP interface component. The vulnerability allows remote attackers to manipulate API specification analysis and test scenario generation functions to forge arbitrary server requests. With a CVSS score of 7.3 and public exploit availability, this poses a significant risk to organizations using this API testing framework, particularly those integrating it into development pipelines or CI/CD environments.

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

🤖 التحليل الذكي آخر تحليل: May 7, 2026 20:01
🇸🇦 التأثير على المملكة العربية السعودية
Saudi organizations in the technology and financial sectors are at elevated risk. Banking institutions (SAMA-regulated) using api-lab-mcp for API testing and integration could face unauthorized access to internal systems and data exfiltration. Government agencies and critical infrastructure operators (NCA oversight) may experience lateral movement attacks if this tool is deployed in development environments. Telecommunications providers (STC, Mobily) and energy sector organizations (ARAMCO) utilizing this framework for API validation are vulnerable to internal network reconnaissance and potential compromise of backend services. The SSRF vulnerability could enable attackers to bypass network segmentation and access internal APIs, databases, and management interfaces not exposed to the internet.
🏢 القطاعات السعودية المتأثرة
Banking and Financial Services (SAMA-regulated) Government and Public Administration (NCA oversight) Telecommunications (STC, Mobily, Zain) Energy and Utilities (ARAMCO, SEC) Healthcare (MOH, private hospitals) Technology and Software Development Critical Infrastructure Operators
⚖️ درجة المخاطر السعودية (AI)
7.8
/ 10.0
🔧 Remediation Steps (English)
IMMEDIATE ACTIONS:
1. Identify all instances of atototo api-lab-mcp versions ≤0.2.1 in your environment, including development, testing, and CI/CD pipelines
2. Isolate affected systems from production networks and restrict network access to the HTTP interface
3. Review access logs for the analyze_api_spec, generate_test_scenarios, and test_http_endpoint functions for suspicious activity
4. Monitor for outbound connections from affected systems to unexpected internal or external destinations

PATCHING GUIDANCE:
1. Upgrade to api-lab-mcp version > 0.2.1 immediately when available (monitor project repository for updates)
2. If upgrade is not immediately possible, implement network-level controls:
- Restrict outbound connections from api-lab-mcp instances using firewall rules
- Implement egress filtering to block connections to internal IP ranges (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16)
- Use proxy/WAF to validate and sanitize API specification inputs

COMPENSATING CONTROLS:
1. Implement input validation on the 'source' and 'url' parameters - whitelist allowed domains and reject RFC1918 addresses
2. Deploy network segmentation to isolate api-lab-mcp from sensitive internal systems
3. Use service accounts with minimal privileges for api-lab-mcp execution
4. Implement request rate limiting and anomaly detection on HTTP interface endpoints
5. Disable or restrict the analyze_api_spec and generate_test_scenarios functions if not actively used

DETECTION RULES:
1. Monitor for HTTP requests to internal IP addresses (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16, 127.0.0.1) originating from api-lab-mcp processes
2. Alert on unusual outbound connections from api-lab-mcp to cloud metadata services (169.254.169.254)
3. Log all API calls to analyze_api_spec, generate_test_scenarios, and test_http_endpoint with full parameter values
4. Monitor for error responses indicating failed SSRF attempts (connection timeouts, refused connections to internal systems)
🔧 خطوات المعالجة (العربية)
الإجراءات الفورية:
1. تحديد جميع حالات atototo api-lab-mcp الإصدارات ≤0.2.1 في بيئتك، بما في ذلك بيئات التطوير والاختبار وخطوط أنابيب CI/CD
2. عزل الأنظمة المتأثرة عن شبكات الإنتاج وتقييد الوصول إلى واجهة HTTP
3. مراجعة سجلات الوصول لوظائف analyze_api_spec و generate_test_scenarios و test_http_endpoint للنشاط المريب
4. مراقبة الاتصالات الصادرة من الأنظمة المتأثرة إلى وجهات داخلية أو خارجية غير متوقعة

توجيهات التصحيح:
1. الترقية إلى api-lab-mcp الإصدار > 0.2.1 فوراً عند توفره (مراقبة مستودع المشروع للتحديثات)
2. إذا لم تكن الترقية ممكنة على الفور، قم بتنفيذ عناصر تحكم على مستوى الشبكة:
- تقييد الاتصالات الصادرة من حالات api-lab-mcp باستخدام قواعد جدار الحماية
- تنفيذ تصفية الخروج لحظر الاتصالات بنطاقات IP الداخلية
- استخدام الوكيل/WAF للتحقق من صحة وتعقيم مدخلات مواصفات API

عناصر التحكم التعويضية:
1. تنفيذ التحقق من صحة الإدخال على معاملات 'source' و 'url' - قائمة بيضاء للمجالات المسموحة ورفض عناوين RFC1918
2. نشر تقسيم الشبكة لعزل api-lab-mcp عن الأنظمة الداخلية الحساسة
3. استخدام حسابات الخدمة بامتيازات محدودة لتنفيذ api-lab-mcp
4. تنفيذ تحديد معدل الطلب والكشف عن الشذوذ على نقاط نهاية واجهة HTTP
5. تعطيل أو تقييد وظائف analyze_api_spec و generate_test_scenarios إذا لم تكن قيد الاستخدام النشط

قواعد الكشف:
1. مراقبة طلبات HTTP إلى عناوين IP الداخلية الناشئة من عمليات api-lab-mcp
2. التنبيه على الاتصالات الصادرة غير العادية من api-lab-mcp إلى خدمات البيانات الوصفية للسحابة
3. تسجيل جميع استدعاءات API مع قيم المعاملات الكاملة
4. مراقبة استجابات الخطأ التي تشير إلى محاولات SSRF الفاشلة
📋 خريطة الامتثال التنظيمي
🟢 NCA ECC 2024
ECC 2024 A.5.1.1 - Network security and access control ECC 2024 A.5.2.1 - User access management ECC 2024 A.5.3.1 - Cryptography and secure communications ECC 2024 A.6.1.1 - Information security incident management ECC 2024 A.8.1.1 - Asset management and inventory
🔵 SAMA CSF
SAMA CSF ID.AM-2 - Software inventory and management SAMA CSF PR.AC-1 - Access control and authentication SAMA CSF PR.DS-2 - Data security and protection SAMA CSF DE.CM-1 - Detection and monitoring SAMA CSF RS.MI-1 - Incident response and mitigation
🟡 ISO 27001:2022
ISO 27001:2022 A.5.15 - Access control ISO 27001:2022 A.5.23 - Information security for supplier relationships ISO 27001:2022 A.8.1 - User endpoint devices ISO 27001:2022 A.8.22 - Monitoring ISO 27001:2022 A.8.23 - Web filtering
🟣 PCI DSS v4.0.1
PCI DSS 1.1 - Firewall configuration standards PCI DSS 1.3 - Network segmentation PCI DSS 2.1 - Default security parameters PCI DSS 6.2 - Security patches and updates PCI DSS 10.3 - Logging and monitoring
📊 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-918
EPSS0.05%
اختراق متاح لا
تصحيح متاح ✗ لا
تاريخ النشر 2026-04-09
المصدر nvd
المشاهدات 5
🇸🇦 درجة المخاطر السعودية
7.8
/ 10.0 — مخاطر السعودية
أولوية: HIGH
🏷️ الوسوم
CWE-918
مشاركة ثغرة
LinkedIn X / Twitter WhatsApp Telegram

💬 التعليقات

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

عرّفنا بنفسك

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

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

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

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

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

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

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