๐Ÿ” CVE Alert

CVE-2026-73251

UNKNOWN 0.0

Mongoose Built-in TLS: CA-bundle certificate chain accepted without any signature verification

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Mongoose is an embedded web server and network library. Prior to 7.23, a network attacker can impersonate a TLS server to a Mongoose client configured with a multi-certificate CA bundle. In src/tls_builtin.c, the mg_tls_init() function stores the bundle in tls->ca_bundle_der while tls->ca_der.len remains zero, and mg_tls_recv_cert() uses tls_bundle_find() to accept a Common Name match without calling mg_tls_verify_cert_signature(). A forged self-signed certificate can therefore satisfy hostname and CertificateVerify checks and enable interception, credential disclosure, traffic modification, and malicious responses. This issue is fixed in version 7.23.

CWE CWE-295
Vendor cesanta
Product mongoose
Published Aug 20, 2026
Last Updated Aug 20, 2026
Stay Ahead of the Next One

Get instant alerts for cesanta mongoose

Be the first to know when new unknown vulnerabilities affecting cesanta mongoose are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

cesanta / mongoose
< 7.23

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/cesanta/mongoose/security/advisories/GHSA-qj6j-2692-v2r8 github.com: https://github.com/cesanta/mongoose/commit/2988bc9df3a5efc9539471cb7455975fa25df483 github.com: https://github.com/cesanta/mongoose/releases/tag/7.23