Mongoose 是一款嵌入式 Web 服务器和网络库。在 7.23 版本之前,针对配置了多证书 CA 证书包的 Mongoose 客户端,网络攻击者可以伪装成 TLS 服务器。在 src/tls_builtin.c 文件中, 函数将证书包存储在 中,而 仍保持为零。同时, 函数通过 接受通用名称(Common Name)匹配,但未调用 来验证证书签名。因此,伪造的自签名证书即可满足主机名检查和 CertificateVerify 检查,从而导致中间人攻击、凭证泄露、流量篡改以及恶意响应注入等安全风险。此问题已在
Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.
| # | POC Description | Source Link | Shenlong Link |
|---|
No public POC found.
Login to generate AI POC| CVE-2026-73257 | 9.1 CRITICAL | Mongoose: Content-Length + Transfer-Encoding coexistence enables request smuggling |
| CVE-2026-73256 | 9.1 CRITICAL | Mongoose: HTTP/1.0 detection off-by-one enables request smuggling via chunked TE |
| CVE-2026-73253 | 9.1 CRITICAL | Mongoose: TLS Hostname Verification Bypass via Overly Permissive Wildcard Matching |
| CVE-2026-73258 | 6.5 MEDIUM | Mongoose: Multipart boundary/header scan logic error in mg_http_next_multipart |
| CVE-2026-73255 | 6.5 MEDIUM | Mongoose: Path traversal in SSI #include directives enables arbitrary file read |
| CVE-2026-73254 | 5.4 MEDIUM | Mongoose: Stored XSS via unescaped filenames in directory listing |
| CVE-2026-73259 | 5.4 MEDIUM | Mongoose: Reflected XSS via decoded URI in directory listing render |
No comments yet