📧 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 15h 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 15h 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 15h 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-40900

High ⚡ Exploit Available
CWE-89 — Weakness Type
Published: Apr 16, 2026  ·  Modified: Apr 23, 2026  ·  Source: NVD
CVSS v3
8.8
🔗 NVD Official
📄 Description (English)

DataEase is an open-source data visualization and analytics platform. Versions 2.10.20 and below contain a SQL injection vulnerability in the /de2api/datasetData/previewSql endpoint. The user-supplied SQL is wrapped in a subquery without validation that the input is a single SELECT statement. Combined with the JDBC blocklist bypass that allows enabling allowMultiQueries=true, an attacker can break out of the subquery and execute arbitrary stacked SQL statements, including UPDATE and other write operations, against the connected database. An authenticated attacker with access to valid datasource credentials can achieve full read and write access to the underlying database. This issue has been fixed in version 2.10.21.

🤖 AI Executive Summary

DataEase versions 2.10.20 and below contain a critical SQL injection vulnerability in the /de2api/datasetData/previewSql endpoint that allows authenticated attackers to execute arbitrary SQL statements including write operations against connected databases. The vulnerability exploits insufficient input validation combined with JDBC blocklist bypass techniques. Organizations using DataEase for analytics and reporting face immediate risk of data breach and database compromise.

📄 Description (Arabic)

🤖 AI Intelligence Analysis Analyzed: Apr 23, 2026 11:47
🇸🇦 Saudi Arabia Impact Assessment
Saudi organizations in financial services (banking sector under SAMA oversight), government agencies (NCA, GOSI, MOH), energy sector (ARAMCO, SEC), and telecommunications (STC, Mobily) that deploy DataEase for business intelligence and analytics face critical risk. The vulnerability enables authenticated insiders or compromised accounts to exfiltrate sensitive financial data, personal information, and operational intelligence. Government entities processing classified or sensitive national data are particularly vulnerable. The ability to execute write operations poses additional risk of data manipulation and integrity compromise.
🏢 Affected Saudi Sectors
Banking and Financial Services Government and Public Administration Healthcare and Medical Services Energy and Utilities Telecommunications Insurance Education Retail and E-commerce
⚖️ Saudi Risk Score (AI)
8.9
/ 10.0
🔧 Remediation Steps (English)
IMMEDIATE ACTIONS:
1. Identify all DataEase instances in your environment and document their version numbers
2. Restrict network access to DataEase API endpoints, particularly /de2api/datasetData/previewSql, using firewall rules and WAF policies
3. Review and audit all DataEase user accounts and datasource credentials; revoke unnecessary access
4. Enable comprehensive logging and monitoring of all SQL queries executed through DataEase
5. Implement database activity monitoring (DAM) to detect anomalous SQL patterns

PATCHING GUIDANCE:
1. Upgrade to DataEase version 2.10.21 or later immediately when available
2. If immediate patching is not possible, implement input validation at the application layer to reject multi-statement SQL queries
3. Disable allowMultiQueries parameter in JDBC connection strings if not required for legitimate operations
4. Apply principle of least privilege to DataEase service accounts - use read-only database credentials where possible

COMPENSATING CONTROLS:
1. Implement Web Application Firewall (WAF) rules to block SQL injection patterns in /de2api/datasetData/previewSql requests
2. Deploy database-level query restrictions using stored procedures and parameterized queries
3. Enable database encryption at rest and in transit
4. Implement multi-factor authentication for all DataEase administrative accounts
5. Segment DataEase infrastructure from critical production databases using network isolation

DETECTION RULES:
1. Monitor for SQL keywords (UNION, DROP, INSERT, UPDATE, DELETE, EXEC) in /de2api/datasetData/previewSql POST parameters
2. Alert on multiple SQL statements in single API request (semicolon-separated queries)
3. Track failed authentication attempts followed by successful API calls
4. Monitor for unusual database write operations originating from DataEase service accounts
5. Log and alert on changes to JDBC connection parameters, especially allowMultiQueries modifications
🔧 خطوات المعالجة (العربية)
الإجراءات الفورية:
1. حدد جميع مثيلات DataEase في بيئتك وقم بتوثيق أرقام إصداراتها
2. قيد الوصول إلى نقاط نهاية DataEase API، خاصة /de2api/datasetData/previewSql، باستخدام قواعد جدار الحماية وسياسات WAF
3. راجع وتدقيق جميع حسابات مستخدمي DataEase وبيانات اعتماد مصدر البيانات؛ إلغاء الوصول غير الضروري
4. تفعيل السجلات الشاملة والمراقبة لجميع استعلامات SQL المنفذة من خلال DataEase
5. تنفيذ مراقبة نشاط قاعدة البيانات (DAM) للكشف عن أنماط SQL الشاذة

إرشادات التصحيح:
1. قم بالترقية إلى إصدار DataEase 2.10.21 أو أحدث فوراً عند توفره
2. إذا لم يكن التصحيح الفوري ممكناً، قم بتنفيذ التحقق من المدخلات على مستوى التطبيق لرفض استعلامات SQL متعددة الجمل
3. عطل معامل allowMultiQueries في سلاسل اتصال JDBC إذا لم تكن مطلوبة للعمليات المشروعة
4. طبق مبدأ أقل امتياز على حسابات خدمة DataEase - استخدم بيانات اعتماد قاعدة البيانات للقراءة فقط حيث أمكن

الضوابط التعويضية:
1. تنفيذ قواعد جدار تطبيقات الويب (WAF) لحظر أنماط حقن SQL في طلبات /de2api/datasetData/previewSql
2. نشر قيود الاستعلام على مستوى قاعدة البيانات باستخدام الإجراءات المخزنة والاستعلامات المعاملة
3. تفعيل تشفير قاعدة البيانات أثناء الراحة والنقل
4. تنفيذ المصادقة متعددة العوامل لجميع حسابات إدارة DataEase
5. فصل بنية DataEase عن قواعد البيانات الإنتاجية الحرجة باستخدام العزل الشبكي

قواعد الكشف:
1. مراقبة كلمات مفاتيح SQL (UNION, DROP, INSERT, UPDATE, DELETE, EXEC) في معاملات POST /de2api/datasetData/previewSql
2. تنبيه على عمليات SQL متعددة في طلب API واحد (استعلامات مفصولة بفاصلة منقوطة)
3. تتبع محاولات المصادقة الفاشلة متبوعة بنداءات API الناجحة
4. مراقبة عمليات كتابة قاعدة البيانات غير العادية التي تنشأ من حسابات خدمة DataEase
5. تسجيل والتنبيه على التغييرات في معاملات اتصال JDBC، خاصة تعديلات allowMultiQueries
📋 Regulatory Compliance Mapping
🟢 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 Provisioning A.7.1.1 - Cryptography Policy A.8.1.1 - Audit Logging A.8.2.1 - Protection of Log Information A.9.1.1 - Event Detection A.9.2.1 - Security Event Escalation A.10.1.1 - Vulnerability Management
🔵 SAMA CSF
Governance (GV) - GV-1: Organizational Context and Objectives Governance (GV) - GV-2: Information Security Strategy Identify (ID) - ID-1: Asset Management Identify (ID) - ID-2: Business Environment Protect (PR) - PR-1: Access Control Protect (PR) - PR-2: Data Security Protect (PR) - PR-3: Technology Infrastructure Detect (DE) - DE-1: Detection Processes Respond (RS) - RS-1: Response Planning Recover (RC) - RC-1: Recovery Planning
🟡 ISO 27001:2022
5.1 - Policies for information security 5.3 - Segregation of duties 6.1 - Screening 6.2 - Terms and conditions of employment 6.5 - Access rights 7.1 - Cryptography 8.1 - User endpoint devices 8.2 - Privileged access rights 8.3 - Information access restriction 8.22 - Monitoring 8.23 - Web filtering 8.24 - Use of cryptography 8.28 - Secure coding
🟣 PCI DSS v4.0.1
Requirement 1 - Install and maintain a firewall configuration Requirement 2 - Do not use vendor-supplied defaults Requirement 6 - Develop and maintain secure systems and applications Requirement 6.5.1 - Injection flaws prevention Requirement 8 - Identify and authenticate access Requirement 10 - Track and monitor access to network resources
📦 Affected Products / CPE 1 entries
dataease:dataease
📊 CVSS Score
8.8
/ 10.0 — High
📊 CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Attack VectorN — None / Network
Attack ComplexityL — Low / Local
Privileges RequiredL — Low / Local
User InteractionN — None / Network
ScopeU — Unchanged
ConfidentialityH — High
IntegrityH — High
AvailabilityH — High
📋 Quick Facts
Severity High
CVSS Score8.8
CWECWE-89
EPSS0.03%
Exploit ✓ Yes
Patch ✗ No
Published 2026-04-16
Source Feed nvd
Views 4
🇸🇦 Saudi Risk Score
8.9
/ 10.0 — Saudi Risk
Priority: CRITICAL
🏷️ Tags
exploit-available CWE-89
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.