Cyber Resilience

CVE-2026-42600

MediumUpdated

Published: 11 May 2026

Published
11 May 2026
Modified
17 June 2026
KEV Added
Patch
CVSS Score v4 6.9 CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0846 94.3th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-42600 is a medium-severity Path Traversal (CWE-22) vulnerability in Minio Minio. Its CVSS base score is 6.9 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Data from Local System (T1005); ranked in the top 5.7% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

MinIO is a high-performance object storage system. From RELEASE.2022-07-24T01-54-52Z to before RELEASE.2026-04-14T21-32-45Z, A path traversal vulnerability in MinIO's ReadMultiple internode storage-REST endpoint allows a caller holding the cluster root JWT to read files from outside the configured drive roots, bounded…

more

only by the MinIO process UID. The attacker sends POST minio/storage/{drivePath}/v63/rmpl with a msgpack-encoded body carrying ../ sequences in the Bucket field. The server opens the resulting path via os.OpenFile with O_RDONLY|O_NOATIME and returns its contents in the msgpack response stream. This vulnerability is fixed in RELEASE.2026-04-14T21-32-45Z.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1005 Data from Local System Collection
Adversaries may search local system sources, such as file systems, configuration files, local databases, virtual machine files, or process memory, to find files of interest and sensitive data prior to Exfiltration.
Why these techniques?

Path traversal enables direct arbitrary local file reads on the MinIO host (bounded by process UID), directly mapping to data collection from the local filesystem.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2022-35919Same product: Minio Minio
CVE-2025-8081Shared CWE-22
CVE-2025-3046Shared CWE-22
CVE-2025-9950Shared CWE-22
CVE-2025-13801Shared CWE-22
CVE-2025-9217Shared CWE-22
CVE-2025-7518Shared CWE-22
CVE-2025-7098Shared CWE-22
CVE-2025-20051Shared CWE-22
CVE-2025-8749Shared CWE-22

Affected Assets

minio
minio
2022-07-24t01-54-52z — 2026-04-14t21-32-45z

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-22

Validates pathnames and filenames to prevent traversal outside intended directories.

References