CVE-2026-19032
Published:September 01, 2026
Updated:September 01, 2026
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.
Affected Packages
tools.jackson.core:jackson-databind (JAVA):
Affected version(s) >=3.0.0 <3.1.6Fix Suggestion:
Update to version 3.1.6com.fasterxml.jackson.core:jackson-databind (JAVA):
Affected version(s) >=2.8.0 <2.18.10Fix Suggestion:
Update to version 2.18.10tools.jackson.core:jackson-databind (JAVA):
Affected version(s) >=3.2.0 <3.2.2Fix Suggestion:
Update to version 3.2.2com.fasterxml.jackson.core:jackson-databind (JAVA):
Affected version(s) >=2.19.0 <2.21.6Fix Suggestion:
Update to version 2.21.6com.fasterxml.jackson.core:jackson-databind (JAVA):
Affected version(s) >=2.22.0 <2.22.2Fix Suggestion:
Update to version 2.22.2Related Resources (5)
Do you need more information?
Contact UsCVSS v4
Base Score:
6.9
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
NONE
Vulnerable System Availability
LOW
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
5.3
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
NONE
Availability
LOW
Weakness Type (CWE)
EPSS
Base Score:
0.46