cve/2019/CVE-2019-10805.md

19 lines
914 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2019-10805](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-10805)
![](https://img.shields.io/static/v1?label=Product&message=valib&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=Internal%20Property%20Tampering&color=brighgreen)
### Description
valib through 2.0.0 allows Internal Property Tampering. A maliciously crafted JavaScript object can bypass several inspection functions provided by valib. Valib uses a built-in function (hasOwnProperty) from the unsafe user-input to examine an object. It is possible for a crafted payload to overwrite this function to manipulate the inspection results to bypass security checks.
### POC
#### Reference
- https://snyk.io/vuln/SNYK-JS-VALIB-559015
2024-06-09 00:33:16 +00:00
- https://snyk.io/vuln/SNYK-JS-VALIB-559015
2024-05-26 14:27:05 +02:00
#### Github
No PoCs found on GitHub currently.