目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-86818— fast-uri mailto头部注入漏洞

一分钟漏洞结论

影响对象
fast-uri fast-uri
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

fast-uri 是一个无依赖、符合 RFC 3986 标准的 URI 解析器,用于 Node.js 环境,被 Fastify 和 ajv 所使用。该库在 4.1.3 版本中新增了对 mailto 协议的解析支持。 在 4.1.3 和 4.1.4 版本中,mailto 解析器在查询字段的名称仍为百分号编码状态时,就将其与保留字段名 、 和 进行比对;只有当将其作为通用 header 存储时才会对其进行解码。这导致以百分号编码形式出现的保留字段名在解析时无法被正确识别为对应字段,但在序列化已解析的 URI 时,该编码

CVSS 4.8 · Medium EPSS 0.16% · P6

影响版本矩阵 2

厂商产品 版本范围状态
fast-uri fast-uri 4.1.3< 4.1.5 affected
4.1.5 unaffected
获取后续新漏洞提醒 登录后订阅

一、 漏洞 CVE-2026-86818 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
fast-uri vulnerable to mailto header injection via percent-encoded field-name desynchronization
来源: CVE Program / CVE List V5
Vulnerability Description
fast-uri is a dependency-free RFC 3986 URI parser for Node.js, used by Fastify and ajv, that added a mailto scheme parser in version 4.1.3. In versions 4.1.3 and 4.1.4, the mailto parser compares each query field name to the reserved names to, subject, and body while the name is still percent-encoded, and decodes it only when storing it as a generic header, so a percent-encoded spelling of a reserved field name is not recognized as that field at parse time but is re-emitted as the literal field name when the parsed URI is serialized. An application that validates, logs, or displays the recipient list from the first parse and then serializes the URI and sends it can silently gain an attacker-chosen recipient, and the subject and body fields can be smuggled across the same roundtrip. The issue is fixed in fast-uri 4.1.5, and users should upgrade to 4.1.5 or later. As a workaround, do not act on a mailto URI that fast-uri has re-serialized without first decoding and re-validating its recipient, subject, and body fields.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N
来源: CVE Program / CVE List V5
Vulnerability Type
编码错误
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
fast-uri fast-uri 4.1.3 ~ 4.1.5 -

二、漏洞 CVE-2026-86818 的公开POC

# POC 描述 源链接 神龙链接
AI 生成 POC 高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-86818 的情报信息

登录查看更多情报信息。

CVE-2026-86818 厂商安全公告 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-86818

暂无评论


发表评论