org.webjars.npm:socket.io-parser@4.0.4 vulnerabilities

  • latest version

    4.2.4

  • latest non vulnerable version

  • first published

    10 years ago

  • latest version published

    1 years ago

  • licenses detected

  • package registry

  • Direct Vulnerabilities

    Known vulnerabilities in the org.webjars.npm:socket.io-parser package. This does not include vulnerabilities belonging to this package’s dependencies.

    How to fix?

    Automatically find and fix vulnerabilities affecting your projects. Snyk scans for vulnerabilities and provides fixes for free.

    Fix for free
    VulnerabilityVulnerable Version
    • H
    Denial of Service (DoS)

    org.webjars.npm:socket.io-parser is a socket.io protocol parser

    Affected versions of this package are vulnerable to Denial of Service (DoS) due to insufficient validation when decoding a packet. An attacker can send an event with a name like '2[{"toString":"foo"}]' to trigger an uncaught exception and a crash, like the below.

    TypeError: Cannot convert object to primitive value
           at Socket.emit (node:events:507:25)
           at .../node_modules/socket.io/lib/socket.js:531:14
    

    How to fix Denial of Service (DoS)?

    Upgrade org.webjars.npm:socket.io-parser to version 3.4.3, 4.2.3 or higher.

    [3.4.0,3.4.3)[4.0.0,4.2.3)
    • C
    Improper Input Validation

    org.webjars.npm:socket.io-parser is a socket.io protocol parser

    Affected versions of this package are vulnerable to Improper Input Validation when parsing attachments containing untrusted user input. Attackers can overwrite the _placeholder object to place references to functions in query objects.

    How to fix Improper Input Validation?

    Upgrade org.webjars.npm:socket.io-parser to version 4.0.5, 4.2.1 or higher.

    [,4.0.5)[4.1.0,4.2.1)