Mongoose 是一个嵌入式 Web 服务器和网络库。在 7.22 版本之前,远程攻击者可以向启用了 MG_ENABLE_DIRLIST 选项的部署发送构造的百分比编码请求路径,并诱使用户访问该路径。在 src/http.c 中,mg_http_serve_dir() 和 listdir() 函数将解码后的请求 URI 直接放入 HTML 的 title 和 h1 元素中,而未进行 HTML 实体编码。这会导致在 Mongoose 原始域上下文中执行反射型跨站脚本(XSS),从而可能暴露用户的会话数据或冒充受害者
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-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 |
No comments yet