CVE Catalog

CVE-2026-11404

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.61%

46th percentile - higher than 46% of all known CVEs

Summary

Cesanta Mongoose before version 7.22 has an out-of-bounds read vulnerability in the mg_tls_server_recv_hello() function. An attacker can send a crafted ClientHello with an oversized session ID length, causing a read past the buffer and crashing HTTPS, MQTTS, or WSS services.

Risk Assessment

A remote, unauthenticated attacker can crash the server, disrupting critical services such as secure communication via HTTPS, MQTT, or WebSocket, impacting business continuity.

Recommendation

Immediately update Cesanta Mongoose to version 7.22 or later, which includes a fix for this vulnerability.

Other vulnerabilities in Cesanta Mongoose

See all
Original NVD description (English source)

Cesanta Mongoose before 7.22 contains an out-of-bounds read in the built-in TLS server function mg_tls_server_recv_hello(), which uses an attacker-controlled session_id_len byte from a TLS ClientHello as a buffer index without validating it against the length of received data. A remote, unauthenticated attacker can send a single crafted ClientHello with an oversized session id length to read past the receive buffer, crashing any HTTPS, MQTTS, or WSS service built on MG_TLS_BUILTIN.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS