Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 652 Bytes

File metadata and controls

14 lines (10 loc) · 652 Bytes

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