VYPR

Socket.io

by Socket

npm: socket.io

Source repositories

CVEs (5)

  • CVE-2026-59725HigJul 8, 2026
    risk 0.42cvss 7.5epss 0.00

    Socket.IO enables bidirectional and low-latency communication for every platform. From 4.1.0 before 6.6.7, Engine.IO protocol v4 polling transport does not properly close the HTTP response for invalid binary POST requests with Content-Type: application/octet-stream, allowing an…

  • CVE-2026-59724HigJul 8, 2026
    risk 0.42cvss 7.5epss 0.00

    Socket.IO enables bidirectional and low-latency communication for every platform. From 6.5.0 before 6.6.7, Engine.IO servers with WebTransport enabled can resolve a crafted session ID such as __proto__ through an inherited property of the clients object during WebTransport…

  • CVE-2017-16031HigJun 4, 2018
    risk 0.42cvss 7.5epss 0.02

    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…

  • CVE-2024-38355HigJun 19, 2024
    risk 0.41cvss 7.3epss 0.01

    Socket.IO is an open source, real-time, bidirectional, event-based, communication framework. A specially crafted Socket.IO packet can trigger an uncaught exception on the Socket.IO server, thus killing the Node.js process. This issue is fixed by commit `15af22fc22` which has…

  • CVE-2020-28481MedJan 19, 2021
    risk 0.28cvss 5.3epss 0.01

    The package socket.io before 2.4.0 are vulnerable to Insecure Defaults due to CORS Misconfiguration. All domains are whitelisted by default.