io.netty:netty-codec-http@4.1.107.Final vulnerabilities

  • latest version

    4.1.119.Final

  • latest non vulnerable version

  • first published

    12 years ago

  • latest version published

    1 months ago

  • licenses detected

  • package registry

  • Direct Vulnerabilities

    Known vulnerabilities in the io.netty:netty-codec-http 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
    • M
    Allocation of Resources Without Limits or Throttling

    io.netty:netty-codec-http is a network application framework for rapid development of maintainable high performance protocol servers & clients.

    Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling due to the accumulation of data in the HttpPostRequestDecoder. The decoder cumulates bytes in the undecodedChunk buffer until it can decode a field, allowing for data to accumulate without limits.

    An attacker can cause a denial of service by sending a chunked post consisting of many small fields that will be accumulated in the bodyListHttpData list.

    How to fix Allocation of Resources Without Limits or Throttling?

    Upgrade io.netty:netty-codec-http to version 4.1.108.Final or higher.

    [,4.1.108.Final)