📧 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 Information Technology CRITICAL 50m Global vulnerability Enterprise Software and Cloud Services HIGH 1h Global vulnerability Information Technology, Security Infrastructure CRITICAL 1h Global vulnerability Industrial Control Systems / Manufacturing HIGH 3h Global general Artificial Intelligence and Cybersecurity MEDIUM 3h Global vulnerability Software/Cloud Services HIGH 3h Global vulnerability Network Infrastructure HIGH 4h Global vulnerability Mobile Device Management / Enterprise Security CRITICAL 4h Global vulnerability Operating Systems/Security Software CRITICAL 5h Global vulnerability Software Development and Technology CRITICAL 5h Global vulnerability Information Technology CRITICAL 50m Global vulnerability Enterprise Software and Cloud Services HIGH 1h Global vulnerability Information Technology, Security Infrastructure CRITICAL 1h Global vulnerability Industrial Control Systems / Manufacturing HIGH 3h Global general Artificial Intelligence and Cybersecurity MEDIUM 3h Global vulnerability Software/Cloud Services HIGH 3h Global vulnerability Network Infrastructure HIGH 4h Global vulnerability Mobile Device Management / Enterprise Security CRITICAL 4h Global vulnerability Operating Systems/Security Software CRITICAL 5h Global vulnerability Software Development and Technology CRITICAL 5h Global vulnerability Information Technology CRITICAL 50m Global vulnerability Enterprise Software and Cloud Services HIGH 1h Global vulnerability Information Technology, Security Infrastructure CRITICAL 1h Global vulnerability Industrial Control Systems / Manufacturing HIGH 3h Global general Artificial Intelligence and Cybersecurity MEDIUM 3h Global vulnerability Software/Cloud Services HIGH 3h Global vulnerability Network Infrastructure HIGH 4h Global vulnerability Mobile Device Management / Enterprise Security CRITICAL 4h Global vulnerability Operating Systems/Security Software CRITICAL 5h Global vulnerability Software Development and Technology CRITICAL 5h
Vulnerabilities

CVE-2026-10208

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

A flaw has been found in code-projects Online Hospital Management System 1.php. This impacts the function login_user of the file login_1.php. Executing a manipulation of the argument Username can lead to sql injection. The attack can be executed remotely. The exploit has been published and may be used.

🤖 AI Executive Summary

A critical SQL injection vulnerability exists in the Online Hospital Management System's login function, allowing remote attackers to manipulate the Username parameter and execute arbitrary SQL queries. With a CVSS score of 7.3 and published exploit details, this poses an immediate threat to healthcare organizations in Saudi Arabia. No patch is currently available, requiring immediate compensating controls and system isolation.

📄 Description (Arabic)

🤖 AI Intelligence Analysis Analyzed: Jun 5, 2026 12:49
🇸🇦 Saudi Arabia Impact Assessment
Healthcare sector organizations using this system face critical risk of unauthorized database access, patient data breach, and system compromise. MISA-regulated healthcare entities and hospitals under MOH oversight are particularly vulnerable. Secondary impact on government health information systems and private healthcare chains (NMC-licensed facilities). Potential exposure of sensitive patient records (PHI) violates PDPL and healthcare data protection requirements. Banking sector indirectly affected if integrated with hospital billing systems.
🏢 Affected Saudi Sectors
Healthcare Government Health Services Private Hospitals and Clinics Medical Data Management Hospital Administration
⚖️ Saudi Risk Score (AI)
8.2
/ 10.0
🔧 Remediation Steps (English)
IMMEDIATE ACTIONS:
1. Isolate affected systems from production networks immediately
2. Disable remote access to login_1.php and 1.php files
3. Implement Web Application Firewall (WAF) rules to block SQL injection patterns in Username parameter (block single quotes, UNION, SELECT, DROP keywords)
4. Enable comprehensive logging of all login attempts and database queries

PATCHING GUIDANCE:
1. Contact vendor for emergency security patch or workaround
2. If vendor unavailable, implement input validation: whitelist alphanumeric characters only for Username field
3. Use parameterized queries/prepared statements in login_user function
4. Apply principle of least privilege to database user account

COMPENSATING CONTROLS:
1. Deploy IDS/IPS signatures to detect SQL injection attempts
2. Implement rate limiting on login endpoint (max 5 attempts per minute per IP)
3. Enable multi-factor authentication for all user accounts
4. Conduct immediate database audit for unauthorized access or data exfiltration
5. Implement database activity monitoring (DAM) solution

DETECTION RULES:
1. Monitor for SQL keywords in Username parameter (UNION, SELECT, DROP, INSERT, DELETE, OR 1=1)
2. Alert on multiple failed login attempts followed by successful access
3. Track unusual database queries from application user account
4. Monitor for data export activities post-login
🔧 خطوات المعالجة (العربية)
الإجراءات الفورية:
1. عزل الأنظمة المتأثرة عن شبكات الإنتاج فوراً
2. تعطيل الوصول البعيد إلى ملفات login_1.php و 1.php
3. تطبيق قواعد جدار حماية تطبيقات الويب لحجب أنماط حقن SQL في معامل اسم المستخدم
4. تفعيل تسجيل شامل لجميع محاولات تسجيل الدخول والاستعلامات

إرشادات التصحيح:
1. التواصل مع المورد للحصول على تصحيح أمني طارئ
2. تطبيق التحقق من صحة المدخلات: السماح فقط بالأحرف الأبجدية الرقمية
3. استخدام الاستعلامات المعاملة في وظيفة تسجيل الدخول
4. تطبيق مبدأ أقل صلاحية على حساب مستخدم قاعدة البيانات

الضوابط التعويضية:
1. نشر توقيعات كشف ومنع الاختراق
2. تطبيق تحديد معدل على نقطة نهاية تسجيل الدخول
3. تفعيل المصادقة متعددة العوامل
4. إجراء تدقيق فوري لقاعدة البيانات
5. تطبيق حل مراقبة نشاط قاعدة البيانات
📋 Regulatory Compliance Mapping
🟢 NCA ECC 2024
A.14.2.1 - Secure development policy A.14.2.5 - Secure development environment A.12.6.1 - Management of technical vulnerabilities A.12.2.1 - Input validation
🔵 SAMA CSF
ID.GV-1 - Organizational cybersecurity policy PR.DS-6 - Data is protected from unauthorized access DE.CM-1 - The network is monitored for unauthorized connections RS.MI-2 - Incidents are mitigated
🟡 ISO 27001:2022
A.14.2.1 - Secure development policy and procedures A.14.2.5 - Secure development environment A.12.6.1 - Management of technical vulnerabilities A.13.1.3 - Segregation of networks
🟣 PCI DSS v4.0.1
6.5.1 - Injection flaws prevention 6.2 - Security patches and updates 10.2 - User access logging
📊 CVSS Score
7.3
/ 10.0 — High
📊 CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
Attack VectorN — None / Network
Attack ComplexityL — Low / Local
Privileges RequiredN — None / Network
User InteractionN — None / Network
ScopeU — Unchanged
ConfidentialityL — Low / Local
IntegrityL — Low / Local
AvailabilityL — Low / Local
📋 Quick Facts
Severity High
CVSS Score7.3
CWECWE-74
EPSS0.03%
Exploit No
Patch ✗ No
Published 2026-06-01
Source Feed nvd
Views 1
🇸🇦 Saudi Risk Score
8.2
/ 10.0 — Saudi Risk
Priority: CRITICAL
🏷️ 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.