VYPR

websocket-driver-ruby

by faye

Source repositories

CVEs (2)

  • CVE-2026-54463HigJul 17, 2026
    risk 0.42cvss 7.5epss 0.00

    websocket-driver is a WebSocket protocol handler with pluggable I/O. Prior to 0.8.1, draft versions of the WebSocket protocol in websocket-driver include a length header that allows an arbitrarily large integer to be encoded as bytes with the high bit set, and a server or client…

  • CVE-2026-54464MedJul 17, 2026
    risk 0.34cvss epss 0.00

    ### Impact If this library is used in tandem with the `permessage-deflate` extension, a WebSocket server or client can be made to accept messages that are larger than the configured maximum message size. This is because this limit is checked against the message frames' length…