📧 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 vulnerability Technology/Software CRITICAL 1h Global malware Social Media and Consumer Technology HIGH 1h Global botnet Information Technology and IoT HIGH 2h Global vulnerability Enterprise Security, Software Development CRITICAL 3h Global vulnerability Software Development, Artificial Intelligence HIGH 3h Global apt Defense and Military CRITICAL 3h Global vulnerability Networking, Software, Infrastructure HIGH 3h Global phishing Information Technology HIGH 4h Global ransomware Multiple sectors CRITICAL 4h Global malware Multiple sectors CRITICAL 4h Global vulnerability Technology/Software CRITICAL 1h Global malware Social Media and Consumer Technology HIGH 1h Global botnet Information Technology and IoT HIGH 2h Global vulnerability Enterprise Security, Software Development CRITICAL 3h Global vulnerability Software Development, Artificial Intelligence HIGH 3h Global apt Defense and Military CRITICAL 3h Global vulnerability Networking, Software, Infrastructure HIGH 3h Global phishing Information Technology HIGH 4h Global ransomware Multiple sectors CRITICAL 4h Global malware Multiple sectors CRITICAL 4h Global vulnerability Technology/Software CRITICAL 1h Global malware Social Media and Consumer Technology HIGH 1h Global botnet Information Technology and IoT HIGH 2h Global vulnerability Enterprise Security, Software Development CRITICAL 3h Global vulnerability Software Development, Artificial Intelligence HIGH 3h Global apt Defense and Military CRITICAL 3h Global vulnerability Networking, Software, Infrastructure HIGH 3h Global phishing Information Technology HIGH 4h Global ransomware Multiple sectors CRITICAL 4h Global malware Multiple sectors CRITICAL 4h
Vulnerabilities

CVE-2026-10203

Medium
CWE-74 — Weakness Type
Published: Jun 1, 2026  ·  Modified: Jun 3, 2026  ·  Source: NVD
CVSS v3
6.3
🔗 NVD Official
📄 Description (English)

A security flaw has been discovered in OFCMS 1.1.3. Impacted is the function Query of the file \ofcms-admin\src\main\java\com\ofsoft\cms\admin\controller\system\SystemParamController.java of the component JSON Query Interface. The manipulation results in sql injection. The attack can be launched remotely. The exploit has been released to the public and may be used for attacks. The project was informed of the problem early through an issue report but has not responded yet.

🤖 AI Executive Summary

CVE-2026-10203 is a SQL injection vulnerability in OFCMS 1.1.3's JSON Query Interface affecting the SystemParamController component. With a CVSS score of 6.3 (medium), this remotely exploitable flaw allows attackers to manipulate database queries without authentication. The vulnerability poses significant risk to organizations using OFCMS for content management, particularly in Saudi Arabia where CMS platforms are widely deployed across government and enterprise sectors.

📄 Description (Arabic)

🤖 AI Intelligence Analysis Analyzed: Jun 1, 2026 04:54
🇸🇦 Saudi Arabia Impact Assessment
This SQL injection vulnerability poses significant risk to Saudi organizations using OFCMS, particularly in: Government agencies (NCA, CITC) managing citizen data and administrative content; Banking sector (SAMA-regulated institutions) if OFCMS is used for customer-facing portals; Healthcare organizations (MOH) storing patient information; Telecommunications providers (STC, Mobily) managing service portals; Educational institutions managing student records. The vulnerability allows unauthorized database access, data exfiltration, modification, and potential lateral movement within organizational networks. Given the lack of available patches and public exploit availability, immediate mitigation is critical.
🏢 Affected Saudi Sectors
Government Banking Healthcare Telecommunications Education Energy Retail Media and Publishing
⚖️ Saudi Risk Score (AI)
7.2
/ 10.0
🔧 Remediation Steps (English)
IMMEDIATE ACTIONS:
1. Identify all OFCMS 1.1.3 instances in your environment and isolate them from production networks if possible
2. Implement network-level access controls restricting access to the JSON Query Interface endpoint (/ofcms-admin/system/param/query) to authorized IPs only
3. Enable comprehensive logging and monitoring of all database queries and API calls to SystemParamController
4. Review database access logs for suspicious activity dating back 30 days

COMPENSATING CONTROLS (until patch available):
5. Deploy Web Application Firewall (WAF) rules to detect and block SQL injection patterns in JSON payloads
6. Implement input validation at the application layer using parameterized queries and prepared statements
7. Apply principle of least privilege to database user accounts used by OFCMS
8. Disable or restrict the JSON Query Interface if not actively required
9. Implement database activity monitoring (DAM) solutions to detect anomalous queries

DETECTION RULES:
10. Monitor for SQL keywords (UNION, SELECT, DROP, INSERT, UPDATE, DELETE) in JSON query parameters
11. Alert on multiple failed database authentication attempts
12. Track unusual database connection patterns or high-volume queries
13. Implement SIEM rules for CWE-74 exploitation attempts

PATCHING:
14. Contact OFCMS vendor immediately requesting security patch timeline
15. Prepare upgrade plan to patched version once available
16. Consider alternative CMS solutions if vendor does not provide timely patch
🔧 خطوات المعالجة (العربية)
الإجراءات الفورية:
1. حدد جميع مثيلات OFCMS 1.1.3 في بيئتك وعزلها عن شبكات الإنتاج إن أمكن
2. تطبيق عناصر التحكم في الوصول على مستوى الشبكة لتقييد الوصول إلى نقطة نهاية واجهة الاستعلام JSON فقط للعناوين المصرح بها
3. تفعيل السجلات الشاملة ومراقبة جميع استعلامات قاعدة البيانات واستدعاءات API إلى SystemParamController
4. مراجعة سجلات الوصول إلى قاعدة البيانات للنشاط المريب في آخر 30 يوماً

عناصر التحكم التعويضية (حتى توفر التصحيح):
5. نشر قواعد جدار حماية تطبيقات الويب (WAF) للكشف عن أنماط حقن SQL وحجبها في حمولات JSON
6. تطبيق التحقق من صحة الإدخال على مستوى التطبيق باستخدام الاستعلامات المعاملة والعبارات المحضرة
7. تطبيق مبدأ أقل امتياز على حسابات مستخدمي قاعدة البيانات المستخدمة من قبل OFCMS
8. تعطيل أو تقييد واجهة الاستعلام JSON إذا لم تكن مطلوبة بنشاط
9. تطبيق حلول مراقبة نشاط قاعدة البيانات (DAM) للكشف عن الاستعلامات الشاذة

قواعد الكشف:
10. مراقبة كلمات SQL الرئيسية (UNION, SELECT, DROP, INSERT, UPDATE, DELETE) في معاملات استعلام JSON
11. تنبيه محاولات المصادقة الفاشلة المتعددة في قاعدة البيانات
12. تتبع أنماط اتصال قاعدة البيانات غير العادية أو الاستعلامات عالية الحجم
13. تطبيق قواعد SIEM لمحاولات استغلال CWE-74

التصحيح:
14. اتصل بمورد OFCMS فوراً لطلب جدول زمني لتصحيح الأمان
15. تحضير خطة الترقية إلى الإصدار المصحح بمجرد توفره
16. النظر في حلول CMS بديلة إذا لم يقدم المورد تصحيحاً في الوقت المناسب
📋 Regulatory Compliance Mapping
🟢 NCA ECC 2024
ECC 2024 A.14.2.1 - Information security requirements in supplier relationships ECC 2024 A.12.6.1 - Management of technical vulnerabilities ECC 2024 A.12.2.1 - Establishment of information security baselines ECC 2024 A.5.23 - Information security for supplier relationships
🔵 SAMA CSF
SAMA CSF ID.BE-3 - Organizational resilience SAMA CSF PR.DS-6 - Data is protected from unauthorized access SAMA CSF DE.CM-1 - The network is monitored to detect potential cybersecurity events SAMA CSF RS.MI-2 - Incidents are mitigated
🟡 ISO 27001:2022
ISO 27001:2022 A.5.23 - Information security for supplier relationships ISO 27001:2022 A.8.1 - Organizational controls for information security ISO 27001:2022 A.12.6.1 - Management of technical vulnerabilities ISO 27001:2022 A.14.2.1 - Supplier security requirements
🟣 PCI DSS v4.0.1
PCI DSS 6.2 - Security patches must be installed within defined timeframe PCI DSS 6.5.1 - Injection flaws must be prevented PCI DSS 11.3 - Penetration testing and vulnerability scanning required
📊 CVSS Score
6.3
/ 10.0 — Medium
📊 CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
Attack VectorN — None / Network
Attack ComplexityL — Low / Local
Privileges RequiredL — Low / Local
User InteractionN — None / Network
ScopeU — Unchanged
ConfidentialityL — Low / Local
IntegrityL — Low / Local
AvailabilityL — Low / Local
📋 Quick Facts
Severity Medium
CVSS Score6.3
CWECWE-74
EPSS0.03%
Exploit No
Patch ✗ No
Published 2026-06-01
Source Feed nvd
🇸🇦 Saudi Risk Score
7.2
/ 10.0 — Saudi Risk
Priority: HIGH
🏷️ Tags
CWE-74
Share this CVE
📣 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.