← back
CVE-2018-16472CWE-400

CVE-2018-16472

3Vexday Risk Score

No sign of exploitation. No public exploitation artifact known so far.

ssvc Trackepss 2.1%
exploitation probability
2.1%top 19% of all CVEs
observed exploitation
nono source reports it
In short

A flaw in cached-path-relative library allows attackers to inject malicious properties into JavaScript's core Object prototype, causing the application to crash or behave unpredictably.

Technical detail

Prototype pollution vulnerability in cached-path-relative ≤1.0.1 enables an attacker to modify Object.prototype through crafted input, resulting in property inheritance across all JS objects and triggering denial of service conditions.

Summary generated and translated by AI from the official description.
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.