Mongoose 是一个嵌入式 Web 服务器和网络库。在 7.22 版本之前,远程未经身份验证的攻击者可以发送一个 HTTP 请求,其中同时包含 Content-Length 和 Transfer-Encoding: chunked 头。在 src/http.c 中的 mg_http_parse() 和 http_cb() 处理路径中,对 cl_count 和 te_count 的检查会接受这两种头信息,并优先使用分块编码。然而,一个优先使用 Content-Length 的反向代理可能会以不同的方式解释请求边界
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-73251 | 9.3 CRITICAL | Mongoose Built-in TLS: CA-bundle certificate chain accepted without any signature verifica |
| 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