Files
CVEs-PoC/2017/CVE-2017-16028.md
T
2025-09-29 21:09:30 +02:00

19 lines
797 B
Markdown

### [CVE-2017-16028](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-16028)
![](https://img.shields.io/static/v1?label=Product&message=react-native-meteor-oauth%20node%20module&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=All%20versions%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=Use%20of%20Insufficiently%20Random%20Values%20(CWE-330)&color=brightgreen)
### Description
react-native-meteor-oauth is a library for Oauth2 login to a Meteor server in React Native. The oauth Random Token is generated using a non-cryptographically strong RNG (Math.random()).
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/ARPSyndicate/cvemon
- https://github.com/ossf-cve-benchmark/CVE-2017-16028