XOOPS / XoopsCore

Core Framework for next version of XOOPS CMS: 2.6.0
https://xoops.org
138 stars 81 forks source link

Fixed Directory Traversal issue on jquery.php. #557

Closed harupu closed 7 years ago

harupu commented 7 years ago

Description Template viewer on http://[server name]/[base path]/modules/system/admin.php?fct=tplsets allows malicious user to read restricted files outside of the web server’s root directory such as /etc/passwd/. This viewer is restricted to admin but must return permission error when users try to access restricted files and directories.

Screenshot image

If i have to describe how to reproduce this issue, please let me know.

geekwright commented 7 years ago

Thanks!