[v0.54.0]fix(deps): upgrade quinn-proto to 0.11.14 to patch CVE-2026-31812#252
[v0.54.0]fix(deps): upgrade quinn-proto to 0.11.14 to patch CVE-2026-31812#252vparfonov wants to merge 1 commit intoViaQ:v0.54.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
|
[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 |
|
@vparfonov: The following test 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-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