CVE-2026-71191

Summary

In OpenStack Swift through 2.38.0, S3API middleware does not enforce that semantic x-amz-* headers are covered by the SigV4 signature on presigned URL requests. An attacker who obtains a presigned PUT URL can inject an unsigned X-Amz-Copy-Source header, causing Swift to perform a server-side copy from an arbitrary source object using the signer's authorization context. The attacker can read any object the signer has access to, provided the target project_id, container name, and object name are known. This affects all deployments using the default s3_acl=false configuration.

Affected Software

VendorProductVersion RangeStatus
OpenStackSwift2.18.0 < 2.35.4affected
OpenStackSwift2.36.0 < 2.36.3affected
OpenStackSwift2.37.0 < 2.37.3affected
OpenStackSwift2.38.0affected

Weaknesses

  • CWE-863: CWE-863 Incorrect Authorization

References