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

CVE-2026-27734

متوسط
Beszel is a server monitoring platform. Prior to version 0.18.2, the hub's authenticated API endpoints GET /api/beszel/containers/logs and GET /api/beszel/containers/info pass the user-supplied "conta
CWE-22 — نوع الضعف
نُشر: Feb 27, 2026  ·  آخر تحديث: Feb 28, 2026  ·  المصدر: NVD
CVSS v3
6.5
🔗 NVD الرسمي
📄 الوصف (الإنجليزية)

Beszel is a server monitoring platform. Prior to version 0.18.2, the hub's authenticated API endpoints GET /api/beszel/containers/logs and GET /api/beszel/containers/info pass the user-supplied "container" query parameter to the agent without validation. The agent constructs Docker Engine API URLs using fmt.Sprintf with the raw value instead of url.PathEscape(). Since Go's http.Client does not sanitize `../` sequences from URL paths sent over unix sockets, an authenticated user (including readonly role) can traverse to arbitrary Docker API endpoints on agent hosts, exposing sensitive infrastructure details. Version 0.18.4 fixes the issue.

🤖 ملخص AI

Beszel server monitoring platform versions prior to 0.18.2 contain a path traversal vulnerability in authenticated API endpoints that allows users with read-only roles to access arbitrary Docker API endpoints on agent hosts. An attacker can exploit improper input validation on the 'container' query parameter to traverse directory structures and expose sensitive infrastructure details. This vulnerability affects organizations using Beszel for infrastructure monitoring across Saudi Arabia, particularly those managing containerized environments.

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

🤖 التحليل الذكي آخر تحليل: May 12, 2026 17:18
🇸🇦 التأثير على المملكة العربية السعودية
This vulnerability primarily impacts Saudi organizations in the technology, cloud infrastructure, and DevOps sectors that deploy Beszel for container and server monitoring. High-risk sectors include: (1) Banking and Financial Services — institutions using containerized infrastructure for payment systems and core banking platforms; (2) Government and Critical Infrastructure — NCA-regulated entities managing sensitive infrastructure monitoring; (3) Telecommunications — STC and other telecom operators using Beszel for network infrastructure monitoring; (4) Energy Sector — ARAMCO and related entities managing industrial control systems; (5) Healthcare — hospitals and health information systems using containerized deployments. The vulnerability allows authenticated users (including those with minimal read-only permissions) to bypass access controls and enumerate sensitive Docker configurations, potentially exposing database credentials, API keys, and infrastructure topology.
🏢 القطاعات السعودية المتأثرة
Banking and Financial Services Government and Critical Infrastructure Telecommunications Energy and Utilities Healthcare Technology and Cloud Services Manufacturing and Industrial Control Systems
⚖️ درجة المخاطر السعودية (AI)
7.2
/ 10.0
🔧 Remediation Steps (English)
IMMEDIATE ACTIONS:
1. Identify all Beszel deployments in your organization and document version numbers
2. Restrict network access to Beszel hub and agent endpoints to trusted networks only
3. Review access logs for suspicious container parameter queries containing '../' sequences
4. Audit user accounts with Beszel access, particularly read-only roles

PATCHING GUIDANCE:
1. Upgrade Beszel to version 0.18.4 or later immediately
2. If upgrade is not immediately possible, disable public access to /api/beszel/containers/logs and /api/beszel/containers/info endpoints
3. Implement network segmentation to isolate Beszel agents from untrusted networks

COMPENSATING CONTROLS (if patch unavailable):
1. Deploy WAF rules to block requests containing '../' in the 'container' query parameter
2. Implement strict input validation at the reverse proxy level
3. Monitor and alert on any container parameter values containing path traversal sequences
4. Restrict Beszel API access to specific IP ranges using firewall rules
5. Implement mutual TLS authentication between hub and agents

DETECTION RULES:
1. Monitor for HTTP requests to /api/beszel/containers/* endpoints with 'container' parameter containing '../'
2. Alert on Docker API calls from Beszel agents to unexpected endpoints
3. Track authentication logs for read-only user access to sensitive endpoints
4. Monitor for unusual Docker API endpoint access patterns (e.g., /v1.40/secrets, /v1.40/configs)
🔧 خطوات المعالجة (العربية)
الإجراءات الفورية:
1. حدد جميع نشرات Beszel في مؤسستك وقم بتوثيق أرقام الإصدارات
2. قيد الوصول إلى نقاط نهاية Beszel hub والوكيل إلى الشبكات الموثوقة فقط
3. راجع سجلات الوصول للاستعلامات المريبة لمعامل الحاوية التي تحتوي على تسلسلات '../'
4. قم بتدقيق حسابات المستخدمين الذين لديهم وصول Beszel، خاصة الأدوار المتعلقة بالقراءة فقط

إرشادات التصحيح:
1. قم بترقية Beszel إلى الإصدار 0.18.4 أو أحدث على الفور
2. إذا لم يكن الترقية ممكنة على الفور، قم بتعطيل الوصول العام إلى نقاط نهاية /api/beszel/containers/logs و /api/beszel/containers/info
3. تنفيذ تقسيم الشبكة لعزل وكلاء Beszel عن الشبكات غير الموثوقة

الضوابط البديلة (إذا لم يكن التصحيح متاحاً):
1. نشر قواعد WAF لحظر الطلبات التي تحتوي على '../' في معامل الاستعلام 'container'
2. تنفيذ التحقق الصارم من المدخلات على مستوى الوكيل العكسي
3. مراقبة والتنبيه على أي قيم معامل حاوية تحتوي على تسلسلات اجتياز المسار
4. تقييد وصول Beszel API إلى نطاقات IP محددة باستخدام قواعد جدار الحماية
5. تنفيذ مصادقة TLS المتبادلة بين hub والوكلاء

قواعد الكشف:
1. مراقبة طلبات HTTP إلى نقاط نهاية /api/beszel/containers/* مع معامل 'container' يحتوي على '../'
2. التنبيه على استدعاءات Docker API من وكلاء Beszel إلى نقاط نهاية غير متوقعة
3. تتبع سجلات المصادقة لوصول المستخدم بالقراءة فقط إلى نقاط النهاية الحساسة
4. مراقبة أنماط الوصول إلى نقاط نهاية Docker API غير العادية (مثل /v1.40/secrets و /v1.40/configs)
📋 خريطة الامتثال التنظيمي
🟢 NCA ECC 2024
ECC 2024 A.5.1.1 — Access Control Policy (unauthorized access to infrastructure details) ECC 2024 A.6.1.2 — User Access Management (read-only role bypass) ECC 2024 A.8.2.1 — User Authentication (authentication bypass through parameter manipulation) ECC 2024 A.12.4.1 — Event Logging (insufficient logging of API access attempts)
🔵 SAMA CSF
SAMA CSF ID.AM-2 — Asset Management (inventory of monitoring tools and their vulnerabilities) SAMA CSF PR.AC-1 — Access Control (enforcement of least privilege principles) SAMA CSF PR.AC-3 — Access Enforcement (proper validation of user inputs) SAMA CSF DE.CM-1 — Detection and Analysis (monitoring of suspicious API access patterns)
🟡 ISO 27001:2022
ISO 27001:2022 A.5.15 — Access Control (authentication and authorization mechanisms) ISO 27001:2022 A.5.16 — Cryptography (secure communication between hub and agents) ISO 27001:2022 A.5.18 — User Endpoint Devices (monitoring of container infrastructure) ISO 27001:2022 A.8.22 — Information Security Incident Management (detection and response)
🟣 PCI DSS v4.0.1
PCI DSS 6.5.1 — Injection flaws (path traversal is a form of injection attack) PCI DSS 7.1 — Least Privilege Access (read-only role should not access sensitive endpoints) PCI DSS 10.2 — Logging and Monitoring (audit trails for API access)
📊 CVSS Score
6.5
/ 10.0 — متوسط
📊 CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Attack VectorN — None / Network
Attack ComplexityL — Low / Local
Privileges RequiredL — Low / Local
User InteractionN — None / Network
ScopeU — Unchanged
ConfidentialityH — High
IntegrityN — None / Network
AvailabilityN — None / Network
📋 حقائق سريعة
الخطورة متوسط
CVSS Score6.5
CWECWE-22
EPSS0.02%
اختراق متاح لا
تصحيح متاح ✗ لا
تاريخ النشر 2026-02-27
المصدر nvd
المشاهدات 6
🇸🇦 درجة المخاطر السعودية
7.2
/ 10.0 — مخاطر السعودية
أولوية: HIGH
🏷️ الوسوم
CWE-22
مشاركة ثغرة
LinkedIn X / Twitter WhatsApp Telegram

💬 التعليقات

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

عرّفنا بنفسك

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

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

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

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

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

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

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