CVE-2026-88840
Received Received - Intake

BusyBox TLS ClientHello Buffer Overflow Vulnerability

Vulnerability report for CVE-2026-88840, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-23

Last updated on: 2026-09-23

Assigner: redhat-SADP

Description

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

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-23
Last Modified
2026-09-23
Generated
2026-09-23
AI Q&A
2026-09-23
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
busybox busybox to 44 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-125 The product reads data past the end, or before the beginning, of the intended buffer.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-88840 is a vulnerability in BusyBox's TLS implementation where the get_client_hello() function reads past the end of the input buffer when processing a truncated ClientHello message. This causes an out-of-bounds read that could expose sensitive data like cryptographic keys or memory addresses, or lead to crashes.

Detection Guidance

Detecting this vulnerability requires checking if BusyBox's ssl_server applet is present and running on your system. Inspect running processes for ssl_server with commands like ps aux | grep ssl_server. Review BusyBox builds for the vulnerable networking/tls.c file. Monitor network traffic for truncated ClientHello messages, though this requires deep packet inspection.

Impact Analysis

The vulnerability could allow an attacker to read sensitive memory contents, such as cryptographic keys or memory addresses, or cause the application to crash. It requires network access but no authentication or user interaction to exploit.

Mitigation Strategies

Immediately stop using BusyBox's ssl_server in production environments. If ssl_server is in use, disable it and switch to a different TLS implementation. Apply patches if available from your vendor. Monitor systems for crashes or memory leaks that may indicate exploitation attempts.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-88840. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart