mirror of
https://github.com/0xMarcio/cve.git
synced 2026-06-05 02:28:16 +02:00
19 lines
904 B
Markdown
19 lines
904 B
Markdown
### [CVE-2017-16031](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-16031)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
Socket.io is a realtime application framework that provides communication via websockets. Because socket.io 0.9.6 and earlier depends on `Math.random()` to create socket IDs, the IDs are predictable. An attacker is able to guess the socket ID and gain access to socket.io servers, potentially obtaining sensitive information.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/PalindromeLabs/awesome-websocket-security
|
|
- https://github.com/ossf-cve-benchmark/CVE-2017-16031
|
|
|