In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade vibeio-http to version 0.3.2 or higher.
Affected versions of this package are vulnerable to Integer Overflow or Wraparound in the chunked encoding parser when processing HTTP/1.x requests with excessively large chunk lengths. An attacker can cause the server to crash by sending a specially crafted request with a chunk length between usize::MAX - 1 and usize::MAX, resulting in an integer overflow or out-of-bounds panic.