CVE-2026-19032
Last modified
CVE-2026-19032 is a medium-severity vulnerability rated 5.3/10 on the CVSS scale. 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). EPSS estimates a 0.46% chance of exploitation in the next 30 days.
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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| FasterXML | jackson-databind | >= 2.8.0, < 2.18.10; >= 2.19.0, < 2.21.6; >= 2.22.0, < 2.22.2 |
| FasterXML | jackson-databind | >= 3.0.0, < 3.1.6; >= 3.2.0, < 3.2.2 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-19032?
How severe is CVE-2026-19032?
How do I fix CVE-2026-19032?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-19024NULL pointer dereference in H5Pget_fill_value in HDF5 before…8.2
- CVE-2026-19025H5O__layout_decode in H5Olayout.c in HDF5 through 2.3.0 does…6.8
- CVE-2026-19026H5Z__filter_nbit in H5Znbit.c in HDF5 through 2.3.0 derefere…6.8
- CVE-2026-19027The H5Z__nbit_decompress_one_byte, H5Z__nbit_decompress_one_…6.9
- CVE-2026-19028H5Z__filter_fletcher32 in H5Zfletcher32.c in HDF5 through 2.…6.8
- CVE-2026-1903The Ravelry Designs Widget plugin for WordPress is vulnerabl…6.4
- CVE-2026-19033For a secondary zone with transfers restricted by TSIG, `nam…6.5
- CVE-2026-19034A vulnerability was determined in Shibby Tomato 1.28.0000. A…7.3
- CVE-2026-19035A vulnerability was identified in Shibby Tomato 1.28.0000. A…7.3
- CVE-2026-19036A security flaw has been discovered in Shibby Tomato 1.28.00…7.3
- CVE-2026-19037A weakness has been identified in WonderTrader up to 0.9.9. …4.3
- CVE-2026-19038A security vulnerability has been detected in MonomythDevelo…6.3
Are you affected by CVE-2026-19032?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
