Skip to content

[v.0.47.0]fix(deps): upgrade quinn-proto to 0.11.14 to patch CVE-2026-31812#250

Open
vparfonov wants to merge 1 commit intoViaQ:v0.47.0-rhfrom
vparfonov:log8919
Open

[v.0.47.0]fix(deps): upgrade quinn-proto to 0.11.14 to patch CVE-2026-31812#250
vparfonov wants to merge 1 commit intoViaQ:v0.47.0-rhfrom
vparfonov:log8919

Conversation

@vparfonov
Copy link
Copy Markdown

@vparfonov vparfonov commented Apr 8, 2026

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 : https://redhat.atlassian.net/browse/LOG-8919
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

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
@openshift-ci openshift-ci bot requested review from cahartma and syedriko April 8, 2026 13:40
@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 alanconway 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 fix(deps): upgrade quinn-proto to 0.11.14 to patch CVE-2026-31812 [v.0.47.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

@vparfonov
Copy link
Copy Markdown
Author

/test unit

@vparfonov
Copy link
Copy Markdown
Author

/retest

@vparfonov
Copy link
Copy Markdown
Author

/test unit

@vparfonov
Copy link
Copy Markdown
Author

/retest

1 similar comment
@vparfonov
Copy link
Copy Markdown
Author

/retest

@openshift-ci
Copy link
Copy Markdown

openshift-ci bot commented Apr 10, 2026

@vparfonov: The following tests 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/unit b87f59b link true /test unit
ci/prow/clo-functional b87f59b 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