📧 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 general Technology and Artificial Intelligence MEDIUM 1h Global general Technology and Artificial Intelligence HIGH 2h Global vulnerability Higher Education CRITICAL 11h Global data_breach Government HIGH 12h Global supply_chain Software Development and Open Source Communities CRITICAL 12h Global malware Software Development CRITICAL 12h Global phishing Multiple Sectors HIGH 12h Global vulnerability Web Applications CRITICAL 13h Global apt Critical Infrastructure CRITICAL 13h Global ransomware Multiple sectors CRITICAL 13h Global general Technology and Artificial Intelligence MEDIUM 1h Global general Technology and Artificial Intelligence HIGH 2h Global vulnerability Higher Education CRITICAL 11h Global data_breach Government HIGH 12h Global supply_chain Software Development and Open Source Communities CRITICAL 12h Global malware Software Development CRITICAL 12h Global phishing Multiple Sectors HIGH 12h Global vulnerability Web Applications CRITICAL 13h Global apt Critical Infrastructure CRITICAL 13h Global ransomware Multiple sectors CRITICAL 13h Global general Technology and Artificial Intelligence MEDIUM 1h Global general Technology and Artificial Intelligence HIGH 2h Global vulnerability Higher Education CRITICAL 11h Global data_breach Government HIGH 12h Global supply_chain Software Development and Open Source Communities CRITICAL 12h Global malware Software Development CRITICAL 12h Global phishing Multiple Sectors HIGH 12h Global vulnerability Web Applications CRITICAL 13h Global apt Critical Infrastructure CRITICAL 13h Global ransomware Multiple sectors CRITICAL 13h
Vulnerabilities

CVE-2026-1479

High
An out-of-band SQL injection vulnerability (OOB SQLi) has been detected in the Performance Evaluation (EDD) application developed by Gabinete Técnico de Programación. Exploiting this vulnerability in
CWE-89 — Weakness Type
Published: Jan 27, 2026  ·  Modified: Feb 28, 2026  ·  Source: NVD
CVSS v3
7.5
🔗 NVD Official
📄 Description (English)

An out-of-band SQL injection vulnerability (OOB SQLi) has been detected in the Performance Evaluation (EDD) application developed by Gabinete Técnico de Programación. Exploiting this vulnerability in the parameters 'Id_usuario' and 'Id_evaluacion’ in ‘/evaluacion_hca_ver_auto.asp', could allow an attacker to extract sensitive information from the database through external channels, without the affected application returning the data directly, compromising the confidentiality of the stored information.

🤖 AI Executive Summary

A high-severity out-of-band SQL injection vulnerability (CVE-2026-1479, CVSS 7.5) exists in the Performance Evaluation (EDD) application affecting the 'Id_usuario' and 'Id_evaluacion' parameters. Attackers can extract sensitive database information through external channels without direct application feedback, posing significant confidentiality risks. Although no public exploit is available, the vulnerability is exploitable and patches are available, requiring immediate deployment across affected Saudi organizations.

📄 Description (Arabic)

🤖 AI Intelligence Analysis Analyzed: May 3, 2026 12:21
🇸🇦 Saudi Arabia Impact Assessment
This vulnerability primarily impacts Saudi government entities and public sector organizations using the EDD application for performance evaluation systems. High-risk sectors include: (1) Government agencies under NCA oversight conducting employee evaluations; (2) Healthcare institutions (MOH, MNGHA) managing staff performance data; (3) Educational institutions (MOE) tracking faculty evaluations; (4) Large enterprises with HR departments using this system. The OOB SQLi technique allows attackers to exfiltrate sensitive personal data, performance records, and potentially credentials through DNS/HTTP callbacks, bypassing traditional WAF detection. Data breach impact includes exposure of employee personal information, evaluation scores, and organizational structure details.
🏢 Affected Saudi Sectors
Government Healthcare Education Public Administration Large Enterprises with HR Systems
⚖️ Saudi Risk Score (AI)
7.8
/ 10.0
🔧 Remediation Steps (English)
IMMEDIATE ACTIONS:
1. Identify all instances of the EDD application (Quatuor Evaluacion de Desempeno) across your organization using network scanning and asset inventory tools
2. Isolate affected systems from external network access if patches cannot be applied immediately
3. Enable enhanced logging on affected ASP pages (/evaluacion_hca_ver_auto.asp) to detect exploitation attempts
4. Review database access logs for the past 30 days for suspicious queries or data exfiltration patterns

PATCHING GUIDANCE:
1. Contact Gabinete Técnico de Programación/Quatuor for available patches immediately
2. Apply patches to all instances in a staged approach: test environment first, then production
3. Verify patch effectiveness by testing with SQL injection payloads in controlled environment
4. Document patch deployment with timestamps and verification results

COMPENSATING CONTROLS (if patching delayed):
1. Implement Web Application Firewall (WAF) rules blocking SQL injection patterns in 'Id_usuario' and 'Id_evaluacion' parameters
2. Apply input validation: whitelist only numeric values for both parameters, reject any special characters
3. Implement parameterized queries/prepared statements at application code level
4. Restrict database user permissions to read-only for evaluation data where possible
5. Monitor outbound DNS and HTTP traffic for data exfiltration attempts

DETECTION RULES:
1. Monitor for SQL keywords (UNION, SELECT, EXEC, DECLARE) in 'Id_usuario' and 'Id_evaluacion' parameters
2. Alert on unusual database queries from the EDD application service account
3. Monitor for DNS queries to external domains from the EDD application server
4. Track HTTP POST requests to /evaluacion_hca_ver_auto.asp with parameter lengths >100 characters
5. Implement SIEM rules for time-based blind SQLi indicators (unusual response delays)
🔧 خطوات المعالجة (العربية)
الإجراءات الفورية:
1. تحديد جميع نسخ تطبيق EDD (Quatuor Evaluacion de Desempeno) عبر مؤسستك باستخدام أدوات المسح والجرد
2. عزل الأنظمة المتأثرة عن الوصول الخارجي إذا لم يكن من الممكن تطبيق التصحيحات فوراً
3. تفعيل السجلات المحسّنة على صفحات ASP المتأثرة لكشف محاولات الاستغلال
4. مراجعة سجلات الوصول لقاعدة البيانات للـ 30 يوماً الماضية للبحث عن الاستعلامات المريبة

إرشادات التصحيح:
1. التواصل مع Gabinete Técnico de Programación/Quatuor للحصول على التصحيحات المتاحة فوراً
2. تطبيق التصحيحات على جميع النسخ بطريقة مرحلية: بيئة الاختبار أولاً، ثم الإنتاج
3. التحقق من فعالية التصحيح باختبار حقن SQL في بيئة محكومة
4. توثيق نشر التصحيح مع الطوابع الزمنية ونتائج التحقق

الضوابط البديلة (إذا تأخر التصحيح):
1. تطبيق قواعد جدار حماية تطبيقات الويب لحجب أنماط حقن SQL
2. تطبيق التحقق من المدخلات: قبول القيم الرقمية فقط، رفض الأحرف الخاصة
3. تطبيق الاستعلامات المعاملة على مستوى كود التطبيق
4. تقييد صلاحيات مستخدم قاعدة البيانات للقراءة فقط حيث أمكن
5. مراقبة حركة DNS والـ HTTP الخارجية للكشف عن محاولات التسرب

قواعد الكشف:
1. مراقبة كلمات SQL الرئيسية في المعاملات
2. تنبيهات على استعلامات قاعدة البيانات غير العادية
3. مراقبة استعلامات DNS الخارجية من خادم التطبيق
4. تتبع طلبات HTTP مع أطوال معاملات غير عادية
5. تطبيق قواعد SIEM لكشف مؤشرات حقن SQL العمياء
📋 Regulatory Compliance Mapping
🟢 NCA ECC 2024
A.14.2.1 - Secure development policy and procedures A.14.2.5 - Secure development environment A.14.3.1 - Testing of security functionality A.14.3.2 - System change control A.12.6.1 - Management of technical vulnerabilities
🔵 SAMA CSF
ID.RA-1 - Asset management and vulnerability identification PR.DS-6 - Data protection and confidentiality controls DE.CM-1 - Detection and monitoring of security events RS.RP-1 - Response planning and procedures
🟡 ISO 27001:2022
A.12.6.1 - Management of technical vulnerabilities A.14.2.1 - Secure development policy A.14.3.1 - Testing of security functionality A.13.1.3 - Segregation of networks A.8.3.4 - Password management
🟣 PCI DSS v4.0.1
6.2 - Security patches and updates 6.5.1 - Injection flaws prevention 11.2 - Vulnerability scanning
📦 Affected Products / CPE 1 entries
quatuor:evaluacion_de_desempeno:-
📊 CVSS Score
7.5
/ 10.0 — High
📊 CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Attack VectorN — None / Network
Attack ComplexityL — Low / Local
Privileges RequiredN — None / Network
User InteractionN — None / Network
ScopeU — Unchanged
ConfidentialityH — High
IntegrityN — None / Network
AvailabilityN — None / Network
📋 Quick Facts
Severity High
CVSS Score7.5
CWECWE-89
EPSS0.03%
Exploit No
Patch ✓ Yes
Published 2026-01-27
Source Feed nvd
Views 2
🇸🇦 Saudi Risk Score
7.8
/ 10.0 — Saudi Risk
Priority: HIGH
🏷️ Tags
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.