Skip to content
This repository was archived by the owner on Jun 8, 2026. It is now read-only.

fix: update bytes to 1.11.1 to resolve CVE-2026-25541#4

Open
liliwilson wants to merge 1 commit into
mainfrom
independabot/bytes-CVE-2026-25541
Open

fix: update bytes to 1.11.1 to resolve CVE-2026-25541#4
liliwilson wants to merge 1 commit into
mainfrom
independabot/bytes-CVE-2026-25541

Conversation

@liliwilson

Copy link
Copy Markdown

Summary

Updates bytes from v1.11.0 to v1.11.1 to resolve CVE-2026-25541 (integer overflow in BytesMut::reserve).

Advisory

What changed

bytes is a transitive dependency (used by reqwest, hyper, h2, tokio-tungstenite). Updated Cargo.lock to pin bytes to v1.11.1 via cargo update -p bytes --precise 1.11.1.

Verification

  • cargo audit: CVE-2026-25541 no longer reported
  • cargo check: builds successfully

This PR was generated with Oz.

bytes v1.11.0 has an integer overflow in BytesMut::reserve.
Update to v1.11.1 which includes the fix.

Co-Authored-By: Oz <oz-agent@warp.dev>
@liliwilson liliwilson requested a review from bholmesdev June 8, 2026 17:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants