tree: 5aae7bef0a8294a7aa8abfc7e2da1aede318ead0 [path history] [tgz]
  1. src/
  2. pom.xml
  3. README.md
dubbo-rpc-extensions/dubbo-rpc-hessian/README.md

dubbo-rpc-hessian

Security

Warning: by default, anyone who can provide data to the Hessian deserializer can cause it to run arbitrary code.

For that reason, if you enable the dubbo-rpc-hessian component, you must make sure your deployment is only reachable by trusted parties, and/or configure a serialization whitelist. Unfortunately we don't currently have any documentation on how to configure a serialization whitelist.

For more general information on how to deal with deserialization security, see this page