← Back

Cached Path Relative

cached-path-relative

Vendor: Cached Path Relative Project • 2 CVEs

CVEs (2)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
2Cached Path Relative Project
Debian
2Cached Path Relative
Debian Linux
Nov 21, 2024
Jan 21, 2022
N/A· v4
9.8 CRITICAL· v3
7.5 HIGH· v2
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 p...Show more
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 create the cached relative path. When using the origin path as __proto__, the attribute of the object is accessed instead of a path. **Note:** This vulnerability derives from an incomplete fix in https://security.snyk.io/vuln/SNYK-JS-CACHEDPATHRELATIVE-72573Show less
2Cached Path Relative Project
Debian
2Cached Path Relative
Debian Linux
Nov 21, 2024
Nov 6, 2018
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
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 a...Show more
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.Show less