|
SecurityConsiderations
Security considerations for administrators
Security ConsiderationsThis page tries to give an overview of security issues related to the various components and explain what can or should be done. The Running SystemThe framework requires that 3 ports are open for incoming connections:
The web services should be considered public in that no restrictions are put on who gets access to the returned pages. Apart from the authentication service, they do, however, depend on a valid session ID. The same is true for the client port, which requires that the client has been authenticated before accepting any requests. Finally, only mote hosts that connects from preapproved IP addresses are allowed to join the mote control infrastructure. The ProtocolsTransfer of Sensitive InformationData between the client and web services are sent as clear text. This may pose problems, if credentials used in the testbed are system wide for the implicated users. The Server CodeIn its current shape, the server code should not be considered as secure as desirable. It has been written with robustness in mind, however, there is still room for improvements. Fixed and Open Security IssuesBelow, an overview of the security related issues recorded in the issue tracker is listed:
Search the issue tracker for issues marked as security related. |
Sign in to add a comment