Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Exploits-HackingTools
[Top] [All Lists]

[NT] Internet Explorer Handling of %20 Allows Spoofing

Subject: [NT] Internet Explorer Handling of %20 Allows Spoofing
Date: 17 Jan 2005 14:19:35 +0200
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

The SecuriTeam alerts list - Free, Accurate, Independent.

Get your security news from a reliable source.
http://www.securiteam.com/mailinglist.html 

- - - - - - - - -



  Internet Explorer Handling of %20 Allows Spoofing
------------------------------------------------------------------------


SUMMARY

Internet Explorer supports two forms of URI (Universal Resource 
Identifiers), a full qualified domain name and dotted IP. Whenever 
Internet Explorer receives the dotted IP form, it will ignore any 
characters written after an escape space sign (%20). This opens the user 
to attack has he can be tricked into thinking he is connecting a certain 
server while in fact he is connected to another.

DETAILS

Vulnerable Systems:
 * Internet Explorer version 6.0 SP1
 * Internet Explorer version 6.0 SP2
 * Internet Explorer version 5.0
 * Internet Explorer version 5.5

Apparently IE handles IPs in URLs as something like (as you might expect):
 http://xxx.xxx.xxx.xxx/

But the problem is if you put a %20 in the IP address like this, it will 
still render (assuming I am under 16 charachters between the slashes):
 http://x.x.x.x%20/

It is looking for 16 charachters and ignores anything after the %20 
(space). This becomes a problem is in the case of a short URL you can put 
in some data here, like so:
 http://x.x.x.x%20a.com/

Further, if the real IP address is on a server that can handle this (IIS 
doesn't know how to handle it in all the cases I have tested, but Apache 
handles it fine by default) and you have either Earthlink's 
FraudEliminator or CoreStreet's SpooofStick, they give incorrect 
information.  (Please don't hit this poor guy's IP, he just happened to 
have one short enough to test this):
 <http://www.shocking.com/~rsnake/images/rs/percenttwenty.jpg> 
http://www.shocking.com/~rsnake/images/rs/percenttwenty.jpg


ADDITIONAL INFORMATION

The information has been provided by  <mailto:rsnake@shocking.com> RSnake.



======================================== 


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. 




<Prev in Thread] Current Thread [Next in Thread>
  • [NT] Internet Explorer Handling of %20 Allows Spoofing, SecuriTeam <=