📧 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 insider Education HIGH 3h Global supply_chain Software Development and Technology HIGH 8h Global apt Government/Critical Infrastructure CRITICAL 10h Global vulnerability Enterprise Software / Data Analytics CRITICAL 11h Global vulnerability Artificial Intelligence and Technology HIGH 14h Global general Technology and Artificial Intelligence MEDIUM 17h Global general Technology and Artificial Intelligence HIGH 18h Global vulnerability Higher Education CRITICAL 1d Global data_breach Government HIGH 1d Global supply_chain Software Development and Open Source Communities CRITICAL 1d Global insider Education HIGH 3h Global supply_chain Software Development and Technology HIGH 8h Global apt Government/Critical Infrastructure CRITICAL 10h Global vulnerability Enterprise Software / Data Analytics CRITICAL 11h Global vulnerability Artificial Intelligence and Technology HIGH 14h Global general Technology and Artificial Intelligence MEDIUM 17h Global general Technology and Artificial Intelligence HIGH 18h Global vulnerability Higher Education CRITICAL 1d Global data_breach Government HIGH 1d Global supply_chain Software Development and Open Source Communities CRITICAL 1d Global insider Education HIGH 3h Global supply_chain Software Development and Technology HIGH 8h Global apt Government/Critical Infrastructure CRITICAL 10h Global vulnerability Enterprise Software / Data Analytics CRITICAL 11h Global vulnerability Artificial Intelligence and Technology HIGH 14h Global general Technology and Artificial Intelligence MEDIUM 17h Global general Technology and Artificial Intelligence HIGH 18h Global vulnerability Higher Education CRITICAL 1d Global data_breach Government HIGH 1d Global supply_chain Software Development and Open Source Communities CRITICAL 1d
Vulnerabilities

CVE-2026-40931

High ⚡ Exploit Available
CWE-59 — Weakness Type
Published: Apr 21, 2026  ·  Modified: Apr 28, 2026  ·  Source: NVD
CVSS v3
8.4
🔗 NVD Official
📄 Description (English)

Compressing is a compressing and uncompressing lib for node. Prior to 2.1.1 and 1.10.5, the patch for CVE-2026-24884 relies on a purely logical string validation within the isPathWithinParent utility. This check verifies if a resolved path string starts with the destination directory string but fails to account for the actual filesystem state. By exploiting this "Logical vs. Physical" divergence, an attacker can bypass the security check using a Directory Poisoning technique (pre-existing symbolic links). This vulnerability is fixed in 2.1.1 and 1.10.5.

🤖 AI Executive Summary

CVE-2026-40931 is a critical path traversal vulnerability in the Compressing Node.js library that allows attackers to bypass directory validation through symbolic link exploitation. The vulnerability affects versions prior to 2.1.1 and 1.10.5, enabling arbitrary file extraction outside intended directories. With public exploits available and widespread use of Node.js in Saudi enterprises, this poses an immediate risk to application security across multiple sectors.

📄 Description (Arabic)

🤖 AI Intelligence Analysis Analyzed: Apr 24, 2026 06:32
🇸🇦 Saudi Arabia Impact Assessment
This vulnerability poses significant risk to Saudi organizations using Node.js-based applications, particularly: Banking sector (SAMA-regulated institutions) processing financial transactions and data compression; Government agencies (NCA oversight) handling sensitive citizen data; E-commerce and fintech platforms compressing user information; Telecommunications companies (STC, Mobily) managing customer data; Healthcare providers processing patient records; Energy sector (ARAMCO, utilities) managing operational data. The logical vs. physical path validation bypass enables attackers to extract sensitive files during decompression operations, potentially exposing PII, financial data, and critical infrastructure information.
🏢 Affected Saudi Sectors
Banking and Financial Services Government and Public Administration Healthcare and Medical Services Energy and Utilities Telecommunications E-commerce and Retail Fintech and Payment Processing
⚖️ Saudi Risk Score (AI)
8.7
/ 10.0
🔧 Remediation Steps (English)
IMMEDIATE ACTIONS:
1. Identify all Node.js applications using Compressing library versions <2.1.1 or <1.10.5 via npm audit and dependency scanning
2. Implement input validation to reject archive files with suspicious symbolic links before processing
3. Run decompression operations in isolated containers with minimal filesystem permissions
4. Monitor for suspicious file extraction patterns in application logs

PATCHING GUIDANCE:
1. Upgrade Compressing to version 2.1.1 or 1.10.5 immediately
2. Test patches in development environment before production deployment
3. Implement staged rollout to minimize service disruption

COMPENSATING CONTROLS (if patching delayed):
1. Disable automatic decompression features until patched
2. Implement strict file permission policies (umask 0077 for extraction directories)
3. Use chroot/containerization to isolate decompression operations
4. Validate extracted file paths against whitelist before processing
5. Implement filesystem monitoring for unexpected symbolic link creation

DETECTION RULES:
1. Monitor for symlink creation in temporary extraction directories
2. Alert on file extraction attempts outside designated directories
3. Track failed path validation attempts in application logs
4. Monitor for unusual archive file structures with embedded symlinks
🔧 خطوات المعالجة (العربية)
الإجراءات الفورية:
1. تحديد جميع تطبيقات Node.js التي تستخدم مكتبة Compressing بإصدارات <2.1.1 أو <1.10.5 عبر npm audit
2. تنفيذ التحقق من المدخلات لرفض ملفات الأرشيف التي تحتوي على روابط رمزية مريبة
3. تشغيل عمليات فك الضغط في حاويات معزولة بأذونات نظام ملفات محدودة
4. مراقبة أنماط استخراج الملفات المريبة في سجلات التطبيق

إرشادات التصحيح:
1. ترقية Compressing إلى الإصدار 2.1.1 أو 1.10.5 فوراً
2. اختبار التصحيحات في بيئة التطوير قبل نشرها في الإنتاج
3. تنفيذ طرح مرحلي لتقليل انقطاع الخدمة

الضوابط البديلة (إذا تأخر التصحيح):
1. تعطيل ميزات فك الضغط التلقائي حتى يتم التصحيح
2. تنفيذ سياسات أذونات الملفات الصارمة
3. استخدام chroot/containerization لعزل عمليات فك الضغط
4. التحقق من مسارات الملفات المستخرجة مقابل قائمة بيضاء
5. مراقبة نظام الملفات للكشف عن إنشاء روابط رمزية غير متوقعة
📋 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 to information
🔵 SAMA CSF
SAMA CSF ID.BE-1 - Asset management and inventory SAMA CSF PR.DS-6 - Data protection and integrity SAMA CSF DE.CM-1 - Detection and monitoring
🟡 ISO 27001:2022
ISO 27001:2022 A.8.1 - Asset management ISO 27001:2022 A.14.2 - Secure development ISO 27001:2022 A.12.4 - Logging and monitoring
🟣 PCI DSS v4.0.1
PCI DSS 6.2 - Security patches and updates PCI DSS 11.2 - Vulnerability scanning
📦 Affected Products / CPE 2 entries
node-modules:compressing
node-modules:compressing
📊 CVSS Score
8.4
/ 10.0 — High
📊 CVSS Vector
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Attack VectorL — Low / Local
Attack ComplexityL — Low / Local
Privileges RequiredN — None / Network
User InteractionN — None / Network
ScopeU — Unchanged
ConfidentialityH — High
IntegrityH — High
AvailabilityH — High
📋 Quick Facts
Severity High
CVSS Score8.4
CWECWE-59
EPSS0.02%
Exploit ✓ Yes
Patch ✗ No
Published 2026-04-21
Source Feed nvd
🇸🇦 Saudi Risk Score
8.7
/ 10.0 — Saudi Risk
Priority: CRITICAL
🏷️ Tags
exploit-available CWE-59
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.