📧 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 2h Global supply_chain Software Development and Technology HIGH 7h Global apt Government/Critical Infrastructure CRITICAL 8h Global vulnerability Enterprise Software / Data Analytics CRITICAL 9h Global vulnerability Artificial Intelligence and Technology HIGH 12h Global general Technology and Artificial Intelligence MEDIUM 16h Global general Technology and Artificial Intelligence HIGH 17h 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 2h Global supply_chain Software Development and Technology HIGH 7h Global apt Government/Critical Infrastructure CRITICAL 8h Global vulnerability Enterprise Software / Data Analytics CRITICAL 9h Global vulnerability Artificial Intelligence and Technology HIGH 12h Global general Technology and Artificial Intelligence MEDIUM 16h Global general Technology and Artificial Intelligence HIGH 17h 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 2h Global supply_chain Software Development and Technology HIGH 7h Global apt Government/Critical Infrastructure CRITICAL 8h Global vulnerability Enterprise Software / Data Analytics CRITICAL 9h Global vulnerability Artificial Intelligence and Technology HIGH 12h Global general Technology and Artificial Intelligence MEDIUM 16h Global general Technology and Artificial Intelligence HIGH 17h 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-2019-25674

High
CWE-89 — Weakness Type
Published: Apr 5, 2026  ·  Modified: Apr 9, 2026  ·  Source: NVD
CVSS v3
8.2
🔗 NVD Official
📄 Description (English)

CMSsite 1.0 contains an SQL injection vulnerability that allows unauthenticated attackers to manipulate database queries by injecting SQL code through the 'post' parameter. Attackers can send GET requests to post.php with malicious 'post' values to extract sensitive database information or perform time-based blind SQL injection attacks.

🤖 AI Executive Summary

CVE-2019-25674 is a critical SQL injection vulnerability in CMSsite 1.0 affecting the 'post' parameter in post.php, allowing unauthenticated attackers to extract sensitive database information or perform blind SQL injection attacks. With a CVSS score of 8.2 and no available patch, this poses an immediate threat to organizations still running vulnerable versions. The lack of authentication requirement significantly increases exploitation risk across Saudi web-based systems.

📄 Description (Arabic)

🤖 AI Intelligence Analysis Analyzed: Apr 25, 2026 13:44
🇸🇦 Saudi Arabia Impact Assessment
This vulnerability poses significant risk to Saudi organizations using CMSsite 1.0 for content management, particularly in: Government agencies (NCA, CITC) managing public-facing portals; Banking sector (SAMA-regulated institutions) if used for customer-facing systems; Healthcare providers (MOH) managing patient information systems; Educational institutions; and Small-to-medium enterprises (SMEs) using CMSsite for business websites. The unauthenticated nature of the attack makes it particularly dangerous for organizations with internet-facing deployments. Data exfiltration could expose sensitive citizen information, financial records, or critical infrastructure details.
🏢 Affected Saudi Sectors
Government Banking Healthcare Education Telecommunications Small-to-Medium Enterprises E-commerce
⚖️ Saudi Risk Score (AI)
8.5
/ 10.0
🔧 Remediation Steps (English)
Immediate Actions:
1. Identify all systems running CMSsite 1.0 through network scanning and asset inventory
2. Isolate affected systems from production networks if possible, or implement network segmentation
3. Enable Web Application Firewall (WAF) rules to block SQL injection patterns in 'post' parameter
4. Implement input validation and parameterized queries at application level

Patching Guidance:
1. Upgrade CMSsite to version 1.1 or later if available from vendor
2. If no patch available, consider migrating to alternative CMS solutions (WordPress, Joomla with security hardening)
3. Apply vendor security updates immediately upon release

Compensating Controls:
1. Deploy WAF with SQL injection detection rules (ModSecurity OWASP CRS)
2. Implement database activity monitoring (DAM) to detect anomalous queries
3. Apply principle of least privilege to database user accounts
4. Enable database query logging and audit trails
5. Implement rate limiting on post.php endpoint
6. Use prepared statements and stored procedures exclusively

Detection Rules:
1. Monitor for SQL keywords in 'post' parameter: UNION, SELECT, INSERT, DELETE, DROP, EXEC, SCRIPT
2. Alert on time-based delays in database responses (>5 seconds)
3. Track failed database authentication attempts
4. Monitor for unusual database query patterns or volume spikes
🔧 خطوات المعالجة (العربية)
الإجراءات الفورية:
1. تحديد جميع الأنظمة التي تعمل بـ CMSsite 1.0 من خلال المسح الشبكي وجرد الأصول
2. عزل الأنظمة المتأثرة عن شبكات الإنتاج إن أمكن، أو تطبيق تقسيم الشبكة
3. تفعيل قواعد جدار حماية تطبيقات الويب (WAF) لحجب أنماط حقن SQL في معامل 'post'
4. تطبيق التحقق من صحة المدخلات والاستعلامات المعاملة على مستوى التطبيق

إرشادات التصحيح:
1. ترقية CMSsite إلى الإصدار 1.1 أو أحدث إن توفر من المورد
2. إذا لم يتوفر تصحيح، فكر في الهجرة إلى حلول CMS بديلة (WordPress, Joomla مع تقسية الأمان)
3. تطبيق تحديثات أمان المورد فوراً عند إصدارها

الضوابط البديلة:
1. نشر WAF مع قواعد كشف حقن SQL (ModSecurity OWASP CRS)
2. تطبيق مراقبة نشاط قاعدة البيانات (DAM) للكشف عن الاستعلامات الشاذة
3. تطبيق مبدأ أقل امتياز على حسابات مستخدمي قاعدة البيانات
4. تفعيل تسجيل استعلامات قاعدة البيانات ومسارات التدقيق
5. تطبيق تحديد معدل على نقطة نهاية post.php
6. استخدام العبارات المحضرة والإجراءات المخزنة حصرياً
📋 Regulatory Compliance Mapping
🟢 NCA ECC 2024
ECC 2024 A.14.2.1 - Secure development policy and procedures ECC 2024 A.14.2.5 - Secure coding practices ECC 2024 A.14.3.1 - Testing of security functionality ECC 2024 A.13.1.3 - Segregation of networks ECC 2024 A.12.6.1 - Management of technical vulnerabilities
🔵 SAMA CSF
SAMA CSF ID.BE-1 - Asset Management SAMA CSF PR.DS-6 - Data is protected from unauthorized access SAMA CSF PR.IP-1 - Security policies and procedures SAMA CSF DE.CM-1 - The network is monitored for unauthorized connections SAMA CSF RS.MI-2 - Incidents are mitigated
🟡 ISO 27001:2022
ISO 27001:2022 A.8.1 - Organizational controls for information security ISO 27001:2022 A.8.2 - Information security policies and procedures ISO 27001:2022 A.14.2 - Secure development and maintenance ISO 27001:2022 A.14.3 - Testing of security functionality ISO 27001:2022 A.13.1 - Network security
🟣 PCI DSS v4.0.1
PCI DSS 6.5.1 - Injection flaws prevention PCI DSS 6.2 - Security patches installation PCI DSS 11.3 - Penetration testing and vulnerability scanning
📊 CVSS Score
8.2
/ 10.0 — High
📊 CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N
Attack VectorN — None / Network
Attack ComplexityL — Low / Local
Privileges RequiredN — None / Network
User InteractionN — None / Network
ScopeU — Unchanged
ConfidentialityH — High
IntegrityL — Low / Local
AvailabilityN — None / Network
📋 Quick Facts
Severity High
CVSS Score8.2
CWECWE-89
EPSS0.07%
Exploit No
Patch ✗ No
Published 2026-04-05
Source Feed nvd
Views 4
🇸🇦 Saudi Risk Score
8.5
/ 10.0 — Saudi Risk
Priority: CRITICAL
🏷️ 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.