GHSA-fx4f-mhw4-qm7j: Integer Overflow

Published Aug 24, 2026
·
Updated

When using the affected versions of the vibeio-http crate, an attacker could craft a malicious HTTP/1.x request with a large chunk length (between usize::MAX - 1 and usize::MAX inclusive) and send it, causing the server to crash (integer overflow panic in debug builds, splitto out of bounds panic in release builds).

This was fixed in vibeio-http 0.3.2 by erroring on the chunk length if it exceeds usize::MAX - 2 (using checkedadd() instead of + operator), preventing integer overflow.

Affected Software

1 affected componentFixes available
rust/vibeio-http<0.3.2
0.3.2

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade rust/vibeio-http to a version that resolves this vulnerability.

    Fixed in 0.3.2
  2. Upgrade

    Upgrade vibeio-http to a version that resolves this vulnerability.

    Fixed in 0.3.2

Event History

Aug 24, 2026
Advisory Published
via GitHub·10:05 PM
Data Sourced
via GitHub·10:05 PM
DescriptionWeaknessAffected Software

Frequently Asked Questions

1

What must an attacker be able to do to trigger the crash?

An attacker needs to send a malicious HTTP/1.x request containing a chunk length between usize::MAX - 1 and usize::MAX, inclusive, to a server using an affected vibeio-http version.

2

What is the impact in debug and release builds?

Debug builds panic from an integer overflow. Release builds panic when split_to is called out of bounds, causing the server to crash in either case.

3

Which version contains the fix?

vibeio-http 0.3.2 fixes the issue by rejecting chunk lengths greater than usize::MAX - 2, using checked_add() to prevent the overflow.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203