Mongoose 是一个嵌入式 Web 服务器和网络库。在版本 7.22 之前,如果攻击者能够控制启用了 SSI(服务器端包含)的文件,则可以在 #include 文件或 #include virtual 指令中插入目录遍历序列。src/ssi.c 中的 mg_ssi() 函数在将指令参数拼接到文件系统路径时,未调用 mg_path_is_sane() 进行安全检查,从而导致在配置了 ssi_pattern 且启用了 MG_ENABLE_SSI 的部署环境中,攻击者可以读取 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-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