| Cross Zone Scripting |
Article Index for Cross |
Shopping Scripting |
Website Links For Scripting |
Information AboutCross Zone Scripting |
| CATEGORIES ABOUT CROSS-ZONE SCRIPTING | |
| web security exploits | |
| system administration | |
A common attack scenario involves two steps. The first step is to use a Cross Zone Scripting vulnerability to get scripts executed within a privileged zone. To complete the attack, then perform malicious actions on the computer using insecure ActiveX components. This type of vulnerability has been exploited to silently install various Malware (such as Spyware , remote control software, Worms and such) onto computers browsing a malicious web page. ORIGINS OF THE ZONE CONCEPT Internet Explorer introduced a security Zone concept into Internet Explorer. However, this is a generic issue which is not Internet Explorer specific; some other browsers also implicitly implement the Local Computer zone. There are four well known zones in Internet Explorer:
These zones are explained in detail by Q174360: How to use security zones in Internet Explorer . There is also an additional hidden zone:
Local intranet, '''Trusted sites''' and '''Local Computer''' are usually configured to be privileged zones. Most Cross Zone Scripting attacks are designed to jump from '''Internet''' zone to a privileged zone. CROSS-ZONE SCRIPTING EXAMPLES Cross-zone scripting into Local Computer Zone This type of exploits attempts to execute code in the security context of Local Computer Zone. The following HTML is used to illustrate a naive (non-working) attempt of exploitation: A computer which considers intranet.example.com a part of ''Local Intranet'' zone will now successfully be cross zone scripted. Cross-zone scripting into Trusted Sites Zone A well known example is the %2f bug in Internet Explorer. It was discovered that the following URL
executed with "Trusted Sites" permission if windowsupdate.microsoft.com was listed as a trusted site. EXTERNAL LINKS
|
|
|