9.3
CVSSv2

CVE-2003-1026

Published: 20/01/2004 Updated: 23/07/2021
CVSS v2 Base Score: 9.3 | Impact Score: 10 | Exploitability Score: 8.6
VMScore: 935
Vector: AV:N/AC:M/Au:N/C:C/I:C/A:C

Vulnerability Summary

Internet Explorer 5.01 through 6 SP1 allows remote malicious users to bypass zone restrictions via a javascript protocol URL in a sub-frame, which is added to the history list and executed in the top window's zone when the history.back (back) function is called, as demonstrated by BackToFramedJpu, aka the "Travel Log Cross Domain Vulnerability."

Vulnerable Product Search on Vulmon Subscribe to Product

microsoft internet explorer 5.5

microsoft internet explorer 5.0.1

microsoft internet explorer 5.0

microsoft internet explorer 6.0

microsoft ie 6.0

Exploits

// Andreas Sandblad, 2004-02-03, patched by MS04-004 // Name: payload // Purpose: Run payload code called from Local Machine zone // The code may be arbitrary such as executing shell commands // This demo simply creates a harmless textfile on the desktop function payload() { file = "sandbladtxt"; o = new ActiveXObj ...