📧 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 47m Global malware Software Development CRITICAL 56m Global phishing Multiple Sectors HIGH 1h Global vulnerability Web Applications CRITICAL 2h Global apt Critical Infrastructure CRITICAL 2h Global ransomware Multiple sectors CRITICAL 2h Global supply_chain Software Development, IT Infrastructure, Technology CRITICAL 3h Global vulnerability,data_breach,general Technology, Industrial Control Systems, Telecommunications HIGH 4h Global general Consumer Electronics and Retail MEDIUM 6h Global supply_chain Software Development and Technology HIGH 6h Global data_breach Government HIGH 47m Global malware Software Development CRITICAL 56m Global phishing Multiple Sectors HIGH 1h Global vulnerability Web Applications CRITICAL 2h Global apt Critical Infrastructure CRITICAL 2h Global ransomware Multiple sectors CRITICAL 2h Global supply_chain Software Development, IT Infrastructure, Technology CRITICAL 3h Global vulnerability,data_breach,general Technology, Industrial Control Systems, Telecommunications HIGH 4h Global general Consumer Electronics and Retail MEDIUM 6h Global supply_chain Software Development and Technology HIGH 6h Global data_breach Government HIGH 47m Global malware Software Development CRITICAL 56m Global phishing Multiple Sectors HIGH 1h Global vulnerability Web Applications CRITICAL 2h Global apt Critical Infrastructure CRITICAL 2h Global ransomware Multiple sectors CRITICAL 2h Global supply_chain Software Development, IT Infrastructure, Technology CRITICAL 3h Global vulnerability,data_breach,general Technology, Industrial Control Systems, Telecommunications HIGH 4h Global general Consumer Electronics and Retail MEDIUM 6h Global supply_chain Software Development and Technology HIGH 6h
Vulnerabilities

CVE-2026-25589

High
CWE-122 — Weakness Type
Published: May 5, 2026  ·  Modified: May 12, 2026  ·  Source: NVD
CVSS v3
8.8
🔗 NVD Official
📄 Description (English)

RedisBloom is a probabilistic data structures module for Redis. In all versions of RedisBloom before 2.8.20, the module does not properly validate serialized values processed through the Redis RESTORE command. An authenticated attacker with permission to execute RESTORE on a server with the RedisBloom module loaded can supply a crafted serialized payload that triggers invalid memory access and may lead to remote code execution. A workaround is to restrict access to the RESTORE command with ACL rules. This issue is fixed in version 2.8.20.

🤖 AI Executive Summary

RedisBloom versions before 2.8.20 contain a critical buffer overflow vulnerability in RESTORE command handling that allows authenticated attackers to execute arbitrary code. The vulnerability affects all RedisBloom installations and requires immediate patching or access control implementation. With a CVSS score of 8.8, this poses significant risk to organizations using RedisBloom for caching and data processing.

📄 Description (Arabic)

🤖 AI Intelligence Analysis Analyzed: May 9, 2026 12:01
🇸🇦 Saudi Arabia Impact Assessment
Saudi financial institutions (SAMA-regulated banks) using RedisBloom for transaction caching and real-time data processing face critical risk of unauthorized access and data manipulation. Telecom operators (STC, Mobily) leveraging RedisBloom for subscriber data and session management could experience service disruption and customer data exposure. Government agencies and healthcare providers using RedisBloom for sensitive data caching are at risk of confidentiality breaches. Energy sector organizations (ARAMCO, utilities) relying on RedisBloom for operational technology data face potential system compromise.
🏢 Affected Saudi Sectors
Banking and Financial Services Government and Public Administration Telecommunications Healthcare and Medical Services Energy and Utilities E-commerce and Retail
⚖️ Saudi Risk Score (AI)
8.5
/ 10.0
🔧 Remediation Steps (English)
IMMEDIATE ACTIONS:
1. Identify all RedisBloom installations across your infrastructure using asset discovery tools
2. Check RedisBloom version: redis-cli MODULE LIST | grep redisbloom
3. Implement ACL restrictions immediately: ACL SETUSER default on >password -@all +@read +@write -restore
4. Restrict RESTORE command access to trusted administrative accounts only

PATCHING:
1. Upgrade RedisBloom to version 2.8.20 or later
2. Test patches in non-production environments first
3. Plan maintenance windows for production upgrades
4. Verify module functionality post-upgrade

COMPENSATING CONTROLS (if immediate patching not possible):
1. Disable RESTORE command entirely if not required: ACL SETUSER default -restore
2. Implement network segmentation to restrict Redis access to trusted clients only
3. Enable Redis command logging and monitoring for RESTORE attempts
4. Deploy intrusion detection rules for suspicious RESTORE payloads

DETECTION:
1. Monitor Redis logs for RESTORE command execution: grep -i restore /var/log/redis/redis-server.log
2. Alert on any RESTORE commands from unexpected sources
3. Monitor for Redis process crashes or unexpected memory access patterns
4. Implement YARA rules to detect malicious serialized payloads in network traffic
🔧 خطوات المعالجة (العربية)
الإجراءات الفورية:
1. تحديد جميع تثبيتات RedisBloom عبر البنية التحتية باستخدام أدوات اكتشاف الأصول
2. التحقق من إصدار RedisBloom: redis-cli MODULE LIST | grep redisbloom
3. تطبيق قيود ACL فوراً: ACL SETUSER default on >password -@all +@read +@write -restore
4. تقييد وصول أمر RESTORE للحسابات الإدارية الموثوقة فقط

التصحيح:
1. ترقية RedisBloom إلى الإصدار 2.8.20 أو أحدث
2. اختبار التصحيحات في بيئات غير الإنتاج أولاً
3. التخطيط لنوافذ الصيانة لترقيات الإنتاج
4. التحقق من وظائف الوحدة بعد الترقية

الضوابط البديلة (إذا لم يكن التصحيح الفوري ممكناً):
1. تعطيل أمر RESTORE بالكامل إذا لم يكن مطلوباً: ACL SETUSER default -restore
2. تطبيق تقسيم الشبكة لتقييد وصول Redis للعملاء الموثوقين فقط
3. تفعيل تسجيل مراقبة أوامر Redis لمحاولات RESTORE
4. نشر قواعد كشف الاختراق للحمولات المريبة

الكشف:
1. مراقبة سجلات Redis لتنفيذ أمر RESTORE
2. التنبيه على أي أوامر RESTORE من مصادر غير متوقعة
3. مراقبة أعطال عملية Redis أو أنماط الوصول إلى الذاكرة غير المتوقعة
4. تطبيق قواعل YARA للكشف عن الحمولات الضارة المسلسلة
📋 Regulatory Compliance Mapping
🟢 NCA ECC 2024
ECC 2024 A.12.6.1 - Management of technical vulnerabilities ECC 2024 A.14.2.1 - Secure development policy ECC 2024 A.12.2.1 - Monitoring and logging of access
🔵 SAMA CSF
SAMA CSF ID.RA-1 - Asset management and vulnerability identification SAMA CSF PR.AC-1 - Access control and authentication SAMA CSF DE.CM-1 - Detection and monitoring
🟡 ISO 27001:2022
ISO 27001:2022 A.12.2.1 - Information security event logging ISO 27001:2022 A.12.6.1 - Management of technical vulnerabilities ISO 27001:2022 A.14.2.1 - Secure development and change management
🟣 PCI DSS v4.0.1
PCI DSS 6.2 - Security patches and updates PCI DSS 7.1 - Access control implementation PCI DSS 10.2 - Logging and monitoring
📦 Affected Products / CPE 1 entries
redisbloom:redisbloom
📊 CVSS Score
8.8
/ 10.0 — High
📊 CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Attack VectorN — None / Network
Attack ComplexityL — Low / Local
Privileges RequiredL — Low / Local
User InteractionN — None / Network
ScopeU — Unchanged
ConfidentialityH — High
IntegrityH — High
AvailabilityH — High
📋 Quick Facts
Severity High
CVSS Score8.8
CWECWE-122
EPSS0.24%
Exploit No
Patch ✓ Yes
Published 2026-05-05
Source Feed nvd
🇸🇦 Saudi Risk Score
8.5
/ 10.0 — Saudi Risk
Priority: CRITICAL
🏷️ Tags
patch-available CWE-122
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.