cve/2018/CVE-2018-16472.md

18 lines
748 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2018-16472](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-16472)
![](https://img.shields.io/static/v1?label=Product&message=cached-path-relative&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=Denial%20of%20Service%20(CWE-400)&color=brighgreen)
### 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.
### POC
#### Reference
- https://hackerone.com/reports/390847
#### Github
- https://github.com/ossf-cve-benchmark/CVE-2018-16472