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

CVE-2026-1558

متوسط
The WP Recipe Maker plugin for WordPress is vulnerable to an Insecure Direct Object Reference (IDOR) in versions up to, and including, 10.3.2. This is due to the /wp-json/wp-recipe-maker/v1/integratio
CWE-639 — نوع الضعف
نُشر: Feb 27, 2026  ·  آخر تحديث: Mar 5, 2026  ·  المصدر: NVD
CVSS v3
5.3
🔗 NVD الرسمي
📄 الوصف (الإنجليزية)

The WP Recipe Maker plugin for WordPress is vulnerable to an Insecure Direct Object Reference (IDOR) in versions up to, and including, 10.3.2. This is due to the /wp-json/wp-recipe-maker/v1/integrations/instacart REST API endpoint's permission_callback being set to __return_true and a lack of subsequent authorization or ownership checks on the user-supplied recipeId. This makes it possible for unauthenticated attackers to overwrite arbitrary post metadata (wprm_instacart_combinations) for any post ID on the site via the recipeId parameter.

🤖 ملخص AI

The WP Recipe Maker plugin (versions ≤10.3.2) contains an Insecure Direct Object Reference (IDOR) vulnerability in its REST API endpoint that allows unauthenticated attackers to modify arbitrary post metadata without authorization. This vulnerability enables attackers to manipulate recipe data and potentially inject malicious content across WordPress sites using this plugin. While currently unpatched, the medium CVSS score (5.3) reflects the need for immediate compensating controls.

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

🤖 التحليل الذكي آخر تحليل: May 30, 2026 02:19
🇸🇦 التأثير على المملكة العربية السعودية
Saudi organizations operating WordPress-based content management systems, particularly in media, publishing, e-commerce, and government information portals, are at risk. The vulnerability primarily affects: (1) Government agencies using WordPress for public information dissemination (under NCA oversight), (2) E-commerce platforms and retail businesses integrating Instacart functionality, (3) Healthcare providers publishing recipe/nutrition content, (4) Educational institutions managing recipe databases. The IDOR vulnerability could lead to unauthorized modification of published content, potential injection of malicious links or data, and reputational damage. Organizations under SAMA or NCA compliance frameworks face additional regulatory exposure if customer data or sensitive information is compromised through metadata manipulation.
🏢 القطاعات السعودية المتأثرة
E-commerce and Retail Government and Public Administration Media and Publishing Healthcare and Wellness Education Hospitality and Food Service
⚖️ درجة المخاطر السعودية (AI)
6.2
/ 10.0
🔧 Remediation Steps (English)
Immediate Actions:
1. Audit all WordPress installations using WP Recipe Maker plugin to identify affected versions (≤10.3.2)
2. Disable the /wp-json/wp-recipe-maker/v1/integrations/instacart REST API endpoint immediately if not actively used
3. Review post metadata (wprm_instacart_combinations) for unauthorized modifications using database queries

Compensating Controls (until patch available):
1. Implement Web Application Firewall (WAF) rules to block requests to /wp-json/wp-recipe-maker/v1/integrations/instacart endpoint
2. Restrict REST API access to authenticated users only via WordPress security plugins (e.g., Wordfence, Sucuri)
3. Apply rate limiting to REST API endpoints to prevent automated exploitation
4. Implement IP whitelisting for REST API access if Instacart integration is required
5. Monitor WordPress logs for suspicious POST/PUT requests to the vulnerable endpoint

Detection Rules:
1. Alert on any unauthenticated requests to /wp-json/wp-recipe-maker/v1/integrations/instacart
2. Monitor for POST/PUT requests with recipeId parameter from non-admin users
3. Track changes to wprm_instacart_combinations post metadata outside normal admin activity
4. Log all REST API calls with 200 responses from the vulnerable endpoint

Long-term:
1. Plan migration away from WP Recipe Maker or await security patch
2. Consider alternative recipe management plugins with proper authorization checks
3. Implement WordPress security hardening per NCA ECC guidelines
🔧 خطوات المعالجة (العربية)
الإجراءات الفورية:
1. تدقيق جميع تثبيتات WordPress التي تستخدم مكون WP Recipe Maker لتحديد الإصدارات المتأثرة (≤10.3.2)
2. تعطيل نقطة نهاية REST API /wp-json/wp-recipe-maker/v1/integrations/instacart فوراً إذا لم تكن قيد الاستخدام النشط
3. مراجعة البيانات الوصفية للمنشورات (wprm_instacart_combinations) للتحقق من التعديلات غير المصرح بها باستخدام استعلامات قاعدة البيانات

الضوابط التعويضية (حتى توفر التصحيح):
1. تنفيذ قواعد جدار حماية تطبيقات الويب (WAF) لحجب الطلبات إلى نقطة النهاية /wp-json/wp-recipe-maker/v1/integrations/instacart
2. تقييد وصول REST API للمستخدمين المصرح لهم فقط عبر مكونات أمان WordPress (مثل Wordfence و Sucuri)
3. تطبيق تحديد معدل على نقاط نهاية REST API لمنع الاستغلال الآلي
4. تنفيذ القائمة البيضاء للعناوين IP لوصول REST API إذا كان تكامل Instacart مطلوباً
5. مراقبة سجلات WordPress للطلبات المريبة POST/PUT إلى نقطة النهاية الضعيفة

قواعد الكشف:
1. تنبيه على أي طلبات غير مصرح بها إلى /wp-json/wp-recipe-maker/v1/integrations/instacart
2. مراقبة طلبات POST/PUT باستخدام معامل recipeId من المستخدمين غير الإداريين
3. تتبع التغييرات على البيانات الوصفية wprm_instacart_combinations خارج نشاط الإدارة العادي
4. تسجيل جميع استدعاءات REST API برد 200 من نقطة النهاية الضعيفة

المدى الطويل:
1. التخطيط للهجرة بعيداً عن WP Recipe Maker أو انتظار تصحيح الأمان
2. النظر في مكونات إدارة الوصفات البديلة مع فحوصات التفويض المناسبة
3. تنفيذ تقسية أمان WordPress وفقاً لإرشادات NCA ECC
📋 خريطة الامتثال التنظيمي
🟢 NCA ECC 2024
ECC 2024 A.5.1.1 - Access Control Policy (unauthorized API access) ECC 2024 A.6.1.2 - User Registration and Access Management (missing authorization checks) ECC 2024 A.6.2.1 - User Access Rights (IDOR allows unauthorized object access) ECC 2024 A.12.4.1 - Event Logging (REST API access logging required) ECC 2024 A.14.2.1 - Secure Development Policy (insecure API design)
🔵 SAMA CSF
SAMA CSF ID.AC-1 - Access Control (authentication and authorization failures) SAMA CSF PR.AC-1 - Processes and procedures for access management SAMA CSF DE.AE-1 - Anomalies and Events (unauthorized API modifications) SAMA CSF RS.MI-2 - Incident Response and Mitigation
🟡 ISO 27001:2022
ISO 27001:2022 A.5.2 - Information Security Policies (access control policy) ISO 27001:2022 A.8.2 - User Access Management (authorization controls) ISO 27001:2022 A.8.3 - User Responsibilities (access rights verification) ISO 27001:2022 A.12.4 - Logging (event logging and monitoring) ISO 27001:2022 A.14.2 - Secure Development (secure coding practices)
🟣 PCI DSS v4.0.1
PCI DSS 6.5.1 - Injection flaws (potential for data injection via metadata) PCI DSS 7.1 - Limit access to system components (authorization failures) PCI DSS 10.2 - Implement automated audit trails (API access logging)
📊 CVSS Score
5.3
/ 10.0 — متوسط
📊 CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Attack VectorN — None / Network
Attack ComplexityL — Low / Local
Privileges RequiredN — None / Network
User InteractionN — None / Network
ScopeU — Unchanged
ConfidentialityN — None / Network
IntegrityL — Low / Local
AvailabilityN — None / Network
📋 حقائق سريعة
الخطورة متوسط
CVSS Score5.3
CWECWE-639
EPSS0.05%
اختراق متاح لا
تصحيح متاح ✗ لا
تاريخ النشر 2026-02-27
المصدر nvd
المشاهدات 6
🇸🇦 درجة المخاطر السعودية
6.2
/ 10.0 — مخاطر السعودية
أولوية: HIGH
🏷️ الوسوم
CWE-639
مشاركة ثغرة
LinkedIn X / Twitter WhatsApp Telegram
📣 وجدت هذا مفيداً؟
شاركه مع شبكة الأمن السيبراني الخاصة بك
in لينكدإن 𝕏 تويتر 💬 واتساب ✈ تليجرام
🍪 إعدادات الخصوصية
سيزو للاستشارات — متوافق مع نظام حماية البيانات الشخصية السعودي (PDPL)
نستخدم ملفات تعريف الارتباط والتقنيات المشابهة لتوفير أفضل تجربة على منصتنا. يمكنك اختيار الأنواع التي تقبلها.
🔒
ملفات ضرورية Always On
مطلوبة لعمل الموقع بشكل صحيح. لا يمكن تعطيلها.
📋 الجلسات، CSRF، المصادقة، تفضيلات اللغة
📊
ملفات التحليلات
تساعدنا في فهم كيفية استخدام الزوار للموقع وتحسين الأداء.
📋 إحصائيات الصفحات، مدة الجلسة، مصدر الزيارة
⚙️
ملفات وظيفية
تتيح ميزات محسنة مثل تخصيص المحتوى والتفضيلات.
📋 السمة المظلمة/الفاتحة، حجم الخط، لوحات التحكم المخصصة
📣
ملفات تسويقية
تُستخدم لتقديم محتوى وإعلانات ذات صلة باهتماماتك.
📋 تتبع الحملات، إعادة الاستهداف، تحليلات وسائل التواصل
سياسة الخصوصية →
مساعد CISO الذكي
اسألني أي شيء · وثائق · دعم
🔐

عرّفنا بنفسك

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

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

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

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

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

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

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