Skip to content

[v0.54.0]fix(deps): upgrade quinn-proto to 0.11.14 to patch CVE-2026-31812#252

Open
vparfonov wants to merge 1 commit intoViaQ:v0.54.0-rhfrom
vparfonov:fixCVE-2026-31812-v0.54
Open

[v0.54.0]fix(deps): upgrade quinn-proto to 0.11.14 to patch CVE-2026-31812#252
vparfonov wants to merge 1 commit intoViaQ:v0.54.0-rhfrom
vparfonov:fixCVE-2026-31812-v0.54

Conversation

@vparfonov
Copy link
Copy Markdown

Upgrades quinn-proto from 0.11.9 to 0.11.14 which fixes a remote denial of service vulnerability (CVE-2026-31812).
The vulnerability allowed unauthenticated attackers to trigger a panic in the QUIC transport parameter parsing
by sending a crafted Initial packet with malformed varint encodings. The fix replaces unsafe unwrap() calls with proper error handling.
Fixes: CVE-2026-31812
See: RUSTSEC-2026-0037

 Upgrades quinn-proto from 0.11.9 to 0.11.14 which fixes a remote denial of service vulnerability (CVE-2026-31812).
 The vulnerability allowed unauthenticated attackers to trigger a panic in the QUIC transport parameter parsing
 by sending a crafted Initial packet with malformed varint encodings. The fix replaces unsafe unwrap() calls with proper error handling.

Fixes: CVE-2026-31812
@openshift-ci openshift-ci bot requested review from cahartma and syedriko April 8, 2026 14:29
@openshift-ci
Copy link
Copy Markdown

openshift-ci bot commented Apr 8, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: vparfonov
Once this PR has been reviewed and has the lgtm label, please assign jcantrill for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@vparfonov vparfonov changed the title [v0.54]fix(deps): upgrade quinn-proto to 0.11.14 to patch CVE-2026-31812 [v0.54.0]fix(deps): upgrade quinn-proto to 0.11.14 to patch CVE-2026-31812 Apr 8, 2026
@vparfonov
Copy link
Copy Markdown
Author

/test unit

@vparfonov
Copy link
Copy Markdown
Author

/test clo-functional

@openshift-ci
Copy link
Copy Markdown

openshift-ci bot commented Apr 9, 2026

@vparfonov: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/clo-functional cbf8833 link true /test clo-functional

Full PR test history. Your PR dashboard.

Details

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. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant