📧 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 Artificial Intelligence and Technology HIGH 1h Global general Technology and Artificial Intelligence MEDIUM 5h Global general Technology and Artificial Intelligence HIGH 6h Global vulnerability Higher Education CRITICAL 15h Global data_breach Government HIGH 16h Global supply_chain Software Development and Open Source Communities CRITICAL 16h Global malware Software Development CRITICAL 16h Global phishing Multiple Sectors HIGH 16h Global vulnerability Web Applications CRITICAL 17h Global apt Critical Infrastructure CRITICAL 17h Global vulnerability Artificial Intelligence and Technology HIGH 1h Global general Technology and Artificial Intelligence MEDIUM 5h Global general Technology and Artificial Intelligence HIGH 6h Global vulnerability Higher Education CRITICAL 15h Global data_breach Government HIGH 16h Global supply_chain Software Development and Open Source Communities CRITICAL 16h Global malware Software Development CRITICAL 16h Global phishing Multiple Sectors HIGH 16h Global vulnerability Web Applications CRITICAL 17h Global apt Critical Infrastructure CRITICAL 17h Global vulnerability Artificial Intelligence and Technology HIGH 1h Global general Technology and Artificial Intelligence MEDIUM 5h Global general Technology and Artificial Intelligence HIGH 6h Global vulnerability Higher Education CRITICAL 15h Global data_breach Government HIGH 16h Global supply_chain Software Development and Open Source Communities CRITICAL 16h Global malware Software Development CRITICAL 16h Global phishing Multiple Sectors HIGH 16h Global vulnerability Web Applications CRITICAL 17h Global apt Critical Infrastructure CRITICAL 17h
Vulnerabilities

CVE-2026-40344

High
CWE-287 — Weakness Type
Published: Apr 22, 2026  ·  Modified: Apr 28, 2026  ·  Source: NVD
CVSS v3
8.2
🔗 NVD Official
📄 Description (English)

MinIO is a high-performance object storage system. Starting in RELEASE.2023-05-18T00-05-36Z and prior to RELEASE.2026-04-11T03-20-12Z, an authentication bypass vulnerability in MinIO's Snowball auto-extract handler (`PutObjectExtractHandler`) allows any user who knows a valid access key to write arbitrary objects to any bucket without knowing the secret key or providing a valid cryptographic signature. Any MinIO deployment is impacted. The attack requires only a valid access key (the well-known default `minioadmin`, or any key with WRITE permission on a bucket) and a target bucket name. When `authTypeStreamingUnsignedTrailer` support was added, the new auth type was handled in `PutObjectHandler` and `PutObjectPartHandler` but was never added to `PutObjectExtractHandler`. The snowball auto-extract handler's `switch rAuthType` block has no case for `authTypeStreamingUnsignedTrailer`, so execution falls through with zero signature verification. The `isPutActionAllowed` call before the switch extracts the access key and checks IAM permissions, but does not verify the cryptographic signature. An attacker sends a PUT request with `X-Amz-Content-Sha256: STREAMING-UNSIGNED-PAYLOAD-TRAILER`, `X-Amz-Meta-Snowball-Auto-Extract: true`, and an `Authorization` header containing a valid access key with a completely fabricated signature. The request is accepted and the tar payload is extracted into the bucket. Users of the open-source minio/minio project should upgrade to MinIO AIStor RELEASE.2026-04-11T03-20-12Z or later. If upgrading is not immediately possible, block unsigned-trailer requests at the load balancer. Reject any request containing X-Amz-Content-Sha256: STREAMING-UNSIGNED-PAYLOAD-TRAILER at the reverse proxy or WAF layer. Clients can use STREAMING-AWS4-HMAC-SHA256-PAYLOAD-TRAILER (the signed variant) instead. Alternatively, restrict WRITE permissions. Limit s3:PutObject grants to trusted principals. While this reduces the attack surface, it does not eliminate the vulnerability since any user with WRITE permission can exploit it with only their access key.

🤖 AI Executive Summary

MinIO object storage contains an authentication bypass vulnerability in the Snowball auto-extract handler that allows attackers with a valid access key to write arbitrary objects to any bucket without providing a valid signature. The vulnerability affects MinIO versions from 2023-05-18 through 2026-04-11 and requires only knowledge of a valid access key to exploit.

📄 Description (Arabic)

ثغرة تجاوز المصادقة في معالج استخراج Snowball في MinIO تسمح لأي مستخدم يعرف مفتاح وصول صحيح بكتابة كائنات عشوائية إلى أي دلو دون معرفة المفتاح السري أو توفير توقيع تشفيري صحيح. تؤثر الثغرة على جميع نشرات MinIO من الإصدار 2023-05-18 إلى 2026-04-11 وتتطلب فقط معرفة مفتاح وصول صحيح للاستغلال.

🤖 ملخص تنفيذي (AI)

MinIO object storage contains an authentication bypass vulnerability in the Snowball auto-extract handler that allows attackers with a valid access key to write arbitrary objects to any bucket without providing a valid signature. The vulnerability affects MinIO versions from 2023-05-18 through 2026-04-11 and requires only knowledge of a valid access key to exploit.

🤖 AI Intelligence Analysis Analyzed: May 1, 2026 13:37
🇸🇦 Saudi Arabia Impact Assessment
Saudi Relevance: high
🏢 Affected Saudi Sectors
banking telecom energy government healthcare
🎯 MITRE ATT&CK Techniques
⚖️ Saudi Risk Score (AI)
8.0
/ 10.0
🔧 Remediation Steps (English)
Immediately upgrade MinIO to version RELEASE.2026-04-11T03-20-12Z or later. If immediate upgrade is not possible, restrict access to MinIO deployments to trusted networks only, disable Snowball auto-extract functionality if not required, rotate all access keys and secret keys, and implement strict network segmentation and monitoring for suspicious object write operations.
🔧 خطوات المعالجة (العربية)
قم بالترقية الفورية إلى MinIO الإصدار RELEASE.2026-04-11T03-20-12Z أو أحدث. إذا لم يكن الترقية الفورية ممكنة، فقم بتقييد الوصول إلى نشرات MinIO للشبكات الموثوقة فقط، وتعطيل وظيفة استخراج Snowball التلقائي إذا لم تكن مطلوبة، وقم بتدوير جميع مفاتيح الوصول والمفاتيح السرية، وتنفيذ التقسيم الشبكي الصارم والمراقبة لعمليات الكتابة المريبة.
📋 Regulatory Compliance Mapping
🟢 NCA ECC 2024
5.1.1 5.1.2 5.2.1
🔵 SAMA CSF
AC-2 AC-3 AU-2
🟡 ISO 27001:2022
A.9.2.1 A.9.2.5 A.9.4.3
📦 Affected Products / CPE 1 entries
minio:minio
📊 CVSS Score
8.2
/ 10.0 — High
📊 CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:L
Attack VectorN — None / Network
Attack ComplexityL — Low / Local
Privileges RequiredN — None / Network
User InteractionN — None / Network
ScopeU — Unchanged
ConfidentialityN — None / Network
IntegrityH — High
AvailabilityL — Low / Local
📋 Quick Facts
Severity High
CVSS Score8.2
CWECWE-287
EPSS0.15%
Exploit No
Patch ✓ Yes
Published 2026-04-22
Source Feed nvd
🇸🇦 Saudi Risk Score
8.0
/ 10.0 — Saudi Risk
Priority: HIGH
🏷️ Tags
patch-available CWE-287
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.