Fuse 6 is no longer supported
As of February 2025, Red Hat Fuse 6 is no longer supported. If you are using Fuse 6, please upgrade to Red Hat build of Apache Camel.이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 1. Security Alerts
The following security alerts are know to affect 6.0:
- Security vulnerability in Camel Restlet component
- The
APPLICATION_JAVA_OBJECTandAPPLICATION_JAVA_OBJECT_XMLmedia types are not safe to use from a security perspective. There is a weakness in the XML deserialization mechanism used by these media types, which allows a remote attacker to force the JVM to execute unwanted Java code embedded inside a specially-crafted request to the REST endpoint. By default,camel-restletuses theAPPLICATION_WWW_FORMmedia type, which is not affected by this issue. It is possible to change the media type by setting theContent-Typemessage header. If you do so, it is important to ensure you do not use theAPPLICATION_JAVA_OBJECTandAPPLICATION_JAVA_OBJECT_XMLmedia types. These media types will be disabled entirely in a future release.