Cyber Resilience

CVE-2025-66467

High

Published: 08 May 2026

Published
08 May 2026
Modified
11 May 2026
KEV Added
Patch
CVSS Score v3.1 8.0 CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:H
EPSS Score 0.0037 29.2th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2025-66467 is a high-severity Incomplete Cleanup (CWE-459) vulnerability in Apache Cloudstack. Its CVSS base score is 8.0 (High).

Operationally, ranked at the 29.2th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

EU & UK References

Vulnerability details

Missing MinIO policy cleanup on bucket deletion via Apache CloudStack allows users to retain access to buckets which they previously owned. If another user creates a new bucket with the same name, the previous owners can gain unauthorized read and…

more

write access to it by using the previously generated access and secret keys. Users are recommended to upgrade to Apache CloudStack versions 4.20.3.0 or 4.22.0.1, or later, which fixes this issue.

CWE(s)

Related Threats

CVEs Like This One

CVE-2026-25199Same product: Apache Cloudstack
CVE-2025-22828Same product: Apache Cloudstack
CVE-2025-66675Same vendor: Apache
CVE-2026-27314Same vendor: Apache
CVE-2025-62188Same vendor: Apache
CVE-2026-40453Same vendor: Apache
CVE-2025-47411Same vendor: Apache
CVE-2025-54539Same vendor: Apache
CVE-2026-42810Same vendor: Apache
CVE-2025-68675Same vendor: Apache

Affected Assets

apache
cloudstack
4.19.0.0 — 4.20.3.0 · 4.21.0.0 — 4.22.0.1

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-459

Mandates complete sanitization during cleanup so that shared resources (memory, caches, buffers) do not retain data across subjects.

addresses: CWE-459

Operational retention schedules mandate complete cleanup of temporary or residual sensitive data after use.

addresses: CWE-459

Termination of the non-persistent artifact guarantees cleanup of temporary state, directly countering incomplete cleanup weaknesses.

addresses: CWE-459

Fail-safe procedures can explicitly require cleanup of temporary state, resources, or privileges on failure to avoid leaving the system in an inconsistent state.

addresses: CWE-459

The explicit delete step when information is no longer needed implements the cleanup that this weakness omits.

addresses: CWE-459

Enforces complete cleanup and sanitization steps during disposal, closing gaps that leave data remnants on retired components.

References