github-actions[bot] opened a new issue, #2697:
URL: https://github.com/apache/iceberg-rust/issues/2697

   
   >  Remote memory exhaustion in quinn-proto from unbounded out-of-order 
stream reassembly
   
   | Details             |                                                |
   | ------------------- | ---------------------------------------------- |
   | Package             | `quinn-proto`                      |
   | Version             | `0.11.14`                   |
   | URL                 | 
[https://github.com/quinn-rs/quinn/pull/2694](https://github.com/quinn-rs/quinn/pull/2694)
 |
   | Date                | 2026-06-22                         |
   | Patched versions    | `>=0.11.15`                  |
   
   The `Assembler` component that assembles unordered stream fragments into 
consecutive chunks of the
   stream incurs some overhead for non-contiguous fragments. Readers that read 
from a RecvStream in
   order (through an `AsyncRead` impl for example) will be sensitive to peers 
that send fragments
   while leaving out early parts of the stream, and in particular, fragments 
with many gaps (because
   these cannot be defragmented). In such a scenario, the receiving connection 
suffers from high
   buffer overhead, enabling memory exhaustion.
   
   See [advisory page](https://rustsec.org/advisories/RUSTSEC-2026-0185.html) 
for additional details.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to