CVE-2026-97731
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N
Summary
MinIO through 7aac2a2 does not verify that every x-amz-* header present on a request also appears in the client-supplied X-Amz-SignedHeaders list. extractSignedHeaders() in cmd/signature-v4-utils.go iterates only the claimed list and never enumerates the headers that actually arrived, and thus a header that arrives unsigned is neither hashed into the canonical request nor rejected. Because cmd/api-router.go dispatches CopyObject on the presence of x-amz-copy-source alone, the holder of a presigned PUT URL scoped to a single object can add that header to the unmodified URL and cause a server-side copy, executed as the signer, of any object the signing key can read. A grant to write one object becomes a read of every bucket that key can reach. Amazon S3 rejects the equivalent request with HTTP 403 AccessDenied. The minio/minio GitHub repository was archived in April 2026; pgsty/silo before 1233254 is also affected.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| MinIO | MinIO | 0 <= 7aac2a2c5b7c882e68c1ce017d8256be2feea27f | affected |
Weaknesses
- CWE-347: CWE-347 Improper Verification of Cryptographic Signature
References
- https://silo.pgsty.com/about/security-advisories/#sn-2026-011
- https://github.com/pgsty/silo/commit/1233254309b15571f101b2b26d531951ceaeef1e
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.