AUGUST 16, 2026
Live Feed
Back to database
Case File

CVE-2026-71192

MEDIUM · CVSS 6 EPSS 0.25%

Source: NVD + CISA KEV + EPSS · Published 2026-08-05 · Last synced 2026-08-16

CyberRota Analysis

AI-Generated

OpenStack Swift versions up to 2.38.0 are vulnerable due to the S3API middleware failing to sanitize control headers in S3 API requests when the s3_acl configuration is set to true. This flaw allows an attacker to manipulate signed PUT requests to perform unauthorized server-side copies of private objects from other tenants, bypassing access controls. Organizations using OpenStack Swift with the non-default s3_acl=true setting should prioritize addressing this vulnerability to prevent potential data breaches.

CVE
CVE-2026-71192
Severity
MEDIUM
CVSS
6
EPSS
0.25%

Original NVD Description

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.