phpBB 2.0.3 – Script Injection

18次阅读
没有评论

phpBB 2.0.3 – Script Injection

漏洞ID 1053645 漏洞类型
发布时间 2002-11-25 更新时间 2002-11-25
phpBB 2.0.3 - Script InjectionCVE编号 N/A
phpBB 2.0.3 - Script InjectionCNNVD-ID N/A
漏洞平台 PHP CVSS评分 N/A
|漏洞来源
https://www.exploit-db.com/exploits/22043
|漏洞详情
漏洞细节尚未披露
|漏洞EXP
source: http://www.securityfocus.com/bid/6248/info

phpBB does not properly sanitize user input in forum postings. This could allow a malicious user to inject script code into a forum post which would in turn be executed when the page is viewed by other users.

Script code would be executed in the security context of the phpBB site.

Supplied script code may access authentication credentials, or take actions as an authenticated user.

<b onMouseOver="alert(document.location);">This piece of text could be
dangerous if you were to move your mouse over it!</b>

<i onClick="alert(document.location);">This piece of text could be dangerous
if you were to click it!</i>

<u onClick="alert('Hello');">This piece of text could be dangerous if you
were to click it!</u>

相关推荐: Working Resources BadBlue Information Disclosure Vulnerability

Working Resources BadBlue Information Disclosure Vulnerability 漏洞ID 1101237 漏洞类型 Access Validation Error 发布时间 2002-11-25 更新时间 2002…

正文完
 0