cve/2022/CVE-2022-25645.md
2024-06-18 02:51:15 +02:00

872 B

CVE-2022-25645

Description

All versions of package dset are vulnerable to Prototype Pollution via 'dset/merge' mode, as the dset function checks for prototype pollution by validating if the top-level path contains proto, constructor or protorype. By crafting a malicious object, it is possible to bypass this check and achieve prototype pollution.

POC

Reference

Github

No PoCs found on GitHub currently.