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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-19032— Jackson-databind 反序列化 Path 时的 URI 注入漏洞

一分钟漏洞结论

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

Jackson-databind 中用于反序列化 的反序列化器在解析攻击者提供的 URI 时,未对 URI 的协议(scheme)进行限制。 在 方法中,来自不可信 JSON 的字符串会被传递给 ,随后传递给 。当此操作抛出 时,代码会枚举 ,并对第一个协议与攻击者所选协议匹配的提供商调用 。 因此,不可信的 JSON 可以在使用默认 执行 时,选择并驱动任意已注册的 ,同时强制加载相应的提供商类。 在仅存在 JDK 内置提供商( 、 )的情况下,解析出的路径是惰性的,不会发生挂载或网络 I/O;要进一步产生影响,

CVSS 5.3 · Medium
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
jackson-databind resolves attacker-controlled URI schemes when deserializing java.nio.file.Path
来源: CVE Program / CVE List V5
Vulnerability Description
jackson-databind's deserializer for java.nio.file.Path resolves an attacker-supplied URI without restricting the URI scheme. In JDKFromStringDeserializer.NioPathHelper.deserialize, a string bound from untrusted JSON is passed to new URI(value) and then to Path.of(uri). When that throws FileSystemNotFoundException, the code enumerates ServiceLoader<FileSystemProvider> and calls provider.getPath(uri) on the first provider whose scheme matches the attacker-chosen scheme. Untrusted JSON can therefore select and drive an arbitrary registered FileSystemProvider during readValue under a default JsonMapper, and forces provider class loading at the same time. With only the JDK built-in providers (file, jar/zipfs) present, the resolved path is inert and no mount or network I/O occurs; further impact requires a side-effecting third-party FileSystemProvider on the classpath. This affects com.fasterxml.jackson.core:jackson-databind from 2.8.0 before 2.18.10, from 2.19.0 before 2.21.6, and from 2.22.0 before 2.22.2, and tools.jackson.core:jackson-databind from 3.0.0 before 3.1.6 and from 3.2.0 before 3.2.2. Users should upgrade to 2.18.10, 2.21.6, 2.22.2, 3.1.6, or 3.2.2. Binding java.nio.file.Path from untrusted JSON should be avoided regardless of version.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
来源: CVE Program / CVE List V5
Vulnerability Type
使用外部可控制的输入来选择类或代码(不安全的反射)
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
FasterXML jackson-databind 2.8.0 ~ 2.18.10 -
FasterXML jackson-databind 3.0.0 ~ 3.1.6 -

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-19032 其他参考 (5)

IV. Related Vulnerabilities

V. Comments for CVE-2026-19032

暂无评论


发表评论