VYPR
Vendor

faye

Products
3
CVEs
7
Across products
8
Status
Private

Products

3

Recent CVEs

7
  • CVE-2020-11020HigApr 29, 2020
    risk 0.48cvss 8.5epss 0.02

    Faye (NPM, RubyGem) versions greater than 0.5.0 and before 1.0.4, 1.1.3 and 1.2.5, has the potential for authentication bypass in the extension system. The vulnerability allows any client to bypass checks put in place by server-side extensions, by appending extra segments to the…

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

    websocket-driver is a WebSocket protocol handler with pluggable I/O. Prior to 0.7.5, the frame format in draft versions of the WebSocket protocol includes a length header that allows an arbitrarily large integer to be encoded as a sequence of bytes with the high bit set. By…

  • CVE-2026-54465HigJul 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, when websocket-driver is used to implement a WebSocket server on top of a TCP server using WebSocket::Driver.server() or to complement a WebSocket client, a peer can make a single connection…

  • 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-54490MedJul 17, 2026
    risk 0.34cvss epss 0.00

    websocket-driver is a WebSocket protocol handler with pluggable I/O. Prior to 0.7.5, if this library is used 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 because the…

  • 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…

  • CVE-2020-15134HigJul 31, 2020
    risk 0.00cvss 8.0epss 0.01

    Faye before version 1.4.0, there is a lack of certification validation in TLS handshakes. Faye uses em-http-request and faye-websocket in the Ruby version of its client. Those libraries both use the `EM::Connection#start_tls` method in EventMachine to implement the TLS handshake…