📧 info@ciso.sa | 📱 +966550939344 | Riyadh, Kingdom of Saudi Arabia
🔧 Scheduled Maintenance — Saturday 2:00-4:00 AM AST. Some features may be temporarily unavailable.    ●   
💎
Pro Plan 50% Off Unlock all AI features, unlimited reports, and priority support. Upgrade
Search Center
ESC to close
Global insider Education HIGH 5h Global supply_chain Software Development and Technology HIGH 10h Global apt Government/Critical Infrastructure CRITICAL 11h Global vulnerability Enterprise Software / Data Analytics CRITICAL 12h Global vulnerability Artificial Intelligence and Technology HIGH 16h Global general Technology and Artificial Intelligence MEDIUM 19h Global general Technology and Artificial Intelligence HIGH 20h Global vulnerability Higher Education CRITICAL 1d Global data_breach Government HIGH 1d Global supply_chain Software Development and Open Source Communities CRITICAL 1d Global insider Education HIGH 5h Global supply_chain Software Development and Technology HIGH 10h Global apt Government/Critical Infrastructure CRITICAL 11h Global vulnerability Enterprise Software / Data Analytics CRITICAL 12h Global vulnerability Artificial Intelligence and Technology HIGH 16h Global general Technology and Artificial Intelligence MEDIUM 19h Global general Technology and Artificial Intelligence HIGH 20h Global vulnerability Higher Education CRITICAL 1d Global data_breach Government HIGH 1d Global supply_chain Software Development and Open Source Communities CRITICAL 1d Global insider Education HIGH 5h Global supply_chain Software Development and Technology HIGH 10h Global apt Government/Critical Infrastructure CRITICAL 11h Global vulnerability Enterprise Software / Data Analytics CRITICAL 12h Global vulnerability Artificial Intelligence and Technology HIGH 16h Global general Technology and Artificial Intelligence MEDIUM 19h Global general Technology and Artificial Intelligence HIGH 20h Global vulnerability Higher Education CRITICAL 1d Global data_breach Government HIGH 1d Global supply_chain Software Development and Open Source Communities CRITICAL 1d
Vulnerabilities

CVE-2026-34373

High
Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to versions 8.6.66 and 9.7.0-alpha.10, the GraphQL API endpoint does not respect the allow
CWE-346 — Weakness Type
Published: Mar 31, 2026  ·  Modified: Apr 7, 2026  ·  Source: NVD
CVSS v3
8.8
🔗 NVD Official
📄 Description (English)

Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to versions 8.6.66 and 9.7.0-alpha.10, the GraphQL API endpoint does not respect the allowOrigin server option and unconditionally allows cross-origin requests from any website. This bypasses origin restrictions that operators configure to control which websites can interact with the Parse Server API. The REST API correctly enforces the configured allowOrigin restriction. This issue has been patched in versions 8.6.66 and 9.7.0-alpha.10.

🤖 AI Executive Summary

Parse Server versions prior to 8.6.66 and 9.7.0-alpha.10 contain a critical CORS bypass vulnerability in the GraphQL API endpoint that unconditionally allows cross-origin requests regardless of configured allowOrigin restrictions. This enables attackers to bypass origin controls and interact with Parse Server APIs from unauthorized domains, potentially leading to unauthorized data access and API abuse. The vulnerability is particularly severe as the REST API correctly enforces these restrictions, creating an inconsistent security posture.

📄 Description (Arabic)

🤖 AI Intelligence Analysis Analyzed: Apr 23, 2026 05:20
🇸🇦 Saudi Arabia Impact Assessment
Saudi organizations using Parse Server for backend infrastructure face significant risk, particularly in banking and fintech sectors relying on Parse Server for mobile and web applications. Government agencies and healthcare institutions using Parse Server for patient data management or citizen services are at elevated risk of unauthorized cross-origin data access. Telecom operators (STC, Mobily, Zain) and e-commerce platforms using Parse Server could experience API abuse and data exfiltration. The vulnerability is especially critical for organizations that have configured strict origin restrictions expecting them to be enforced across all API endpoints.
🏢 Affected Saudi Sectors
Banking and Financial Services Government and Public Administration Healthcare and Medical Services Energy and Utilities Telecommunications E-commerce and Retail Education Insurance
⚖️ Saudi Risk Score (AI)
8.2
/ 10.0
🔧 Remediation Steps (English)
IMMEDIATE ACTIONS:
1. Identify all Parse Server instances in your infrastructure and determine their versions (check package.json or npm list parse-server)
2. Audit GraphQL API access logs for suspicious cross-origin requests from unauthorized domains
3. Implement temporary WAF rules to block GraphQL requests with suspicious Origin headers

PATCHING:
1. Upgrade Parse Server to version 8.6.66 or later for v8.x branch
2. Upgrade to version 9.7.0-alpha.10 or later for v9.x branch
3. Test patches in staging environment before production deployment
4. Coordinate with development teams to ensure application compatibility

COMPENSATING CONTROLS (if immediate patching not possible):
1. Implement reverse proxy/API gateway with strict CORS enforcement (nginx, Kong, AWS API Gateway)
2. Configure allowOrigin to whitelist only legitimate domains at infrastructure level
3. Disable GraphQL endpoint if not actively used; use REST API exclusively
4. Implement request signing/authentication tokens for all API calls
5. Monitor and alert on GraphQL requests from unexpected origins

DETECTION:
1. Search logs for GraphQL endpoint requests with Origin headers not matching allowOrigin configuration
2. Monitor for POST requests to /graphql with suspicious referer headers
3. Alert on GraphQL queries from external IP ranges or non-whitelisted domains
4. Implement SIEM rules: (endpoint=/graphql AND origin NOT IN whitelist)
🔧 خطوات المعالجة (العربية)
الإجراءات الفورية:
1. حدد جميع مثيلات Parse Server في البنية الأساسية لديك وحدد إصداراتها (تحقق من package.json أو npm list parse-server)
2. قم بتدقيق سجلات وصول GraphQL API بحثاً عن طلبات مريبة متعددة الأصول من نطاقات غير مصرح بها
3. تطبيق قواعد WAF مؤقتة لحظر طلبات GraphQL برؤوس Origin مريبة

التصحيح:
1. قم بترقية Parse Server إلى الإصدار 8.6.66 أو أحدث لفرع v8.x
2. قم بالترقية إلى الإصدار 9.7.0-alpha.10 أو أحدث لفرع v9.x
3. اختبر التصحيحات في بيئة التجريب قبل نشر الإنتاج
4. تنسيق مع فرق التطوير لضمان توافق التطبيق

عناصر التحكم التعويضية (إذا لم يكن التصحيح الفوري ممكناً):
1. تطبيق بوابة API/وكيل عكسي مع فرض CORS صارم (nginx, Kong, AWS API Gateway)
2. تكوين allowOrigin لإدراج النطاقات الشرعية فقط على مستوى البنية الأساسية
3. تعطيل نقطة نهاية GraphQL إذا لم تكن قيد الاستخدام النشط؛ استخدم REST API حصرياً
4. تطبيق توقيع الطلب/رموز المصادقة لجميع استدعاءات API
5. مراقبة والتنبيه على طلبات GraphQL من أصول غير متوقعة

الكشف:
1. ابحث في السجلات عن طلبات نقطة نهاية GraphQL برؤوس Origin غير متطابقة مع تكوين allowOrigin
2. مراقبة طلبات POST إلى /graphql برؤوس referer مريبة
3. التنبيه على استعلامات GraphQL من نطاقات IP خارجية أو نطاقات غير مدرجة في القائمة البيضاء
4. تطبيق قواعد SIEM: (endpoint=/graphql AND origin NOT IN whitelist)
📋 Regulatory Compliance Mapping
🟢 NCA ECC 2024
5.1.1 - Access Control Policy (origin restrictions not enforced) 5.2.1 - User Access Management (unauthorized cross-origin access) 5.3.1 - Access Rights Review (API endpoint security controls) 6.1.1 - Information Security Incident Management (potential data breach via CORS bypass)
🔵 SAMA CSF
ID.AC-1 - Identity and Access Management (CORS policy enforcement) PR.AC-1 - Access Control (origin-based restrictions) PR.AC-3 - Access Enforcement (API endpoint protection) DE.AE-1 - Anomalies and Events (unauthorized cross-origin requests)
🟡 ISO 27001:2022
A.5.1.1 - Policies for information security (access control policy) A.6.1.1 - Information security roles and responsibilities A.8.1.1 - User endpoint devices (browser-based API access control) A.13.1.1 - Network security perimeter (API gateway controls)
🟣 PCI DSS v4.0.1
6.5.10 - Broken authentication (if payment data accessible via GraphQL) 7.1 - Limit access to cardholder data (origin-based access control)
📦 Affected Products / CPE 11 entries
parseplatform:parse-server
parseplatform:parse-server
parseplatform:parse-server:9.7.0
parseplatform:parse-server:9.7.0
parseplatform:parse-server:9.7.0
parseplatform:parse-server:9.7.0
parseplatform:parse-server:9.7.0
parseplatform:parse-server:9.7.0
parseplatform:parse-server:9.7.0
parseplatform:parse-server:9.7.0
parseplatform:parse-server:9.7.0
📊 CVSS Score
8.8
/ 10.0 — High
📊 CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Attack VectorN — None / Network
Attack ComplexityL — Low / Local
Privileges RequiredN — None / Network
User InteractionR — Required
ScopeU — Unchanged
ConfidentialityH — High
IntegrityH — High
AvailabilityH — High
📋 Quick Facts
Severity High
CVSS Score8.8
CWECWE-346
EPSS0.02%
Exploit No
Patch ✓ Yes
Published 2026-03-31
Source Feed nvd
Views 4
🇸🇦 Saudi Risk Score
8.2
/ 10.0 — Saudi Risk
Priority: HIGH
🏷️ Tags
patch-available CWE-346
Share this CVE

💬 Comments

0
Loading comments
📣 Found this valuable?
Share it with your cybersecurity network
in LinkedIn 𝕏 X / Twitter 💬 WhatsApp ✈ Telegram
🍪 Privacy Preferences
CISO Consulting — Compliant with Saudi Personal Data Protection Law (PDPL)
We use cookies and similar technologies to provide the best experience on our platform. You can choose which types you accept.
🔒
Essential Always On
Required for the website to function properly. Cannot be disabled.
📋 Sessions, CSRF tokens, authentication, language preferences
📊
Analytics
Help us understand how visitors use the site and improve performance.
📋 Page views, session duration, traffic sources, performance metrics
⚙️
Functional
Enable enhanced features like content personalization and preferences.
📋 Dark/light theme, font size, custom dashboards, saved filters
📣
Marketing
Used to deliver content and ads relevant to your interests.
📋 Campaign tracking, retargeting, social media analytics
Privacy Policy →
CISO AI Assistant
Ask anything · Documents · Support
🔐

Introduce Yourself

Enter your details to access the full assistant

Your info is private and never shared
💬
CyberAssist
Online · responds in seconds
5 / 5
🔐 Verify Your Identity

Enter your email to receive a verification code before submitting a support request.

Enter to send · / for commands 0 / 2000
CISO AI · Powered by Anthropic Claude
✦ Quick Survey Help Us Improve CISO Consulting Your feedback shapes the future of our platform — takes less than 2 minutes.
⚠ Please answer this question to continue

How would you rate your overall experience with our platform?

Rate from 1 (poor) to 5 (excellent)

🎉
Thank you!
Your response has been recorded.