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 <[email protected]>
@openshift-ci openshift-ci bot requested review from cahartma and syedriko April 8, 2026 13:40
@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

3 similar comments
@vparfonov
Copy link
Copy Markdown
Author

/retest

@vparfonov
Copy link
Copy Markdown
Author

/retest

@vparfonov
Copy link
Copy Markdown
Author

/retest

@vparfonov
Copy link
Copy Markdown
Author

/test clo-functional

@vparfonov
Copy link
Copy Markdown
Author

/retest

Copy link
Copy Markdown
Member

@jcantrill jcantrill left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/approve
/lgtm

@openshift-ci
Copy link
Copy Markdown

openshift-ci bot commented Apr 17, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jcantrill, vparfonov

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

The pull request process is described 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

@jcantrill
Copy link
Copy Markdown
Member

/override ci/prow/clo-functional

@openshift-ci
Copy link
Copy Markdown

openshift-ci bot commented Apr 17, 2026

@jcantrill: Overrode contexts on behalf of jcantrill: ci/prow/clo-functional

Details

In response to this:

/override ci/prow/clo-functional

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.

@openshift-ci
Copy link
Copy Markdown

openshift-ci bot commented Apr 17, 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/images b87f59b link unknown /test images
ci/prow/cargo-deny-check-bans b87f59b link unknown /test cargo-deny-check-bans
ci/prow/unit b87f59b link unknown /test unit

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants