org.apache.camel:camel-vertx-http@4.13.0

  • latest version

    4.21.0

  • latest non vulnerable version

  • first published

    5 years ago

  • latest version published

    25 days ago

  • licenses detected

  • package registry

  • Direct Vulnerabilities

    Known vulnerabilities in the org.apache.camel:camel-vertx-http 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
    • C
    Deserialization of Untrusted Data

    Affected versions of this package are vulnerable to Deserialization of Untrusted Data via the ObjectInputFilter (VertxHttpHelper.deserializeJavaObjectFromStream and NettyHttpHelper.deserializeJavaObjectFromStream). An attacker can achieve remote code execution on a Camel application host by causing the producer to process a backend HTTP response with Content-Type: application/x-java-serialized-object when transferException=true or allowJavaSerializedObject=true and throwExceptionOnFailure remains enabled. The vulnerable code reads the response body through a raw ObjectInputStream without any class filtering, so a malicious or compromised backend, or a man-in-the-middle on plain HTTP, can supply a crafted serialized object. If a suitable gadget chain is present on the classpath, the application deserializes attacker-controlled data and executes attacker-chosen code.

    How to fix Deserialization of Untrusted Data?

    Upgrade org.apache.camel:camel-vertx-http to version 4.14.8, 4.18.3, 4.20.0 or higher.

    [,4.14.8)[4.15.0,4.18.3)[4.19.0,4.20.0)