VYPR

npm package

dset

pkg:npm/dset

Vulnerabilities (3)

  • CVE-2024-21529HigSep 11, 2024
    affected < 3.1.4fixed 3.1.4

    Versions of the package dset before 3.1.4 are vulnerable to Prototype Pollution via the dset function due improper user input sanitization. This vulnerability allows the attacker to inject malicious object property using the built-in Object property __proto__, which is recursivel

  • CVE-2022-25645May 1, 2022
    affected < 3.1.2fixed 3.1.2

    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

  • CVE-2020-28277Dec 29, 2020
    affected >= 1.0.0, < 2.0.1fixed 2.0.1

    Prototype pollution vulnerability in 'dset' versions 1.0.0 through 2.0.1 allows attacker to cause a denial of service and may lead to remote code execution.