CVE-2026-48170: Unsanitized Path Split Prototype Pollutioncve-2026-48170-unsanitized-path-split-prototype-pollution
Path segments derived from splitting a path string are returned without validating against dangerous property names like '__proto__', 'constructor', or 'prototype'. This can enable prototype pollution when the segments are used to access or modify object properties.