in reply to Security problem in SOAP::Lite
Granted, SOAP::Lite lets you run a SOAP server in which any available method can be called remotely -- but that seems to be by design. If you don't want that behavior, you can use the dispatch_to method to restrict all incoming SOAP calls to a particular Module, method, or Module Directory to protect the server from attacks attempting to call methods outside of those Modules, methods or Module Directories.
Is the issue here that even with a conservative use of dispatch_to Servers can be compromised, or that naive SOAP::Lite users might leave themselves open without realizing it?
(Or is the issue that I'm missunderstanding the docs?)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Security problem in SOAP::Lite
by IlyaM (Parson) on Apr 10, 2002 at 18:20 UTC |