jackson-databind resolves attacker-controlled URI schemes when deserializing java.nio.file.Path

Summary

CVECVE-2026-19032
StatePUBLISHED
AssignerHeroDevs
Source PriorityCVE Program / NVD first with legacy fallback
Published2026-09-01 04:18:00 UTC
Updated2026-09-01 14:17:26 UTC
Descriptionjackson-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.

Risk And Classification

Primary CVSS: v3.1 5.3 MEDIUM from 36c7be3b-2937-45df-85ea-ca7133ea542c

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L

EPSS: 0.004630000 probability, percentile 0.384210000 (date 2026-09-02)

Problem Types: CWE-470 | CWE-610 | CWE-470 CWE-470 Use of Externally-Controlled Input to Select Classes or Code ('Unsafe Reflection') | CWE-610 CWE-610 Externally Controlled Reference to a Resource in Another Sphere


VersionSourceTypeScoreSeverityVector
3.136c7be3b-2937-45df-85ea-ca7133ea542cSecondary5.3MEDIUMCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
3.1CNACVSS5.3MEDIUMCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L

CVSS v3.1 Breakdown

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
Low

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L

Vendor Declared Affected Products

SourceVendorProductVersionPlatforms
CNA FasterXML Jackson-databind affected 2.8.0 2.18.10 maven Not specified
CNA FasterXML Jackson-databind affected 2.19.0 2.21.6 maven Not specified
CNA FasterXML Jackson-databind affected 2.22.0 2.22.2 maven Not specified
CNA FasterXML Jackson-databind affected 3.0.0 3.1.6 maven Not specified
CNA FasterXML Jackson-databind affected 3.2.0 3.2.2 maven Not specified

References

ReferenceSourceLinkTags
github.com/FasterXML/jackson-databind/commit/ce26eda3481cd796f76ba4c53ff... 36c7be3b-2937-45df-85ea-ca7133ea542c github.com
github.com/FasterXML/jackson-databind/security/advisories/GHSA-wjgm-6hv5... 134c704f-9b21-4f2e-91b3-4a467353bcc0 github.com
github.com/FasterXML/jackson-databind/commit/d94bb632becfe0ba96926b9909a... 36c7be3b-2937-45df-85ea-ca7133ea542c github.com
github.com/FasterXML/jackson-databind/commit/cc6756b61ed90b6b9227f670e04... 36c7be3b-2937-45df-85ea-ca7133ea542c github.com
github.com/FasterXML/jackson-databind/pull/6129 36c7be3b-2937-45df-85ea-ca7133ea542c github.com
CVE Program record CVE.ORG www.cve.org canonical
NVD vulnerability detail NVD nvd.nist.gov canonical, analysis

Vendor Comments And Credit

Discovery Credit

CNA: waydeshi (en)

CNA: pjfanning (en)

Additional Advisory Data

SourceTimeEvent
CNA2026-07-29T08:05:00.000ZCVE ID disclosed publicly in the title of upstream fix PR FasterXML/jackson-databind#6129
CNA2026-08-06T01:19:00.000ZFix merged upstream
CNA2026-08-21T00:00:00.000ZGitHub Security Advisory GHSA-wjgm-6hv5-3cvf published by the maintainer

Solutions

CNA: Upgrade to jackson-databind 2.18.10, 2.21.6, 2.22.2 (com.fasterxml.jackson.core) or 3.1.6, 3.2.2 (tools.jackson.core). The fix introduces a URI scheme allow-list that defaults to "file" only. Values with no scheme are still read as local filesystem paths. Any other scheme, including jar:, is rejected via handleWeirdStringValue before the ServiceLoader<FileSystemProvider> lookup is reached, so untrusted JSON can no longer select a provider. Applications that legitimately need other schemes can construct NioPathDeserializer with an explicit collection of allowed schemes. Note that this is a behavioral change: code that previously relied on non-file schemes being resolved will need to opt in.

Workarounds

CNA: Do not bind java.nio.file.Path-typed fields from untrusted JSON. Where a filesystem path must be accepted, deserialize it as a String and validate it in application code before converting to a Path.

© CVE.report 2026

Use of this information constitutes acceptance for use in an AS IS condition. There are NO warranties, implied or otherwise, with regard to this information or its use. Any use of this information is at the user's risk. It is the responsibility of user to evaluate the accuracy, completeness or usefulness of any information, opinion, advice or other content. EACH USER WILL BE SOLELY RESPONSIBLE FOR ANY consequences of his or her direct or indirect use of this web site. ALL WARRANTIES OF ANY KIND ARE EXPRESSLY DISCLAIMED. This site will NOT BE LIABLE FOR ANY DIRECT, INDIRECT or any other kind of loss.

CVE, CWE, and OVAL are registred trademarks of The MITRE Corporation and the authoritative source of CVE content is MITRE's CVE web site. This site includes MITRE data granted under the following license.

Free CVE JSON API cve.report/api

CVE.report and Source URL Uptime Status status.cve.report