The vulnerability centers on improper access control in the page tree rendering. TYPO3's page tree construction uses PageTreeRepository to fetch hierarchical data. The affected versions (<9.5.6) lacked proper read-permission enforcement in the tree data aggregation process. The function responsible for fetching tree items (fetchFilteredTreeItems or equivalent) would have failed to properly filter out pages where the backend user lacked 'read' permissions. This matches the vulnerability description where unauthorized pages remained visible despite access restrictions. The high confidence comes from the direct correlation between the vulnerability's nature and the core page tree data fetching mechanism in the backend module.