Note: You are currently viewing documentation for Moodle 3.1. Up-to-date documentation for the latest stable version of Moodle is probably available here: Risks.

Risks

From MoodleDocs
Revision as of 15:47, 8 May 2007 by Helen Foster (talk | contribs) (re-wording)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


Careful consideration should be given to the risks involved in allowing different capabilities.


Configuration

Certain capabilities, such as moodle/site:doanything are intended for administrators only, as they enable users to change the site configuration and behaviour.

XSS (Cross-Site Scripting)

Users could add files and texts that allow cross-site scripting.

Privacy

Certain capabilities enable users to gain access to private information of other users, for example non-public information in a user's profile. These capabilities are intended for administrators and teachers only.

Spam

Certain capabilities enable users to add content to site, for example forum posts, and send messages to other users. These capabilities may be misused for spamming purposes. The role of Guest should have none of these capabilities set.