网站地图    收藏   

主页 > 后端 > 网站安全 >

Piwigo 2.3.3多重缺陷及修复 - 网站安全 - 自学php

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

[导读] 设计产品: Piwigo开发者: Piwigo project缺陷影响版本: 2.3.3及以前已测试本本: 2.3.3缺陷类型: Directory Path Traversal, Cross-Site Scripting (XSS)解决状态: 官方已修复Risk Level: MediumAd......

设计产品: Piwigo
开发者: Piwigo project
缺陷影响版本: 2.3.3及以前
已测试本本: 2.3.3

缺陷类型: Directory Path Traversal, Cross-Site Scripting (XSS)
解决状态: 官方已修复
Risk Level: Medium

Advisory Details:
 
High-Tech Bridge SA Security Research Lab has discovered multiple vulnerabilities in Piwigo, which can be exploited to perform Cross-Site Scripting (XSS) and Path Traversal attacks.
 
1) 目录遍历 : CVE-2012-2208
 
1.1 Input passed via the "language" GET parameter to upgrade.php is vulnerable to directory path traversal. The directory path passed to the "language" parameter is later used in include() function to include the following files: common.lang.php, admin.lang.php, install.lang.php and upgrade.lang.php.
 
Under certain conditions this can be exploited to include malicious PHP file and execute arbitrary PHP code. To exploit this vulnerability the attacker should create a file with the name from the list above (for example admin.lang.php) in the file system (for example in /tmp/) and try to include it via directory traversal.
 
The following PoC (Proof of Concept) demonstrates the vulnerability:
 
http://www.2cto.com /upgrade.php?language=../../../../../tmp/
 
/tmp/ directory should contain "admin.lang.php" file that will be used in include() call.
 
2)多个 Cross-Site Scripting (XSS) : CVE-2012-2209
 
2.1 Input passed via the "section" GET parameter to admin.php is not properly sanitised before being returned to the user.
This can be exploited to execute arbitrary HTML and script code in administrator's browser session in context of affected website.
 
The following PoC (Proof of Concept) demonstrates the vulnerability:
 
http://www.2cto.com /admin.php?page=configuration&section=%22%3E%3Cscript%3Eale
rt%28document.cookie%29;%3C/script%3E
 
2.2 Input passed via the "installstatus" GET parameter to admin.php is not properly sanitised before being returned to the user.
This can be exploited to execute arbitrary HTML and script code in administrator's browser session in context of affected website.
 
The following PoC demonstrates the vulnerability:
 
http://[host]/admin.php?page=languages_new&installstatus=%3Cscript%3Eale
rt%28document.cookie%29;%3C/script%3E
 
2.3 Input passed via the "theme" GET parameter to admin.php is not properly sanitised before being returned to the user.
This can be exploited to execute arbitrary HTML and script code in administrator's browser session in context of affected website.
 
The following PoC demonstrates the vulnerability:
 
http://[host]/admin.php?page=theme&theme=%3Cscript%3Ealert%28document.co
okie%29;%3C/script%3E
 
------------------------------------------------------------------------
解决方案:
 
升级到 Piwigo 2.3.4
 
More Information:
http://piwigo.org/forum/viewtopic.php?id=19173
http://piwigo.org/releases/2.3.4
http://piwigo.org/bugs/view.php?id=2607
 

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

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

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

添加评论