Bug #85482
closedEnsure non-admin users cannot see whole page tree from root, and only the mount points he is assigned to.
0%
Description
I came out with a strange bug.
Using an extension that creates BE users, I made an incorrect configuration, and some non-admin users had the value of the "db_mountpoints" field set to 0 instead of NULL.
The users were in groups that had correctly configured mount points (22, 24). By merging these two pieces of information, users had a mount point list of "0,22,24"
When rendering the page tree in the BE, we could see the two mount points of the group (22 and 24) but also the whole tree from the root (0) exposing the whole site structure to non-authorized users. By clicking on pages that the user should not see, an error "#1289917924: You don't have access to this page" is thrown, hopefully...
Non-admin user should not see all pages from the root. We must therefore be ensured that this case does not occur.
Files