Debian Package Tracker
Register | Log in
Subscribe

swift

distributed virtual object store - common files

Choose email to subscribe with

general
  • source: swift (main)
  • version: 2.37.1-6
  • maintainer: Debian OpenStack (DMD)
  • uploaders: Thomas Goirand [DMD] – Michal Arbet [DMD]
  • arch: all
  • std-ver: 4.5.0
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 2.26.0-10+deb11u1
  • o-o-sec: 2.26.0-10+deb11u2
  • oldstable: 2.30.1-0+deb12u1
  • old-sec: 2.30.1-0+deb12u1
  • stable: 2.35.1-0+deb13u2
  • stable-sec: 2.35.1-0+deb13u2
  • testing: 2.37.1-6
  • unstable: 2.37.1-6
versioned links
  • 2.26.0-10+deb11u1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2.26.0-10+deb11u2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2.30.1-0+deb12u1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2.35.1-0+deb13u2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2.37.1-6: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • python3-swift
  • swift
  • swift-account
  • swift-container
  • swift-doc
  • swift-drive-audit
  • swift-object
  • swift-object-expirer
  • swift-proxy
action needed
Marked for autoremoval on 05 September due to chromium, httpcore, node-ipydatagrid, node-playwright, node-yarnpkg, python-repoze.who, towncrier: #1128867, #1135849, #1138720, #1141793, #1143321, #1143345, #1143428, #1143694 high
Version 2.37.1-6 of swift is marked for autoremoval from testing on Sat 05 Sep 2026. It depends (transitively) on chromium, httpcore, node-ipydatagrid, node-playwright, node-yarnpkg, python-repoze.who, towncrier, affected by #1128867, #1135849, #1138720, #1141793, #1143321, #1143345, #1143428, #1143694. You should try to prevent the removal by fixing these RC bugs.
Created: 2026-08-01 Last update: 2026-08-13 16:00
A new upstream version is available: 2.38.0 high
A new upstream version 2.38.0 is available, you should consider packaging it.
Created: 2026-07-10 Last update: 2026-08-13 16:00
Debci reports failed tests high
  • unstable: fail (log)
    The tests ran in 0:06:36
    Last run: 2026-08-08T08:29:03.000Z
    Previous status: unknown

  • testing: pass (log)
    The tests ran in 0:05:49
    Last run: 2026-08-08T12:25:34.000Z
    Previous status: unknown

  • stable: pass (log)
    The tests ran in 0:03:37
    Last run: 2026-07-09T17:48:30.000Z
    Previous status: unknown

Created: 2026-08-04 Last update: 2026-08-13 15:32
4 security issues in trixie high

There are 4 open security issues in trixie.

3 important issues:
  • CVE-2026-71190: In OpenStack Swift through 2.38.0, the proxy server Accept header parser contains a regular expression vulnerable to catastrophic backtracking (ReDoS). The "qdtext" pattern (?:[^"]|\\.)* allows an unauthenticated remote attacker to send a crafted Accept header that causes exponential CPU consumption in the proxy worker. A payload of 32 backslash-character pairs exceeds 30 seconds of CPU time. No authentication is required. Repeated requests can exhaust all proxy worker threads, resulting in a complete denial of service.
  • CVE-2026-71191: 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.
  • CVE-2026-71192: 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.
1 issue left for the package maintainer to handle:
  • CVE-2026-50221: (needs triaging) In OpenStack Swift before 2.37.2, proxy-server does not strip internal update headers (X-Container-Host, X-Container-Device, X-Delete-At-Host, X-Delete-At-Device) from client requests before forwarding them to object-servers. An authenticated user with write access can inject these headers to redirect container update requests to an attacker-controlled server, enabling server-side request forgery. The SSRF requests expose internal cluster metadata including storage policy indexes, partition mappings, device names, and when at rest encryption is enabled, cipher text and initialization vectors for the container-level encryption key. The attacker can also cause "ghost listings" in arbitrary containers via the shard-range redirect mechanism.

You can find information about how to handle this issue in the security team's documentation.

Created: 2026-06-23 Last update: 2026-08-06 07:18
4 security issues in bullseye high

There are 4 open security issues in bullseye.

4 important issues:
  • CVE-2026-50221: In OpenStack Swift before 2.37.2, proxy-server does not strip internal update headers (X-Container-Host, X-Container-Device, X-Delete-At-Host, X-Delete-At-Device) from client requests before forwarding them to object-servers. An authenticated user with write access can inject these headers to redirect container update requests to an attacker-controlled server, enabling server-side request forgery. The SSRF requests expose internal cluster metadata including storage policy indexes, partition mappings, device names, and when at rest encryption is enabled, cipher text and initialization vectors for the container-level encryption key. The attacker can also cause "ghost listings" in arbitrary containers via the shard-range redirect mechanism.
  • CVE-2026-71190: In OpenStack Swift through 2.38.0, the proxy server Accept header parser contains a regular expression vulnerable to catastrophic backtracking (ReDoS). The "qdtext" pattern (?:[^"]|\\.)* allows an unauthenticated remote attacker to send a crafted Accept header that causes exponential CPU consumption in the proxy worker. A payload of 32 backslash-character pairs exceeds 30 seconds of CPU time. No authentication is required. Repeated requests can exhaust all proxy worker threads, resulting in a complete denial of service.
  • CVE-2026-71191: 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.
  • CVE-2026-71192: 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.
Created: 2026-06-23 Last update: 2026-08-06 07:18
4 security issues in bookworm high

There are 4 open security issues in bookworm.

4 important issues:
  • CVE-2026-50221: In OpenStack Swift before 2.37.2, proxy-server does not strip internal update headers (X-Container-Host, X-Container-Device, X-Delete-At-Host, X-Delete-At-Device) from client requests before forwarding them to object-servers. An authenticated user with write access can inject these headers to redirect container update requests to an attacker-controlled server, enabling server-side request forgery. The SSRF requests expose internal cluster metadata including storage policy indexes, partition mappings, device names, and when at rest encryption is enabled, cipher text and initialization vectors for the container-level encryption key. The attacker can also cause "ghost listings" in arbitrary containers via the shard-range redirect mechanism.
  • CVE-2026-71190: In OpenStack Swift through 2.38.0, the proxy server Accept header parser contains a regular expression vulnerable to catastrophic backtracking (ReDoS). The "qdtext" pattern (?:[^"]|\\.)* allows an unauthenticated remote attacker to send a crafted Accept header that causes exponential CPU consumption in the proxy worker. A payload of 32 backslash-character pairs exceeds 30 seconds of CPU time. No authentication is required. Repeated requests can exhaust all proxy worker threads, resulting in a complete denial of service.
  • CVE-2026-71191: 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.
  • CVE-2026-71192: 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.
Created: 2026-06-23 Last update: 2026-08-06 07:18
Fails to build during reproducibility testing normal
A package building reproducibly enables third parties to verify that the source matches the distributed binaries. It has been identified that this source package produced different results, failed to build or had other issues in a test environment. Please read about how to improve the situation!
Created: 2026-08-03 Last update: 2026-08-13 10:30
lintian reports 33 warnings normal
Lintian reports 33 warnings about this package. You should make the package lintian clean getting rid of them.
Created: 2026-07-29 Last update: 2026-07-29 23:48
debian/patches: 2 patches to forward upstream low

Among the 12 debian patches available in version 2.37.1-6 of the package, we noticed the following issues:

  • 2 patches where the metadata indicates that the patch has not yet been forwarded upstream. You should either forward the patch upstream or update the metadata to document its real status.
Created: 2023-02-26 Last update: 2026-07-29 18:30
Standards version of the package is outdated. wishlist
The package should be updated to follow the last version of Debian Policy (Standards-Version 4.7.4 instead of 4.5.0).
Created: 2020-11-17 Last update: 2026-07-29 19:30
news
[rss feed]
  • [2026-08-02] swift 2.37.1-6 MIGRATED to testing (Debian testing watch)
  • [2026-07-29] Accepted swift 2.37.1-6 (source) into unstable (Thomas Goirand)
  • [2026-06-30] swift 2.37.1-5 MIGRATED to testing (Debian testing watch)
  • [2026-06-24] Accepted swift 2.37.1-5 (source) into unstable (Thomas Goirand)
  • [2026-06-13] swift 2.37.1-4 MIGRATED to testing (Debian testing watch)
  • [2026-06-11] swift REMOVED from testing (Debian testing watch)
  • [2026-05-31] Accepted swift 2.35.1-0+deb13u2 (source) into proposed-updates (Debian FTP Masters) (signed by: Thomas Goirand)
  • [2026-05-31] Accepted swift 2.35.1-0+deb13u2 (source) into stable-security (Debian FTP Masters) (signed by: Thomas Goirand)
  • [2026-05-31] swift 2.37.1-4 MIGRATED to testing (Debian testing watch)
  • [2026-05-28] Accepted swift 2.37.1-4 (source) into unstable (Thomas Goirand)
  • [2026-04-02] swift 2.37.1-3 MIGRATED to testing (Debian testing watch)
  • [2026-03-27] Accepted swift 2.37.1-3 (source) into unstable (Thomas Goirand)
  • [2026-03-27] Accepted swift 2.37.1-2 (source) into unstable (Thomas Goirand)
  • [2026-03-20] Accepted swift 2.37.1-1 (source) into experimental (Thomas Goirand)
  • [2026-03-16] Accepted swift 2.37.0-1 (source) into experimental (Thomas Goirand)
  • [2026-01-30] swift 2.36.0-8 MIGRATED to testing (Debian testing watch)
  • [2026-01-24] Accepted swift 2.36.0-8 (source) into unstable (Thomas Goirand)
  • [2025-12-26] Accepted swift 2.36.0-7 (source) into unstable (Thomas Goirand)
  • [2025-11-19] Accepted swift 2.35.1-0+deb13u1 (source) into proposed-updates (Debian FTP Masters) (signed by: Thomas Goirand)
  • [2025-11-15] swift 2.36.0-6 MIGRATED to testing (Debian testing watch)
  • [2025-11-14] Accepted swift 2.30.1-0+deb12u1 (source) into oldstable-proposed-updates (Debian FTP Masters) (signed by: Thomas Goirand)
  • [2025-11-13] Accepted swift 2.30.1-0+deb12u1 (source) into oldstable-security (Debian FTP Masters) (signed by: Thomas Goirand)
  • [2025-11-13] Accepted swift 2.35.1-0+deb13u1 (source) into stable-security (Debian FTP Masters) (signed by: Thomas Goirand)
  • [2025-11-10] Accepted swift 2.36.0-6 (source) into unstable (Thomas Goirand)
  • [2025-11-08] swift 2.36.0-5 MIGRATED to testing (Debian testing watch)
  • [2025-11-06] Accepted swift 2.26.0-10+deb11u2 (source) into oldoldstable-security (Thomas Goirand)
  • [2025-11-04] Accepted swift 2.36.0-5 (source) into unstable (Thomas Goirand)
  • [2025-10-30] swift 2.36.0-4 MIGRATED to testing (Debian testing watch)
  • [2025-10-24] Accepted swift 2.36.0-4 (source) into unstable (Thomas Goirand)
  • [2025-10-04] swift 2.36.0-3 MIGRATED to testing (Debian testing watch)
  • 1
  • 2
bugs [bug history graph]
  • all: 0
links
  • homepage
  • lintian (0, 33)
  • buildd: logs, reproducibility
  • popcon
  • browse source code
  • other distros
  • security tracker
  • l10n (-, 100)
  • debian patches
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 2.37.1-0ubuntu2
  • patches for 2.37.1-0ubuntu2

Debian Package Tracker — Copyright 2013-2025 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing