h3 版本 1.15.9 之前存在一个路径遍历漏洞,位于 工具中。由于存在双重解码缺陷,包含双重编码的点序列(例如 %252e%252e)的请求路径会被解码为 %2e%2e。由于 函数仅检查字面量字符 “.”,因此 %2e%2e 能够绕过该函数的检查并保留下来。当由此生成的资源 ID 由基于 URL 的后端(如 CDN、S3、对象存储)解析时,%2e%2e 会按照 RFC 3986 规范被解释为 “..”,从而允许路径遍历,进而从后端读取任意文件。
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-86250 | 7.5 HIGH | h3 before 2.0.1-rc.18 Denial of Service via Unbounded Chunked Cookie |
| CVE-2026-86253 | 5.9 MEDIUM | h3 before 1.15.6 Path Traversal via Percent-Encoded Dot Segments |
| CVE-2026-86205 | 5.4 MEDIUM | h3 before 2.0.1-rc.18 Open Redirect via redirectBack() |
| CVE-2026-86252 | 5.3 MEDIUM | h3 before 1.15.9 SSE Event Injection via Carriage Return |
No comments yet