NONE · 0

CVE-2026-73253

Mongoose is an embedded web server and network library. Prior to version 7.22, an on-path network attacker with a wildcard certificate for a parent domain can impersonate deeper subdomains to a client...

Vulnerability Description

Mongoose is an embedded web server and network library. Prior to version 7.22, an on-path network attacker with a wildcard certificate for a parent domain can impersonate deeper subdomains to a client using the built-in TLS stack. The mg_tls_verify_cert_san() and mg_tls_verify_cert_cn() functions in src/tls_builtin.c call mg_match(), whose wildcard can cross DNS label boundaries, so a pattern such as *.example.com can match foo.bar.example.com. The resulting hostname verification bypass permits interception and modification of TLS traffic. This issue is fixed in version 7.22.

Related Weaknesses (CWE)

References

FAQ

What is CVE-2026-73253?

CVE-2026-73253 is a documented vulnerability. Mongoose is an embedded web server and network library. Prior to version 7.22, an on-path network attacker with a wildcard certificate for a parent domain can impersonate deeper subdomains to a client...

How severe is CVE-2026-73253?

CVSS scoring is not yet available for CVE-2026-73253. Check NVD for updates.

Is there a patch for CVE-2026-73253?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.