io.netty.incubator:netty-incubator-codec-ohttp@0.0.13.Final

  • latest version

    0.0.27.Final

  • latest non vulnerable version

  • first published

    2 years ago

  • latest version published

    2 days ago

  • licenses detected

  • package registry

  • Direct Vulnerabilities

    Known vulnerabilities in the io.netty.incubator:netty-incubator-codec-ohttp package. This does not include vulnerabilities belonging to this package’s dependencies.

    Fix vulnerabilities automatically

    Snyk's AI Trust Platform automatically finds the best upgrade path and integrates with your development workflows. Secure your code at zero cost.

    Fix for free
    VulnerabilityVulnerable Version
    • M
    Missing Cryptographic Step

    Affected versions of this package are vulnerable to Missing Cryptographic Step due to the lack of enforcement for receiving a cryptographically-signed final chunk before the termination of the outer HTTP body. An attacker can cause undetected truncation of chunked messages by forwarding only a prefix of a legitimate message and closing the connection cleanly, resulting in no decryption error or exception in the receiving application.

    How to fix Missing Cryptographic Step?

    Upgrade io.netty.incubator:netty-incubator-codec-ohttp to version 0.0.22.Final or higher.

    [,0.0.22.Final)
    • M
    Insecure Randomness

    Affected versions of this package are vulnerable to Insecure Randomness due to the HKDF_expand and EVP_HPKE_CTX_export functions returning a zero-filled byte array on failure, which is then used as key material for AEAD encryption. An attacker can predict and exploit the deterministic, all-zero AEAD key by triggering failures in these cryptographic operations.

    How to fix Insecure Randomness?

    Upgrade io.netty.incubator:netty-incubator-codec-ohttp to version 0.0.21.Final or higher.

    [,0.0.21.Final)