CVE-2025-66467: MinIO Policy Cleanup Flaw in Apache CloudStack Grants Unauthorized Access
A critical vulnerability, CVE-2025-66467, has been identified in Apache CloudStack, stemming from a missing MinIO policy cleanup mechanism. The National Vulnerability Database reports that this flaw allows users to retain access policies to MinIO buckets even after those buckets have been deleted. This isn’t just a lingering entry; it’s a live access key.
The real danger emerges when another user re-creates a bucket with the same name. The previous owner, still holding the old access and secret keys, can then gain unauthorized read and write access to the newly created, identically named bucket. This bypasses intended access controls entirely, creating a significant data integrity and confidentiality risk. The National Vulnerability Database assigns this a CVSS score of 8 (HIGH).
Defenders leveraging Apache CloudStack with MinIO integration need to prioritize this. This isn’t theoretical; it’s a direct path for privilege escalation and data manipulation. The National Vulnerability Database recommends upgrading to Apache CloudStack versions 4.20.3.0 or 4.22.0.1, or later, to remediate this issue. Patching is non-negotiable here.
What This Means For You
- If your organization uses Apache CloudStack with MinIO, you are exposed. Check your CloudStack versions immediately. Patch to 4.20.3.0 or 4.22.0.1 or later. Beyond patching, audit your MinIO bucket deletion procedures and review access logs for any anomalous activity on re-created buckets. This CVE-2025-66467 exploit is a silent, persistent threat if not addressed.
Related ATT&CK Techniques
🛡️ Detection Rules
3 rules · 6 SIEM formats3 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.
CVE-2025-66467: MinIO Bucket Access via Reused Credentials
title: CVE-2025-66467: MinIO Bucket Access via Reused Credentials
id: scw-2026-05-08-ai-1
status: experimental
level: high
description: |
Detects attempts to access MinIO buckets using access and secret keys in the URI query parameters. This is indicative of the vulnerability CVE-2025-66467, where deleted bucket owners can reuse old credentials to access newly created buckets with the same name, bypassing intended access controls.
author: SCW Feed Engine (AI-generated)
date: 2026-05-08
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2025-66467/
tags:
- attack.initial_access
- attack.t1190
logsource:
category: webserver
detection:
selection:
cs-uri|contains:
- '/buckets/'
cs-uri-query|contains:
- 'accessKey='
cs-uri-query|contains:
- 'secretKey='
condition: selection
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2025-66467 | Auth Bypass | Missing MinIO policy cleanup on bucket deletion in Apache CloudStack |
| CVE-2025-66467 | Privilege Escalation | Unauthorized read and write access to re-created buckets via retained MinIO access/secret keys |
| CVE-2025-66467 | Misconfiguration | Apache CloudStack versions < 4.20.3.0 and < 4.22.0.1 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 08, 2026 at 16:16 UTC |
This content was AI-rewritten and enriched by Shimi's Cyber World based on the original source. All intellectual property rights remain with the original author.
Believe this infringes your rights? Submit a takedown request.