📧 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 data_breach Government HIGH 43m Global vulnerability Enterprise Software / ERP Systems CRITICAL 1h Global phishing Cross-sector HIGH 6h Global data_breach Energy CRITICAL 8h Global phishing Government/Multi-sector HIGH 9h Global apt Education CRITICAL 11h Global vulnerability Enterprise Software / ERP Systems CRITICAL 12h Global vulnerability IT Infrastructure CRITICAL 13h Global vulnerability Technology and Software Development HIGH 14h Global vulnerability Enterprise IT and Government CRITICAL 14h Global data_breach Government HIGH 43m Global vulnerability Enterprise Software / ERP Systems CRITICAL 1h Global phishing Cross-sector HIGH 6h Global data_breach Energy CRITICAL 8h Global phishing Government/Multi-sector HIGH 9h Global apt Education CRITICAL 11h Global vulnerability Enterprise Software / ERP Systems CRITICAL 12h Global vulnerability IT Infrastructure CRITICAL 13h Global vulnerability Technology and Software Development HIGH 14h Global vulnerability Enterprise IT and Government CRITICAL 14h Global data_breach Government HIGH 43m Global vulnerability Enterprise Software / ERP Systems CRITICAL 1h Global phishing Cross-sector HIGH 6h Global data_breach Energy CRITICAL 8h Global phishing Government/Multi-sector HIGH 9h Global apt Education CRITICAL 11h Global vulnerability Enterprise Software / ERP Systems CRITICAL 12h Global vulnerability IT Infrastructure CRITICAL 13h Global vulnerability Technology and Software Development HIGH 14h Global vulnerability Enterprise IT and Government CRITICAL 14h
Vulnerabilities

CVE-2026-0626

Medium
The WPFunnels – Easy Funnel Builder To Optimize Buyer Journeys And Get More Leads & Sales plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'wpf_optin_form' shortcode in all ve
CWE-79 — Weakness Type
Published: Apr 4, 2026  ·  Modified: Apr 7, 2026  ·  Source: NVD
CVSS v3
6.4
🔗 NVD Official
📄 Description (English)

The WPFunnels – Easy Funnel Builder To Optimize Buyer Journeys And Get More Leads & Sales plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'wpf_optin_form' shortcode in all versions up to, and including, 3.7.9 due to insufficient input sanitization and output escaping of the 'button_icon' parameter. This makes it possible for authenticated attackers, with contributor level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.

🤖 AI Executive Summary

WPFunnels plugin versions up to 3.7.9 contain a Stored XSS vulnerability in the 'wpf_optin_form' shortcode's 'button_icon' parameter, allowing authenticated contributors to inject malicious scripts. While requiring contributor-level access, the stored nature means injected scripts execute for all site visitors, potentially compromising user data and site integrity. No patch is currently available, requiring immediate mitigation through access controls and input validation.

📄 Description (Arabic)

🤖 AI Intelligence Analysis Analyzed: May 15, 2026 05:56
🇸🇦 Saudi Arabia Impact Assessment
Saudi organizations using WPFunnels for e-commerce and lead generation—particularly in retail, financial services, and government digital transformation initiatives—face significant risk. Banking sector websites using this plugin for customer acquisition could expose sensitive user data. Government agencies and ARAMCO subsidiaries using WordPress for public-facing portals are at risk of defacement and credential theft. Telecom companies (STC, Mobily) using funnel builders for customer onboarding could have their conversion funnels compromised. The vulnerability is particularly dangerous in Saudi Arabia's growing e-commerce sector where customer trust is critical.
🏢 Affected Saudi Sectors
E-commerce and Retail Banking and Financial Services Government and Public Administration Healthcare Energy (ARAMCO subsidiaries) Telecommunications (STC, Mobily) Digital Marketing and Advertising Agencies
⚖️ Saudi Risk Score (AI)
6.8
/ 10.0
🔧 Remediation Steps (English)
IMMEDIATE ACTIONS:
1. Audit all WordPress sites using WPFunnels plugin versions ≤3.7.9 for suspicious 'wpf_optin_form' shortcodes
2. Restrict contributor-level access to only trusted users; review and revoke unnecessary contributor permissions
3. Disable the WPFunnels plugin immediately if not actively used; if required, isolate to non-critical pages

COMPENSATING CONTROLS (until patch available):
4. Implement Web Application Firewall (WAF) rules to block script injection in shortcode parameters
5. Add Content Security Policy (CSP) headers: Content-Security-Policy: script-src 'self'; object-src 'none'
6. Use WordPress security plugins (Wordfence, Sucuri) to monitor and block XSS payloads
7. Implement input validation: sanitize 'button_icon' parameter using sanitize_text_field() and wp_kses_post()
8. Add output escaping: use esc_attr() for HTML attributes containing user input

DETECTION:
9. Monitor WordPress logs for shortcode usage patterns and contributor edits
10. Search database for suspicious patterns in post_content: SELECT * FROM wp_posts WHERE post_content LIKE '%wpf_optin_form%<script%'
11. Enable WordPress audit logging to track all contributor-level changes
12. Set up alerts for any modifications to pages containing 'wpf_optin_form' shortcodes

PATCHING:
13. Monitor WPFunnels GitHub/changelog for security updates; upgrade immediately when patch is released
14. Test patches in staging environment before production deployment
🔧 خطوات المعالجة (العربية)
الإجراءات الفورية:
1. تدقيق جميع مواقع WordPress التي تستخدم إصدارات مكون WPFunnels ≤3.7.9 بحثاً عن اختصارات 'wpf_optin_form' المريبة
2. تقييد وصول المساهم إلى المستخدمين الموثوقين فقط؛ مراجعة وإلغاء أذونات المساهم غير الضرورية
3. تعطيل مكون WPFunnels فوراً إذا لم يكن قيد الاستخدام النشط؛ إذا لزم الأمر، عزله عن الصفحات غير الحرجة

عناصر التحكم التعويضية (حتى توفر التصحيح):
4. تنفيذ قواعد جدار الحماية لتطبيقات الويب (WAF) لحظر حقن البرامج النصية في معاملات الاختصار
5. إضافة رؤوس سياسة أمان المحتوى (CSP): Content-Security-Policy: script-src 'self'; object-src 'none'
6. استخدام مكونات أمان WordPress (Wordfence, Sucuri) لمراقبة وحظر حمولات XSS
7. تنفيذ التحقق من المدخلات: تطهير معامل 'button_icon' باستخدام sanitize_text_field() و wp_kses_post()
8. إضافة الهروب من الإخراج: استخدام esc_attr() للسمات التي تحتوي على مدخلات المستخدم

الكشف:
9. مراقبة سجلات WordPress لأنماط استخدام الاختصار وتعديلات المساهم
10. البحث في قاعدة البيانات عن أنماط مريبة: SELECT * FROM wp_posts WHERE post_content LIKE '%wpf_optin_form%<script%'
11. تفعيل تسجيل تدقيق WordPress لتتبع جميع التغييرات على مستوى المساهم
12. إعداد تنبيهات لأي تعديلات على الصفحات التي تحتوي على اختصارات 'wpf_optin_form'

التصحيح:
13. مراقبة GitHub/سجل التغييرات في WPFunnels للتحديثات الأمنية؛ الترقية فوراً عند إصدار التصحيح
14. اختبار التصحيحات في بيئة التدريج قبل نشرها في الإنتاج
📋 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.GV-1 - Organizational cybersecurity policy PR.DS-6 - Data is protected from unauthorized access PR.IP-1 - System development and acquisition processes DE.CM-1 - The network is monitored for unauthorized connections RS.MI-2 - Incidents are mitigated
🟡 ISO 27001:2022
A.6.2.1 - Mobile device and teleworking policy A.12.2.1 - Restrictions on software installation A.12.6.1 - Management of technical vulnerabilities A.14.2.1 - Information security requirements analysis and specification A.14.3.1 - Secure development policy
🟣 PCI DSS v4.0.1
6.2 - Ensure all system components and software are protected from known vulnerabilities 6.5.7 - Cross-site scripting (XSS) 11.2 - Run automated vulnerability scanning tools
📊 CVSS Score
6.4
/ 10.0 — Medium
📊 CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N
Attack VectorN — None / Network
Attack ComplexityL — Low / Local
Privileges RequiredL — Low / Local
User InteractionN — None / Network
ScopeC — Changed
ConfidentialityL — Low / Local
IntegrityL — Low / Local
AvailabilityN — None / Network
📋 Quick Facts
Severity Medium
CVSS Score6.4
CWECWE-79
EPSS0.01%
Exploit No
Patch ✗ No
Published 2026-04-04
Source Feed nvd
Views 4
🇸🇦 Saudi Risk Score
6.8
/ 10.0 — Saudi Risk
Priority: HIGH
🏷️ Tags
CWE-79
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.