Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Communication from Mediawiki to Elgg is not secured by action tokens #3

Open
surevine-elgg opened this issue Oct 20, 2009 · 0 comments

Comments

@surevine-elgg
Copy link
Owner

The web server log file may contain entries of the form

"WARNING: Action mediawiki/watch was called without an action token. It is stongly recommended that you consider doing this. Plugin authors should use 'input/form' or pass is_action=true to 'output/confirmlink' or 'output/url'., referer: http://server/wiki/index.php?title=Test_page&action=myact"

This is because Mediawiki is calling an action URL within Elgg. Action URLs are usually protected by a token inserted by Elgg into the form which posts to the URL, to prevent spoofing attacks. Because Mediawiki is not within Elgg, it doesn't do this.

More investigation is needed to see if this opens up any security risks (e.g. allowing one user to edit the watch list of another user).

This issue does not affect the day-to-day functionality of the Mediawiki plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant