📧 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 Artificial Intelligence and Technology HIGH 2h Global general Technology and Artificial Intelligence MEDIUM 5h Global general Technology and Artificial Intelligence HIGH 6h Global vulnerability Higher Education CRITICAL 15h Global data_breach Government HIGH 16h Global supply_chain Software Development and Open Source Communities CRITICAL 16h Global malware Software Development CRITICAL 16h Global phishing Multiple Sectors HIGH 17h Global vulnerability Web Applications CRITICAL 17h Global apt Critical Infrastructure CRITICAL 17h Global vulnerability Artificial Intelligence and Technology HIGH 2h Global general Technology and Artificial Intelligence MEDIUM 5h Global general Technology and Artificial Intelligence HIGH 6h Global vulnerability Higher Education CRITICAL 15h Global data_breach Government HIGH 16h Global supply_chain Software Development and Open Source Communities CRITICAL 16h Global malware Software Development CRITICAL 16h Global phishing Multiple Sectors HIGH 17h Global vulnerability Web Applications CRITICAL 17h Global apt Critical Infrastructure CRITICAL 17h Global vulnerability Artificial Intelligence and Technology HIGH 2h Global general Technology and Artificial Intelligence MEDIUM 5h Global general Technology and Artificial Intelligence HIGH 6h Global vulnerability Higher Education CRITICAL 15h Global data_breach Government HIGH 16h Global supply_chain Software Development and Open Source Communities CRITICAL 16h Global malware Software Development CRITICAL 16h Global phishing Multiple Sectors HIGH 17h Global vulnerability Web Applications CRITICAL 17h Global apt Critical Infrastructure CRITICAL 17h
Vulnerabilities

CVE-2026-4662

High
The JetEngine plugin for WordPress is vulnerable to SQL Injection via the `listing_load_more` AJAX action in all versions up to, and including, 3.8.6.1. This is due to the `filtered_query` parameter b
CWE-89 — Weakness Type
Published: Mar 24, 2026  ·  Modified: Mar 30, 2026  ·  Source: NVD
CVSS v3
7.5
🔗 NVD Official
📄 Description (English)

The JetEngine plugin for WordPress is vulnerable to SQL Injection via the `listing_load_more` AJAX action in all versions up to, and including, 3.8.6.1. This is due to the `filtered_query` parameter being excluded from the HMAC signature validation (allowing attacker-controlled input to bypass security checks) combined with the `prepare_where_clause()` method in the SQL Query Builder not sanitizing the `compare` operator before concatenating it into SQL statements. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database, provided the site has a JetEngine Listing Grid with Load More enabled that uses a SQL Query Builder query.

🤖 AI Executive Summary

CVE-2026-4662 is a critical SQL Injection vulnerability in JetEngine WordPress plugin (versions ≤3.8.6.1) affecting unauthenticated attackers. The vulnerability stems from inadequate HMAC signature validation on the `filtered_query` parameter combined with unsanitized SQL operators in the Query Builder, allowing attackers to extract sensitive database information. This poses significant risk to Saudi organizations using WordPress-based platforms for content management and e-commerce.

📄 Description (Arabic)

🤖 AI Intelligence Analysis Analyzed: May 1, 2026 13:00
🇸🇦 Saudi Arabia Impact Assessment
High impact on Saudi e-commerce platforms, real estate portals, and government websites using JetEngine for dynamic content. Banking sector at risk if JetEngine used for customer-facing portals. Telecommunications companies (STC, Mobily) using WordPress for service portals vulnerable to customer data extraction. Healthcare organizations using WordPress-based patient portals face HIPAA-equivalent compliance violations. Energy sector (ARAMCO subsidiaries) and government agencies (NCA, CITC) using WordPress for public-facing services at significant risk of data breach and regulatory non-compliance.
🏢 Affected Saudi Sectors
E-commerce and Retail Real Estate and Property Management Banking and Financial Services Government and Public Administration Healthcare and Medical Services Telecommunications Energy and Utilities Media and Publishing Education
⚖️ Saudi Risk Score (AI)
8.2
/ 10.0
🔧 Remediation Steps (English)
IMMEDIATE ACTIONS:
1. Identify all WordPress installations using JetEngine plugin version 3.8.6.1 or earlier
2. Disable JetEngine Listing Grid Load More functionality immediately if patch unavailable
3. Restrict access to affected AJAX endpoints via WAF rules blocking `listing_load_more` action

PATCHING GUIDANCE:
1. Monitor JetEngine official repository for security patch release
2. When patch available, immediately update to patched version
3. Test in staging environment before production deployment

COMPENSATING CONTROLS (until patch available):
1. Implement Web Application Firewall (WAF) rules to block requests containing SQL keywords in `filtered_query` parameter (UNION, SELECT, INSERT, DELETE, DROP, etc.)
2. Add rate limiting on `listing_load_more` AJAX endpoint (max 10 requests/minute per IP)
3. Enable database query logging and monitor for suspicious SQL patterns
4. Implement input validation at WAF level: reject `compare` operator values outside whitelist (=, !=, <, >, <=, >=, LIKE, IN, BETWEEN)
5. Disable AJAX endpoint entirely if Load More feature not critical: add to wp-config.php: `define('JETENGINE_DISABLE_LOAD_MORE', true);`

DETECTION RULES:
1. Monitor access logs for POST requests to `/wp-admin/admin-ajax.php?action=listing_load_more`
2. Alert on `filtered_query` parameters containing: UNION, SELECT, OR 1=1, SLEEP, BENCHMARK, CAST, CONVERT
3. Database audit: flag queries with unexpected UNION clauses or multiple SELECT statements
4. IDS/IPS signature: detect SQL injection patterns in AJAX POST data with `compare` operator manipulation
🔧 خطوات المعالجة (العربية)
الإجراءات الفورية:
1. تحديد جميع تثبيتات WordPress التي تستخدم إضافة JetEngine الإصدار 3.8.6.1 أو أقدم
2. تعطيل وظيفة JetEngine Listing Grid Load More فوراً إذا لم يكن الرقعة متاحة
3. تقييد الوصول إلى نقاط نهاية AJAX المتأثرة عبر قواعد WAF التي تحظر إجراء `listing_load_more`

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

الضوابط البديلة (حتى توفر الرقعة):
1. تنفيذ قواعد جدار الحماية (WAF) لحظر الطلبات التي تحتوي على كلمات SQL في معامل `filtered_query` (UNION, SELECT, INSERT, DELETE, DROP, إلخ)
2. إضافة تحديد معدل على نقطة نهاية AJAX `listing_load_more` (الحد الأقصى 10 طلبات/دقيقة لكل IP)
3. تفعيل تسجيل استعلامات قاعدة البيانات ومراقبة أنماط SQL المريبة
4. تنفيذ التحقق من الإدخال على مستوى WAF: رفض قيم مشغل `compare` خارج القائمة البيضاء (=, !=, <, >, <=, >=, LIKE, IN, BETWEEN)
5. تعطيل نقطة النهاية AJAX بالكامل إذا لم تكن ميزة Load More حرجة

قواعد الكشف:
1. مراقبة سجلات الوصول لطلبات POST إلى `/wp-admin/admin-ajax.php?action=listing_load_more`
2. التنبيه على معاملات `filtered_query` التي تحتوي على: UNION, SELECT, OR 1=1, SLEEP, BENCHMARK, CAST, CONVERT
3. تدقيق قاعدة البيانات: وضع علامة على الاستعلامات ذات جملات UNION غير المتوقعة
4. توقيع IDS/IPS: كشف أنماط حقن SQL في بيانات AJAX POST مع معالجة مشغل `compare`
📋 Regulatory Compliance Mapping
🟢 NCA ECC 2024
ECC 2024 A.14.2.1 - Information security requirements for supplier relationships ECC 2024 A.14.2.5 - Addressing information security in supplier agreements ECC 2024 A.12.6.1 - Management of technical vulnerabilities ECC 2024 A.12.2.1 - Secure development policy
🔵 SAMA CSF
SAMA CSF 2.1 - Governance and Risk Management SAMA CSF 3.2 - Information and Communications Technology (ICT) Security SAMA CSF 3.2.1 - ICT Risk Management SAMA CSF 3.2.2 - ICT Security Controls
🟡 ISO 27001:2022
ISO 27001:2022 A.5.1 - Policies for information security ISO 27001:2022 A.8.1 - Organizational controls ISO 27001:2022 A.12.2 - Software development ISO 27001:2022 A.12.6 - Management of technical vulnerabilities ISO 27001:2022 A.14.2 - Supplier relationships
🟣 PCI DSS v4.0.1
PCI DSS 6.2 - Ensure security patches are installed within one month of release PCI DSS 6.5.1 - Injection flaws prevention PCI DSS 11.2 - Vulnerability scanning
📊 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
Exploit No
Patch ✗ No
Published 2026-03-24
Source Feed nvd
Views 4
🇸🇦 Saudi Risk Score
8.2
/ 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.