📧 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 2h Global vulnerability Information Technology CRITICAL 3h Global vulnerability Software and Technology HIGH 4h Global vulnerability Software and Cloud Services CRITICAL 4h Global phishing Artificial Intelligence and Email Security HIGH 4h Global phishing Email and Communications CRITICAL 5h Global vulnerability Enterprise Software / E-commerce CRITICAL 6h Global supply_chain Software Development and Technology CRITICAL 6h Global vulnerability Information Technology HIGH 7h Global vulnerability Information Technology HIGH 7h Global vulnerability Information Technology CRITICAL 2h Global vulnerability Information Technology CRITICAL 3h Global vulnerability Software and Technology HIGH 4h Global vulnerability Software and Cloud Services CRITICAL 4h Global phishing Artificial Intelligence and Email Security HIGH 4h Global phishing Email and Communications CRITICAL 5h Global vulnerability Enterprise Software / E-commerce CRITICAL 6h Global supply_chain Software Development and Technology CRITICAL 6h Global vulnerability Information Technology HIGH 7h Global vulnerability Information Technology HIGH 7h Global vulnerability Information Technology CRITICAL 2h Global vulnerability Information Technology CRITICAL 3h Global vulnerability Software and Technology HIGH 4h Global vulnerability Software and Cloud Services CRITICAL 4h Global phishing Artificial Intelligence and Email Security HIGH 4h Global phishing Email and Communications CRITICAL 5h Global vulnerability Enterprise Software / E-commerce CRITICAL 6h Global supply_chain Software Development and Technology CRITICAL 6h Global vulnerability Information Technology HIGH 7h Global vulnerability Information Technology HIGH 7h
Vulnerabilities

CVE-2026-7542

Medium
CWE-200 — Weakness Type
Published: Jun 9, 2026  ·  Modified: Jun 10, 2026  ·  Source: NVD
CVSS v3
6.5
🔗 NVD Official
📄 Description (English)

The Slider Revolution plugin for WordPress is vulnerable to Sensitive Information Disclosure in versions up to and including 7.0.10. This is due to three compounding design flaws: (1) the plugin leaks a valid backend AJAX nonce (revslider_actions) to all authenticated users including Subscribers via the admin_footer hook; (2) the wordpress.create.image_from_url action is explicitly allowlisted in the $user_allowed array, bypassing the administrator-only access control; (3) the create_wordpress_image_from_url() function accepts an attacker-controlled url parameter that is passed to import_media(), where path_or_url_exists() explicitly accepts local filesystem paths (file_exists() && is_readable()) with no restriction to remote HTTP/HTTPS URLs, and @copy() physically copies those files into the publicly accessible /wp-content/uploads/revslider/ai/ directory. The MIME type check trusts the attacker-supplied content_type parameter to derive the destination extension without verifying actual file content, and the source extension blacklist does not block many sensitive types (.sql, .log, .json, .bak, .xml, .csv, .conf, .yml, .yaml, .pem, .key, .crt, .txt, .db, etc.). This makes it possible for authenticated attackers with Subscriber-level access and above to read the contents of server files with non-blacklisted extensions by having them copied to a publicly accessible URL.

🤖 AI Executive Summary

Slider Revolution WordPress plugin versions up to 7.0.10 contain a critical information disclosure vulnerability allowing authenticated Subscriber-level users to read arbitrary server files. The vulnerability chains three design flaws: leaked AJAX nonces, bypassed access controls, and unrestricted file copying to public directories. Attackers can exfiltrate sensitive files including database backups, configuration files, and private keys by exploiting the create_wordpress_image_from_url action.

📄 Description (Arabic)

🤖 AI Intelligence Analysis Analyzed: Jun 9, 2026 14:02
🇸🇦 Saudi Arabia Impact Assessment
This vulnerability poses severe risk to Saudi organizations using WordPress with Slider Revolution plugin, particularly: (1) Banking sector (SAMA-regulated institutions) — exposure of database backups, API keys, and financial transaction logs; (2) Government agencies (NCA oversight) — disclosure of configuration files, internal documentation, and system credentials; (3) Healthcare providers — HIPAA-equivalent data exposure of patient records stored in database backups; (4) Energy sector (ARAMCO, utilities) — exposure of operational technology credentials and configuration files; (5) Telecommunications (STC, Mobily) — customer data and infrastructure configuration leakage; (6) E-commerce platforms — payment gateway credentials and customer databases. The Subscriber-level access requirement means any WordPress user account (including compromised or insider accounts) can trigger the attack.
🏢 Affected Saudi Sectors
Banking and Financial Services (SAMA-regulated) Government and Public Administration (NCA oversight) Healthcare and Medical Services Energy and Utilities (ARAMCO, regional operators) Telecommunications (STC, Mobily, Zain) E-commerce and Retail Insurance and Investment Services Education and Universities Real Estate and Construction Media and Publishing
⚖️ Saudi Risk Score (AI)
8.2
/ 10.0
🔧 Remediation Steps (English)
IMMEDIATE ACTIONS:
1. Disable Slider Revolution plugin immediately: wp-cli plugin deactivate slider-revolution or via WordPress admin dashboard
2. Audit WordPress user accounts — identify all Subscriber and above accounts created in past 90 days; review access logs for suspicious activity
3. Check /wp-content/uploads/revslider/ai/ directory for unauthorized files; preserve for forensic analysis before deletion
4. Review web server access logs for requests to /wp-content/uploads/revslider/ai/ with non-image file extensions (.sql, .log, .json, .bak, .conf, .pem, .key, .crt, .txt, .db, .yml, .yaml, .xml, .csv)
5. Rotate all database credentials, API keys, and SSH keys that may have been exposed
6. Scan database backups for unauthorized access timestamps

PATCHING GUIDANCE:
- No official patch available as of CVE publication; monitor Slider Revolution GitHub/website for security updates
- When patch releases, test in staging environment before production deployment
- Consider alternative slider plugins (Elementor, Swiper, Splide) as interim solution

COMPENSATING CONTROLS (until patch available):
1. Restrict WordPress user roles: remove Subscriber accounts not actively needed; audit Contributor/Author accounts
2. Implement Web Application Firewall (WAF) rules to block requests to /wp-content/uploads/revslider/ai/ containing file extensions: .sql, .log, .json, .bak, .conf, .pem, .key, .crt, .txt, .db, .yml, .yaml, .xml, .csv
3. Disable AJAX action 'wordpress.create.image_from_url' via custom code: add_filter('wp_ajax_wordpress.create.image_from_url', '__return_false')
4. Implement file integrity monitoring on /wp-content/uploads/revslider/ directory
5. Restrict file upload permissions: chmod 750 /wp-content/uploads/revslider/
6. Monitor for suspicious admin_footer hook execution via security plugin (Wordfence, Sucuri)

DETECTION RULES:
- Alert on POST requests to /wp-admin/admin-ajax.php?action=wordpress.create.image_from_url
- Monitor for file access to /wp-content/uploads/revslider/ai/ with non-image MIME types
- Log all Subscriber-level user logins and AJAX requests
- Alert on @copy() function calls in WordPress error logs
- Detect requests with 'revslider_actions' nonce parameter in query strings
🔧 خطوات المعالجة (العربية)
الإجراءات الفورية:
1. تعطيل مكون Slider Revolution فوراً: wp-cli plugin deactivate slider-revolution أو عبر لوحة تحكم WordPress
2. تدقيق حسابات مستخدمي WordPress — تحديد جميع حسابات المشترك وما فوقها المنشأة في آخر 90 يوماً؛ مراجعة سجلات الوصول للنشاط المريب
3. التحقق من دليل /wp-content/uploads/revslider/ai/ للملفات غير المصرح بها؛ الحفاظ عليها للتحليل الجنائي قبل الحذف
4. مراجعة سجلات وصول خادم الويب للطلبات إلى /wp-content/uploads/revslider/ai/ بامتدادات ملفات غير صورية (.sql, .log, .json, .bak, .conf, .pem, .key, .crt, .txt, .db, .yml, .yaml, .xml, .csv)
5. تدوير جميع بيانات اعتماد قاعدة البيانات ومفاتيح API ومفاتيح SSH التي قد تكون قد تعرضت
6. مسح النسخ الاحتياطية من قاعدة البيانات للوصول غير المصرح به

إرشادات التصحيح:
- لا يوجد تصحيح رسمي متاح اعتباراً من نشر CVE؛ مراقبة موقع Slider Revolution/GitHub لتحديثات الأمان
- عند إصدار التصحيح، اختبر في بيئة التدريج قبل نشر الإنتاج
- فكر في مكونات منزلقة بديلة (Elementor, Swiper, Splide) كحل مؤقت

عناصر التحكم التعويضية (حتى توفر التصحيح):
1. تقييد أدوار مستخدمي WordPress: إزالة حسابات المشترك غير المطلوبة بنشاط؛ تدقيق حسابات المساهم/المؤلف
2. تنفيذ قواعد جدار حماية تطبيقات الويب (WAF) لحظر الطلبات إلى /wp-content/uploads/revslider/ai/ التي تحتوي على امتدادات ملفات: .sql, .log, .json, .bak, .conf, .pem, .key, .crt, .txt, .db, .yml, .yaml, .xml, .csv
3. تعطيل إجراء AJAX 'wordpress.create.image_from_url' عبر الكود المخصص: add_filter('wp_ajax_wordpress.create.image_from_url', '__return_false')
4. تنفيذ مراقبة سلامة الملفات على دليل /wp-content/uploads/revslider/
5. تقييد أذونات تحميل الملفات: chmod 750 /wp-content/uploads/revslider/
6. مراقبة تنفيذ admin_footer hook المريب عبر مكون الأمان (Wordfence, Sucuri)

قواعد الكشف:
- تنبيه على طلبات POST إلى /wp-admin/admin-ajax.php?action=wordpress.create.image_from_url
- مراقبة الوصول إلى الملفات في /wp-content/uploads/revslider/ai/ بأنواع MIME غير صورية
- تسجيل جميع عمليات تسجيل دخول مستخدمي المشترك وطلبات AJAX
- تنبيه على استدعاءات دالة @copy() في سجلات أخطاء WordPress
- كشف الطلبات بمعامل 'revslider_actions' nonce في سلاسل الاستعلام
📋 Regulatory Compliance Mapping
🟢 NCA ECC 2024
A.5.1.1 — Information security policies and procedures (access control policy violation) A.6.1.2 — User access management (Subscriber-level privilege escalation) A.8.1.1 — Asset management and inventory (unauthorized file access) A.12.4.1 — Event logging and monitoring (insufficient AJAX action logging) A.13.1.1 — Information transfer policies and procedures (sensitive data exposure in transit)
🔵 SAMA CSF
ID.AM-2 — Software inventory and versioning (vulnerable plugin tracking) PR.AC-1 — Access control policy enforcement (role-based access bypass) PR.AC-4 — Access rights and privileges (Subscriber privilege escalation) DE.CM-1 — Detection and analysis (AJAX action monitoring) DE.CM-7 — Monitoring and detection of unauthorized activities (file access patterns) RS.MI-2 — Incident response and mitigation (file exposure containment)
🟡 ISO 27001:2022
A.5.1.1 — Information security policies (access control framework) A.6.1.2 — User access management (role-based access control) A.8.1.1 — Asset management (software asset inventory) A.8.3.1 — Media handling (file access and exposure) A.12.4.1 — Event logging (AJAX and file operation logging) A.13.1.1 — Information transfer (data exposure prevention)
🟣 PCI DSS v4.0.1
Requirement 1.1 — Firewall configuration standards (WAF rules for malicious AJAX) Requirement 2.1 — Default security parameters (plugin hardening) Requirement 6.2 — Security patches and updates (vulnerable plugin management) Requirement 7.1 — Access control (role-based privilege management) Requirement 10.2 — User access logging (AJAX action audit trails) Requirement 10.3 — Logging of access to cardholder data (file access monitoring)
📊 CVSS Score
6.5
/ 10.0 — Medium
📊 CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Attack VectorN — None / Network
Attack ComplexityL — Low / Local
Privileges RequiredL — Low / Local
User InteractionN — None / Network
ScopeU — Unchanged
ConfidentialityH — High
IntegrityN — None / Network
AvailabilityN — None / Network
📋 Quick Facts
Severity Medium
CVSS Score6.5
CWECWE-200
Exploit No
Patch ✗ No
Published 2026-06-09
Source Feed nvd
🇸🇦 Saudi Risk Score
8.2
/ 10.0 — Saudi Risk
Priority: CRITICAL
🏷️ Tags
CWE-200
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.