📧 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 Higher Education CRITICAL 9h Global data_breach Government HIGH 10h Global supply_chain Software Development and Open Source Communities CRITICAL 10h Global malware Software Development CRITICAL 10h Global phishing Multiple Sectors HIGH 11h Global vulnerability Web Applications CRITICAL 11h Global apt Critical Infrastructure CRITICAL 11h Global ransomware Multiple sectors CRITICAL 12h Global supply_chain Software Development, IT Infrastructure, Technology CRITICAL 13h Global vulnerability,data_breach,general Technology, Industrial Control Systems, Telecommunications HIGH 13h Global vulnerability Higher Education CRITICAL 9h Global data_breach Government HIGH 10h Global supply_chain Software Development and Open Source Communities CRITICAL 10h Global malware Software Development CRITICAL 10h Global phishing Multiple Sectors HIGH 11h Global vulnerability Web Applications CRITICAL 11h Global apt Critical Infrastructure CRITICAL 11h Global ransomware Multiple sectors CRITICAL 12h Global supply_chain Software Development, IT Infrastructure, Technology CRITICAL 13h Global vulnerability,data_breach,general Technology, Industrial Control Systems, Telecommunications HIGH 13h Global vulnerability Higher Education CRITICAL 9h Global data_breach Government HIGH 10h Global supply_chain Software Development and Open Source Communities CRITICAL 10h Global malware Software Development CRITICAL 10h Global phishing Multiple Sectors HIGH 11h Global vulnerability Web Applications CRITICAL 11h Global apt Critical Infrastructure CRITICAL 11h Global ransomware Multiple sectors CRITICAL 12h Global supply_chain Software Development, IT Infrastructure, Technology CRITICAL 13h Global vulnerability,data_breach,general Technology, Industrial Control Systems, Telecommunications HIGH 13h
Vulnerabilities

CVE-2026-25990

High
Pillow is a Python imaging library. From 10.3.0 to before 12.1.1, n out-of-bounds write may be triggered when loading a specially crafted PSD image. This vulnerability is fixed in 12.1.1.
CWE-787 — Weakness Type
Published: Feb 11, 2026  ·  Modified: Feb 28, 2026  ·  Source: NVD
CVSS v3
7.5
🔗 NVD Official
📄 Description (English)

Pillow is a Python imaging library. From 10.3.0 to before 12.1.1, n out-of-bounds write may be triggered when loading a specially crafted PSD image. This vulnerability is fixed in 12.1.1.

🤖 AI Executive Summary

CVE-2026-25990 is a high-severity out-of-bounds write vulnerability in Pillow (Python imaging library) versions 10.3.0 through 12.1.0 that can be triggered by specially crafted PSD image files. This vulnerability could allow attackers to execute arbitrary code or cause denial of service through malicious image processing. Immediate patching to version 12.1.1 or later is critical for organizations using Pillow in production environments.

📄 Description (Arabic)

🤖 AI Intelligence Analysis Analyzed: May 4, 2026 12:48
🇸🇦 Saudi Arabia Impact Assessment
This vulnerability poses significant risk to Saudi organizations utilizing Pillow in web applications, data processing pipelines, and content management systems. Most affected sectors include: Banking and Financial Services (SAMA-regulated entities processing customer documents and images), Government agencies (NCA oversight) handling document digitization and image processing, Healthcare institutions processing medical imaging and patient records, Telecommunications (STC, Mobily) managing multimedia content, and E-commerce platforms. The vulnerability is particularly critical for organizations processing user-uploaded images or PSD files without proper validation, as attackers could achieve remote code execution on backend servers.
🏢 Affected Saudi Sectors
Banking and Financial Services Government and Public Administration Healthcare and Medical Services Energy and Utilities Telecommunications E-commerce and Retail Media and Publishing Education
⚖️ Saudi Risk Score (AI)
7.8
/ 10.0
🔧 Remediation Steps (English)
IMMEDIATE ACTIONS:
1. Identify all systems running Pillow versions 10.3.0 through 12.1.0 using: pip list | grep -i pillow
2. Implement input validation to reject PSD file uploads if not essential to business operations
3. Isolate affected systems from direct internet access if immediate patching is not possible

PATCHING GUIDANCE:
1. Upgrade Pillow to version 12.1.1 or later: pip install --upgrade Pillow>=12.1.1
2. For containerized environments, rebuild images with updated Pillow version
3. Restart all applications using Pillow after patching
4. Verify patch installation: python -c "import PIL; print(PIL.__version__)"

COMPENSATING CONTROLS (if patching delayed):
1. Disable PSD file processing capabilities if not business-critical
2. Implement strict file type validation at upload points (whitelist only required formats)
3. Process image files in sandboxed environments with restricted privileges
4. Use Web Application Firewall (WAF) rules to block suspicious PSD file uploads
5. Monitor file upload endpoints for anomalous activity

DETECTION RULES:
1. Monitor for Python process crashes or segmentation faults when processing images
2. Alert on unexpected memory access patterns in Pillow operations
3. Log all PSD file upload attempts and processing activities
4. Monitor for unusual process spawning from Python/Pillow processes
🔧 خطوات المعالجة (العربية)
الإجراءات الفورية:
1. تحديد جميع الأنظمة التي تقوم بتشغيل إصدارات Pillow من 10.3.0 إلى 12.1.0 باستخدام: pip list | grep -i pillow
2. تطبيق التحقق من صحة المدخلات لرفض تحميلات ملفات PSD إذا لم تكن ضرورية للعمليات التجارية
3. عزل الأنظمة المتأثرة عن الوصول المباشر للإنترنت إذا لم يكن التحديث الفوري ممكناً

إرشادات التصحيح:
1. ترقية Pillow إلى الإصدار 12.1.1 أو أحدث: pip install --upgrade Pillow>=12.1.1
2. للبيئات المحتوية، إعادة بناء الصور باستخدام إصدار Pillow المحدث
3. إعادة تشغيل جميع التطبيقات التي تستخدم Pillow بعد التصحيح
4. التحقق من تثبيت التصحيح: python -c "import PIL; print(PIL.__version__)"

الضوابط البديلة (إذا تأخر التصحيح):
1. تعطيل قدرات معالجة ملفات PSD إذا لم تكن حرجة للعمل
2. تطبيق التحقق الصارم من نوع الملف عند نقاط التحميل (قائمة بيضاء بالصيغ المطلوبة فقط)
3. معالجة ملفات الصور في بيئات معزولة بامتيازات محدودة
4. استخدام قواعد جدار حماية تطبيقات الويب (WAF) لحظر تحميلات ملفات PSD المريبة
5. مراقبة نقاط تحميل الملفات للكشف عن النشاط الشاذ

قواعد الكشف:
1. مراقبة أعطال عمليات Python أو أخطاء المقاطع عند معالجة الصور
2. التنبيه على أنماط الوصول إلى الذاكرة غير المتوقعة في عمليات Pillow
3. تسجيل جميع محاولات تحميل ملفات PSD والأنشطة المعالجة
4. مراقبة توليد العمليات غير المعتادة من عمليات Python/Pillow
📋 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 Management SAMA CSF PR.IP-12 - Software, firmware, and information integrity mechanisms SAMA CSF DE.CM-1 - The network is monitored to detect potential cybersecurity events
🟡 ISO 27001:2022
ISO 27001:2022 A.12.2.1 - Monitoring and logging of access to information and processing facilities ISO 27001:2022 A.12.6.1 - Management of technical vulnerabilities ISO 27001:2022 A.14.2.1 - Secure development policy and procedures
🟣 PCI DSS v4.0.1
PCI DSS 6.2 - Ensure that all system components and software are protected from known vulnerabilities
📦 Affected Products / CPE 1 entries
python:pillow
📊 CVSS Score
7.5
/ 10.0 — High
📊 CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Attack VectorN — None / Network
Attack ComplexityL — Low / Local
Privileges RequiredN — None / Network
User InteractionN — None / Network
ScopeU — Unchanged
ConfidentialityN — None / Network
IntegrityN — None / Network
AvailabilityH — High
📋 Quick Facts
Severity High
CVSS Score7.5
CWECWE-787
EPSS0.02%
Exploit No
Patch ✓ Yes
Published 2026-02-11
Source Feed nvd
Views 5
🇸🇦 Saudi Risk Score
7.8
/ 10.0 — Saudi Risk
Priority: HIGH
🏷️ Tags
patch-available CWE-787
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.