PT-2026-79076 · Mongoose · Mongoose
CVE-2026-73251
·
Published
2026-08-20
·
Updated
2026-08-20
CVSS v4.0
9.3
Critical
| Vector | AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N |
Name of the Vulnerable Software and Affected Versions
Mongoose versions prior to 7.23
Description
A network attacker can impersonate a TLS server to a client configured with a multi-certificate CA bundle. In the
src/tls builtin.c file, the mg tls init() function stores the bundle in tls->ca bundle der while tls->ca der.len remains zero. Subsequently, mg tls recv cert() utilizes tls bundle find() to accept a Common Name match without invoking mg tls verify cert signature(). This allows a forged self-signed certificate to satisfy hostname and CertificateVerify checks, potentially leading to traffic interception, credential disclosure, traffic modification, and malicious responses.Recommendations
Update to version 7.23.
Exploit
Fix
Improper Certificate Validation
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Mongoose