OCPBUGS-74117: Bump keystonemiddleware version to 10.9.0-0.20260216145500.557d173 for CVE-2026-22797 fix#792
Conversation
|
@mabulgu: This pull request references Jira Issue OCPBUGS-74117, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
/jira refresh |
|
@mabulgu: This pull request references Jira Issue OCPBUGS-74117, which is invalid:
Comment DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: elfosardo, mabulgu The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/verified bypass |
|
@elfosardo: The DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
@elfosardo |
|
/jira refresh |
|
@mabulgu: This pull request references Jira Issue OCPBUGS-74117, which is valid. 7 validation(s) were run on this bug
Requesting review from QA contact: DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
@elfosardo I think I both need a /lgtm and a /override ci/prow/images here |
|
/lgtm |
|
/override ci/prow/images |
|
@elfosardo: Overrode contexts on behalf of elfosardo: ci/prow/images DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
@mabulgu: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
9d5e435
into
openshift:release-4.20
|
@mabulgu: Jira Issue Verification Checks: Jira Issue OCPBUGS-74117 Jira Issue OCPBUGS-74117 has been moved to the MODIFIED state and will move to the VERIFIED state when the change is available in an accepted nightly payload. 🕓 DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
Summary
Update the required version of
keystonemiddlewareto 10.9.0-0.20260216145500.557d173 to addressCVE-2026-22797.
CVE Details
CVE-2026-22797 (CVSS 9.9 - Important)
The
external_oauth2_tokenmiddleware in keystonemiddleware fails to sanitizeincoming authentication headers before processing OAuth 2.0 tokens. By sending
forged identity headers such as
X-Is-Admin-Project,X-Roles, orX-User-Id,an authenticated attacker may escalate privileges or impersonate other users.
Affected versions
keystonemiddleware 10.5 through 10.7 (before 10.7.2), 10.8 and 10.9 (before
10.9.1), and 10.10 through 10.12 (before 10.12.1).
Tracking
Fix
This PR bumps keystonemiddleware to 10.9.0-0.20260216145500.557d173 for the 4.20 release branch.