Security issue - users can manipulate the URL
Posted: Fri Aug 29, 2014 11:28 am
Hi,
I am using 1.11.10 and pretty URLs.
Given a page named test, it is accessible using its:
This is undesirable, because a member of the public could publis a URL to our side along the lines of
/ThisCompanyAllowsMeTo/CreateURLSThatAreOffensive/test
How can we stop this kind of behavior?
This also affects modules like Search and News for instance.
I am using 1.11.10 and pretty URLs.
Given a page named test, it is accessible using its:
- * Page alias, e.g. /test
* Page URL, e.g. /testfolder/test
* Page ID, e.g. /25 (if that is the page id for the test page)
- * /aaaa/test
* /aaaa/bbbb/test
This is undesirable, because a member of the public could publis a URL to our side along the lines of
/ThisCompanyAllowsMeTo/CreateURLSThatAreOffensive/test
How can we stop this kind of behavior?
This also affects modules like Search and News for instance.