VYPR

npm package

querymen

pkg:npm/querymen

Vulnerabilities (2)

  • CVE-2022-25871Jun 17, 2022
    affected <= 2.1.4

    All versions of package querymen are vulnerable to Prototype Pollution if the parameters of exported function handler(type, name, fn) can be controlled by users without any sanitization. Note: This vulnerability derives from an incomplete fix of [CVE-2020-7600](https://security.s

  • CVE-2020-7600Mar 12, 2020
    affected < 2.1.4fixed 2.1.4

    querymen prior to 2.1.4 allows modification of object properties. The parameters of exported function handler(type, name, fn) can be controlled by users without any sanitization. This could be abused for Prototype Pollution attacks.