CVE Catalog

CVE-2026-71192

MediumCVSS 6.0
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.25%

17th percentile - higher than 17% of all known CVEs

Summary

In OpenStack Swift through 2.38.0, the S3API middleware does not sanitize Swift-native control headers (X-Copy-From, X-Copy-From-Account) from S3 API requests when s3_acl=true. An attacker can inject these headers into a signed PUT request targeting their own bucket, causing Swift to perform a server-side copy from another tenant's private object. The source object authorization is bypassed because the S3API middleware has already authorized the request against the destination.

Risk Assessment

An attacker can read any object if they know the project_id, container name, and object name, regardless of the source object's ACLs or ownership. This compromises data confidentiality in environments with s3_acl=true enabled (non-default configuration).

Recommendation

Upgrade OpenStack Swift to a version newer than 2.38.0 immediately if s3_acl=true is used. If upgrading is not possible, disable s3_acl=true or restrict access to the S3 API for untrusted users.

Other vulnerabilities in OpenStack Swift

See all
Original NVD description (English source)

In OpenStack Swift through 2.38.0, the S3API middleware does not sanitize Swift-native control headers (X-Copy-From, X-Copy-From-Account) from S3 API requests when s3_acl=true. An attacker can inject these headers into a signed PUT request targeting their own bucket, causing Swift to perform a server-side copy from another tenant's private object. The source object authorization is bypassed because the S3API middleware has already authorized the request against the destination. The attacker can read any object whose project_id, container name, and object name are known, regardless of the source object's ACLs or ownership. This requires the non-default s3_acl=true configuration.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS