Phorum < 5.0.3 Beta - Cross Site Scripting

Phorum < 5.0.3 Beta – Cross Site Scripting

漏洞ID 1054408 漏洞类型
发布时间 2004-03-15 更新时间 2004-03-15
图片[1]-Phorum < 5.0.3 Beta - Cross Site Scripting-安全小百科CVE编号 N/A
图片[2]-Phorum < 5.0.3 Beta - Cross Site Scripting-安全小百科CNNVD-ID N/A
漏洞平台 PHP CVSS评分 N/A
|漏洞来源
https://www.exploit-db.com/exploits/43802
|漏洞详情
漏洞细节尚未披露
|漏洞EXP
Phorum Cross Site Scripting

Vendor: Phorum
Product: Phorum
Version: <= 5.0.3 Beta
Website: http://www.phorum.org/

BID: 9882 

Description:
Phorum is a web based message board written in PHP. Phorum is designed with high-availability and visitor ease of use in mind. Features such as mailing list integration, easy customization and simple installation make Phorum a powerful add-in to any website. 

Problem:
Phorum have pached a good number of XSS (Cross Site Scripting) issues in the past, but there is still some work to be done regarding these issues before the final release of Phorum Version 5. The first issue I am going to talk about lies in "login.php" If you look at the HTML source code you should see two hidden variables. One called "f" which specifies the forum id, and one called "target" which specifies the location to take the user after they login. Unfortunately both of these values are taken directly from the value of HTTP_REFERER without any validation. While there is a global script in forum that checks for the <script> tag, it will allow for pretty much any thing else, and most of you know it is not hard to execute javascript inside of a tag which is allowed. This same vulnerability also exists in "register.php" And while not the exact same, a similar problem to these two exists in "profile.php" also. Below are some examples. 

login.php?HTTP_REFERER=[XSS]
register.php?&HTTP_REFERER=[XSS]
profile.php?id=2&action=edit&target=[XSS] 

Solution:
The vendor was contacted and immeadiately responded, and will be releasing a fix soon. Thanks to Brian Moon and the rest of the forum dev team for such a quick response. It is appreciated. 

Credits:
James Bercegay of the GulfTech Security Research Team.

相关推荐: NT Help File Buffer Overflow Vulnerability

NT Help File Buffer Overflow Vulnerability 漏洞ID 1104716 漏洞类型 Boundary Condition Error 发布时间 1999-05-17 更新时间 1999-05-17 CVE编号 N/A CN…

© 版权声明
THE END
喜欢就支持一下吧
点赞0
分享