Mongoose 是一个嵌入式 Web 服务器和网络库。在 7.22 版本之前,攻击者可以通过在其文件名中包含 HTML 恶意负载创建文件,从而在用户浏览启用了 MG_ENABLE_DIRLIST 选项所服务的目录时,触发存储型跨站脚本攻击(Stored XSS)。 在 src/http.c 中,listdir() 函数调用的 printdirentry() 路径会对 href 属性进行 URL 编码,但会将原始的文件系统文件名直接插入到 HTML 链接的文本内容中。浏览器会在 Mongoose 的源站上下文中执行
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-73259 | 5.4 MEDIUM | Mongoose: Reflected XSS via decoded URI in directory listing render |
No comments yet