CVE-2026-88830
Received Received - Intake

BusyBox TLS Montgomery Reduction Heap Buffer Overflow

Vulnerability report for CVE-2026-88830, 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

A unit confusion in BusyBox TLS Montgomery reduction buffer allocation causes a pre-authentication heap buffer overflow when processing a crafted ClientKeyExchange 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

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-131 The product does not correctly calculate the size to be used when allocating a buffer, which could lead to a buffer overflow.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-88830 is a unit confusion vulnerability in BusyBox's TLS implementation. It occurs during Montgomery reduction buffer allocation where the code incorrectly treats a digit count as a byte count. This causes memory to be allocated 4 to 8 times smaller than required, leading to a pre-authentication heap buffer overflow when processing a crafted ClientKeyExchange message.

Detection Guidance

Detecting this vulnerability requires checking if your BusyBox TLS implementation is vulnerable. Inspect the BusyBox version and configuration to see if the ssl_server applet is enabled. Monitor network traffic for malformed TLS ClientKeyExchange messages, particularly those with all-zeros payloads. Use tools like tcpdump or Wireshark to capture and analyze TLS handshake packets for anomalies.

Impact Analysis

The primary impact is a denial of service where the BusyBox TLS server crashes. Remote code execution is theoretically possible but unlikely due to system mitigations like ASLR, PIE, full RELRO, and SELinux. Attackers can exploit this by sending a specially crafted ClientKeyExchange message with an all-zeros payload.

Mitigation Strategies

Disable the BusyBox ssl_server applet if it is enabled in your environment. Replace it with a well-maintained TLS implementation like OpenSSL or GnuTLS. Ensure system-level mitigations such as ASLR, PIE, full RELRO, and SELinux are enabled. Regularly update BusyBox and related packages to the latest versions.

Chat Assistant

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

EPSS Chart