VYPR

Cached Path Relative

by Cached Path Relative Project

CVEs (2)

  • CVE-2018-16472HigNov 6, 2018
    risk 0.49cvss 7.5epss 0.02

    A prototype pollution attack in cached-path-relative versions <=1.0.1 allows an attacker to inject properties on Object.prototype which are then inherited by all the JS objects through the prototype chain causing a DoS attack.

  • CVE-2021-23518HigJan 21, 2022
    risk 0.41cvss 7.3epss 0.02

    The package cached-path-relative before 1.1.0 are vulnerable to Prototype Pollution via the cache variable that is set as {} instead of Object.create(null) in the cachedPathRelative function, which allows access to the parent prototype properties when the object is used to…