网管联盟 | 网管论坛 | 网管u家 | 网管博客 | 网管软件 | 网管求职 | 小游戏 | 网管搜索 | 网管原创 | 网管聚合 | 网管读摘 | 网管焦点 | 世界素材 | 会员投稿 | 会员中心 
中国网管联盟
Windows Linux Cisco 网络技术 数据库 黑客攻防 DotNet Java PHP 认证 新闻资讯 服务器 存储资讯 网络设备 网管学堂 技术专题 焦点 网吧频道
 当前位置: > bitsCN.com > 网络攻防 > 黑客技术 > Exploit > Flatnuke 3 Remote Cookie Manipoulation / Privilege Escalation  

Flatnuke 3 Remote Cookie Manipoulation / Privilege Escalation

2007-10-26  作者:bitsCN整理  来源:中国网管联盟  点评 投稿 收藏

---------------------------------------------------------------
 ____            __________         __             ____  __  
/_   | ____     |_______    _____/  |_          /_   |/  |_
 |   |/        |  | _(__  <_/ ___   __  ______  |      __
 |   |   |     |  |/         ___|  |   /_____/  |   ||  |  
 |___|___|  /__|  /______  /___  >__|            |___||__|  
          /______|      /     /                        
---------------------------------------------------------------

网管联盟bitsCN@com


Http://www.inj3ct-it.org     Staff[at]inj3ct-it[dot]org

---------------------------------------------------------------

Flatnuke3 Remote Cookie Manipoulation / Privilege Escalation

---------------------------------------------------------------

#By KiNgOfThEwOrLd

---------------------------------------------------------------
PoC:

When an user log in, flatnuke set him a cookie value like this:
myforum=nomeuser. If we try to change it, flatnuke will ask us to log in
again. The code is:


$req = $_SERVER["REQUEST_URI"];
if (strstr($req, "myforum="))
die(_NONPUOI);

So, we can bypass this filter, using nullbyte and login as admin. For example, Replace:

myforum=yourusername

with:

myforum%00=adminusername

PHP Execution PoC:

I saw that in download module, if we set to "1" the fneditmode, we can

网管有家www.bitscn.net


make directory. So, we can write a description for the directory, and
this description will be saved in
/Download/[Dir_Name]/description.it.php . Yes, we can insert php code in
the description and it will be execute! Nice, dontcha? :P

---------------------------------------------------------------




TAGs     __   we   in   ___   can   ____   will   description   and   myforum      
 上一篇:PHP-Nuke Platinum 7.6.b.5 Remote File Inclusion Vulnerability   下一篇:Flatnuke 3 Remote Command Execution / Privilege Escalation
Flatnuke 3 Remote Cookie Manipoulation / Privilege Escalation 评论:
loading.. 评论加载中…
评论:请自觉遵守互联网相关政策法规,评论不得超过250字。

验证码: 注册用户
本类热门排行:
最新推荐文章:
网管论坛交流: