Mongoose 是一个嵌入式 Web 服务器和网络库。在版本 7.22 之前,远程未授权攻击者可以通过发送具有 头部且帧结构冲突的 HTTP/1.0 请求,来利用基于反向代理的部署场景。 中的 函数使用一个不可能成立的“大于八字节”条件对 进行检查,而 实际要求协议字符串长度为八字节,这导致 标志始终无法被设置为真。因此,Mongoose 会处理那些 HTTP/1.0 代理通常应忽略的块编码(chunked encoding),从而引发请求走私(request smuggling),并可能导致未授权访问或状态篡改
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-73257 | 9.1 CRITICAL | Mongoose: Content-Length + Transfer-Encoding coexistence enables request smuggling |
| 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