Debian Package Tracker
Register | Log in
Subscribe

keystone

OpenStack identity service

Choose email to subscribe with

general
  • source: keystone (main)
  • version: 2:29.1.0-1
  • maintainer: Debian OpenStack (DMD)
  • uploaders: Michal Arbet [DMD] – Thomas Goirand [DMD]
  • arch: all
  • std-ver: 4.4.1
  • 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:18.0.0-3+deb11u1
  • o-o-sec: 2:18.1.0-1+deb11u3
  • oldstable: 2:22.0.2-0+deb12u3
  • old-sec: 2:22.0.2-0+deb12u4
  • old-p-u: 2:22.0.2-0+deb12u3
  • stable: 2:27.0.0-3+deb13u4
  • stable-sec: 2:27.0.0-3+deb13u5
  • testing: 2:29.1.0-1
  • unstable: 2:29.1.0-1
versioned links
  • 2:18.0.0-3+deb11u1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2:18.1.0-1+deb11u3: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2:22.0.2-0+deb12u3: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2:22.0.2-0+deb12u4: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2:27.0.0-3+deb13u4: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2:27.0.0-3+deb13u5: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 2:29.1.0-1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • keystone
  • keystone-doc
  • python3-keystone
action needed
Marked for autoremoval on 12 October due to llvm-toolchain-19, pylint, spirv-llvm-translator-19: #1084954, #1095866, #1124069, #1124098, #1133251, #1142869, #1145338, #1147092 high
Version 2:29.1.0-1 of keystone is marked for autoremoval from testing on Mon 12 Oct 2026. It depends (transitively) on llvm-toolchain-19, pylint, spirv-llvm-translator-19, affected by #1084954, #1095866, #1124069, #1124098, #1133251, #1142869, #1145338, #1147092. You should try to prevent the removal by fixing these RC bugs.
Created: 2026-08-01 Last update: 2026-09-16 17:32
1 security issue in sid high

There is 1 open security issue in sid.

1 important issue:
  • CVE-2026-90460: An issue was discovered in OpenStack Keystone before 29.0.3. Tokens obtained via delegated authentication methods (EC2 credentials, application credentials, OAuth1 access tokens, and trusts) are not blocked from creating, modifying, or deleting credentials via the /v3/credentials API. EC2-derived tokens can additionally read credential blobs, exposing TOTP MFA seeds and other secrets. Also, PATCH /v3/credentials does not validate the requested post-update project_id, allowing any delegated token to move a credential to an unauthorized project. All Keystone deployments using delegated authentication are affected.
Created: 2026-09-12 Last update: 2026-09-12 20:33
1 security issue in forky high

There is 1 open security issue in forky.

1 important issue:
  • CVE-2026-90460: An issue was discovered in OpenStack Keystone before 29.0.3. Tokens obtained via delegated authentication methods (EC2 credentials, application credentials, OAuth1 access tokens, and trusts) are not blocked from creating, modifying, or deleting credentials via the /v3/credentials API. EC2-derived tokens can additionally read credential blobs, exposing TOTP MFA seeds and other secrets. Also, PATCH /v3/credentials does not validate the requested post-update project_id, allowing any delegated token to move a credential to an unauthorized project. All Keystone deployments using delegated authentication are affected.
Created: 2026-09-12 Last update: 2026-09-12 20:33
2 security issues in bookworm high

There are 2 open security issues in bookworm.

1 important issue:
  • CVE-2026-90460: An issue was discovered in OpenStack Keystone before 29.0.3. Tokens obtained via delegated authentication methods (EC2 credentials, application credentials, OAuth1 access tokens, and trusts) are not blocked from creating, modifying, or deleting credentials via the /v3/credentials API. EC2-derived tokens can additionally read credential blobs, exposing TOTP MFA seeds and other secrets. Also, PATCH /v3/credentials does not validate the requested post-update project_id, allowing any delegated token to move a credential to an unauthorized project. All Keystone deployments using delegated authentication are affected.
1 issue postponed or untriaged:
  • CVE-2021-3563: (needs triaging) A flaw was found in openstack-keystone. Only the first 72 characters of an application secret are verified allowing attackers bypass some password complexity which administrators may be counting on. The highest threat from this vulnerability is to data confidentiality and integrity.
Created: 2026-09-12 Last update: 2026-09-12 20:33
4 security issues in bullseye high

There are 4 open security issues in bullseye.

3 important issues:
  • CVE-2026-80182: In OpenStack Keystone before 29.0.3, tokens obtained via OAuth1 access token, application credential, or trust-scoped authentication could create new long-lived credentials or authorize new delegations that persist independently of, and outlive, the credential used to obtain them. The delegation restrictions that block these operations did not consistently apply to all delegated token types, allowing an OAuth1-scoped token, for example, to create application credentials or authorize OAuth1 request tokens despite those operations being restricted for other delegated token types. All Keystone deployments that permit delegated authentication through OAuth1 access tokens, application credentials, or trusts are affected.
  • CVE-2026-80183: In OpenStack Keystone before 29.0.3, any authenticated user holding role:reader on any project can list every project-scoped role assignment under any domain by passing a domain ID as scope.project.id with include_subtree to the GET /v3/role_assignments endpoint. The domain's project record has domain_id=null, causing the policy domain_id check to pass for any caller. With include_names, the response discloses the names and home-domain IDs of every user, group, project, and role involved. The literal "default" domain ID works against any deployment created with keystone-manage bootstrap. An attacker can harvest domain IDs from the response and repeat the query to map role assignments across the entire cloud. This is caused by misuse of "None" in  list_role_assignments_for_tree.
  • CVE-2026-80184: In OpenStack Keystone before 29.0.3, tokens obtained via delegated authentication mechanisms (OAuth1 access tokens, application credentials, trusts) could be submitted to the token-method authentication path for reauthentication to escape their intended project scope. When an application credential token was presented with no explicit scope, Keystone would issue a new token scoped to the credential owner's default project rather than the project for which the credential was issued, bypassing the intended project boundary. All Keystone deployments that permit delegated authentication through OAuth1 access tokens, application credentials, or trusts are affected.
1 issue postponed or untriaged:
  • CVE-2021-3563: (needs triaging) A flaw was found in openstack-keystone. Only the first 72 characters of an application secret are verified allowing attackers bypass some password complexity which administrators may be counting on. The highest threat from this vulnerability is to data confidentiality and integrity.
Created: 2026-08-26 Last update: 2026-08-31 12:02
version in VCS is newer than in repository, is it time to upload? normal
vcswatch reports that this package seems to have a new changelog entry (version 2:30.0.0~rc1-1, distribution experimental) and new commits in its VCS. You should consider whether it's time to make an upload.

https://salsa.debian.org/api/v4/projects/openstack-team%2Fservices%2Fkeystone API request failed: 401 Unauthorized at /srv/qa.debian.org/data/vcswatch/vcswatch line 410.
Created: 2026-09-15 Last update: 2026-09-15 10:02
lintian reports 20 warnings normal
Lintian reports 20 warnings about this package. You should make the package lintian clean getting rid of them.
Created: 2026-09-07 Last update: 2026-09-07 16:30
1 low-priority security issue in trixie low

There is 1 open security issue in trixie.

1 issue left for the package maintainer to handle:
  • CVE-2026-90460: (needs triaging) An issue was discovered in OpenStack Keystone before 29.0.3. Tokens obtained via delegated authentication methods (EC2 credentials, application credentials, OAuth1 access tokens, and trusts) are not blocked from creating, modifying, or deleting credentials via the /v3/credentials API. EC2-derived tokens can additionally read credential blobs, exposing TOTP MFA seeds and other secrets. Also, PATCH /v3/credentials does not validate the requested post-update project_id, allowing any delegated token to move a credential to an unauthorized project. All Keystone deployments using delegated authentication are affected.

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

Created: 2026-09-12 Last update: 2026-09-12 20:33
debian/patches: 2 patches to forward upstream low

Among the 3 debian patches available in version 2:29.1.0-1 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-09-06 18:30
Issues found with some translations low

Automatic checks made by the Debian l10n team found some issues with the translations contained in this package. You should check the l10n status report for more information.

Issues can be things such as missing translations, problematic translated strings, outdated PO files, unknown languages, etc.

Created: 2020-02-26 Last update: 2026-01-14 11: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.4.1).
Created: 2020-01-21 Last update: 2026-09-06 18:03
news
[rss feed]
  • [2026-09-12] keystone 2:29.1.0-1 MIGRATED to testing (Debian testing watch)
  • [2026-09-06] Accepted keystone 2:29.1.0-1 (source) into unstable (Thomas Goirand)
  • [2026-09-02] Accepted keystone 2:27.0.0-3+deb13u5 (source) into proposed-updates (Debian FTP Masters) (signed by: Thomas Goirand)
  • [2026-09-02] Accepted keystone 2:22.0.2-0+deb12u4 (source) into oldstable-security (Thomas Goirand)
  • [2026-09-01] Accepted keystone 2:27.0.0-3+deb13u5 (source) into stable-security (Debian FTP Masters) (signed by: Thomas Goirand)
  • [2026-09-01] keystone 2:29.0.2-2 MIGRATED to testing (Debian testing watch)
  • [2026-08-27] Accepted keystone 2:29.0.2-2 (source) into unstable (Thomas Goirand)
  • [2026-08-27] Accepted keystone 2:29.0.2-1 (source) into unstable (Thomas Goirand)
  • [2026-06-08] Accepted keystone 2:27.0.0-3+deb13u4 (source) into proposed-updates (Debian FTP Masters) (signed by: Thomas Goirand)
  • [2026-06-08] Accepted keystone 2:22.0.2-0+deb12u3 (source) into oldstable-proposed-updates (Debian FTP Masters) (signed by: Thomas Goirand)
  • [2026-06-08] Accepted keystone 2:27.0.0-3+deb13u4 (source) into stable-security (Debian FTP Masters) (signed by: Thomas Goirand)
  • [2026-06-08] Accepted keystone 2:22.0.2-0+deb12u3 (source) into oldstable-security (Debian FTP Masters) (signed by: Thomas Goirand)
  • [2026-05-31] keystone 2:29.0.1-2 MIGRATED to testing (Debian testing watch)
  • [2026-05-28] Accepted keystone 2:29.0.1-2 (source) into unstable (Thomas Goirand)
  • [2026-05-28] Accepted keystone 2:18.1.0-1+deb11u3 (source) into oldoldstable-security (Thomas Goirand)
  • [2026-05-22] Accepted keystone 2:22.0.2-0+deb12u2 (source) into oldstable-proposed-updates (Debian FTP Masters) (signed by: Thomas Goirand)
  • [2026-05-22] Accepted keystone 2:27.0.0-3+deb13u3 (source) into proposed-updates (Debian FTP Masters) (signed by: Thomas Goirand)
  • [2026-04-19] keystone 2:29.0.1-1 MIGRATED to testing (Debian testing watch)
  • [2026-04-17] Accepted keystone 2:29.0.1-1 (source) into unstable (Thomas Goirand)
  • [2026-04-15] keystone 2:29.0.0-3 MIGRATED to testing (Debian testing watch)
  • [2026-04-13] Accepted keystone 2:29.0.0-3 (source) into unstable (Thomas Goirand)
  • [2026-04-12] keystone 2:29.0.0-2 MIGRATED to testing (Debian testing watch)
  • [2026-04-10] Accepted keystone 2:29.0.0-2 (source) into unstable (Thomas Goirand)
  • [2026-04-03] keystone 2:29.0.0-1 MIGRATED to testing (Debian testing watch)
  • [2026-04-01] Accepted keystone 2:29.0.0-1 (source) into unstable (Thomas Goirand)
  • [2026-03-31] keystone 2:29.0.0~rc1-2 MIGRATED to testing (Debian testing watch)
  • [2026-03-27] Accepted keystone 2:29.0.0~rc1-2 (source) into unstable (Thomas Goirand)
  • [2026-03-16] Accepted keystone 2:29.0.0~rc1-1 (source) into experimental (Thomas Goirand)
  • [2026-02-21] keystone 2:28.0.0-6 MIGRATED to testing (Debian testing watch)
  • [2026-02-16] Accepted keystone 2:28.0.0-6 (source) into unstable (Thomas Goirand)
  • 1
  • 2
bugs [bug history graph]
  • all: 0
links
  • homepage
  • lintian (0, 20)
  • buildd: logs, reproducibility
  • popcon
  • browse source code
  • other distros
  • security tracker
  • screenshots
  • l10n (83, 99)
  • debian patches
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 2:29.0.0+git20260805.67.16afc81-0ubuntu1
  • 13 bugs
  • patches for 2:29.0.0+git20260805.67.16afc81-0ubuntu1

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