VYPR

Maven package

org.apache.camel/camel-vertx-http

pkg:maven/org.apache.camel/camel-vertx-http

Vulnerabilities (2)

  • CVE-2026-42527HigJul 6, 2026
    affected >= 4.14.0, < 4.14.8fixed 4.14.8

    Deserialization of Untrusted Data vulnerability in Apache Camel. The default ObjectInputFilter pattern shipped with several Apache Camel components for defense-in-depth deserialization filtering ('java.**;javax.**;org.apache.camel.**;!*', or the no-'javax.**' variant in the aggr

  • CVE-2026-40859HigJul 6, 2026
    affected >= 4.0.0, < 4.14.8fixed 4.14.8

    Deserialization of Untrusted Data vulnerability in Apache Camel. The camel-vertx-http component deserializes HTTP response bodies carrying the Content-Type application/x-java-serialized-object using a raw java.io.ObjectInputStream, without applying any ObjectInputFilter (VertxHt