← العودة للجدول
CVE-2026-19032
CVE-2026-19032 — jackson-databind's deserializer for java.nio.file.Path resolves an attacker
📅 2026-09-01
🟡 Medium 🔥 No NVD Vulnerability Vulnerability CVSS 5.3

📋 الوصف الكامل

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 and calls provider.getPath(uri) on the first

💻 الأنظمة المتأثرة

⚠️ نوع التهديد

Vulnerability

🔗 CVE ID

CVE-2026-19032

📡 المصدر

NVD

✅ الحلول والتخفيف

Refer to CVE-2026-19032 NVD advisory

🔗 المصدر الأصلي ← 📘 NVD ← ⚡ CISA KEV ← 🔍 Valters IT ←