CVE-2026-88840

Summary

BusyBox TLS get_client_hello() reads past the end of the input buffer when parsing a truncated ClientHello message.

Affected Software

VendorProductVersion RangeStatus

Weaknesses

  • CWE-125: Out-of-bounds Read

Workarounds

Do not use BusyBox ssl_server in production deployments. Upstream should add a bounds check to verify len > 0 before reading the compression-methods length byte.

References