[v.0.47.0]fix(deps): upgrade quinn-proto to 0.11.14 to patch CVE-2026-31812#250
[v.0.47.0]fix(deps): upgrade quinn-proto to 0.11.14 to patch CVE-2026-31812#250vparfonov wants to merge 1 commit intoViaQ:v0.47.0-rhfrom
Conversation
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>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: vparfonov The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/test unit |
|
/test clo-functional |
|
/test unit |
|
/retest |
|
/test unit |
|
/retest |
1 similar comment
|
/retest |
|
@vparfonov: The following tests failed, say
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. |
Upgrades
quinn-protofrom0.11.9to0.11.14which 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