CVE-2007-2843 : Detail

CVE-2007-2843

2.98%V3
Network
2007-05-24
16h00 +00:00
2008-11-15
09h00 +00:00
Notifications for a CVE
Stay informed of any changes for a specific CVE.
Notifications manage

CVE Descriptions

Cross-domain vulnerability in Apple Safari 2.0.4 allows remote attackers to access restricted information from other domains via Javascript, as demonstrated by a js script that accesses the location information of cross-domain web pages, probably involving setTimeout and timed events.

CVE Informations

Metrics

Metrics Score Severity CVSS Vector Source
V2 10 AV:N/AC:L/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 : 30078

Publication date : 2007-05-22 22h00 +00:00
Author : Gareth Heyes
EDB Verified : Yes

source: https://www.securityfocus.com/bid/24121/info Apple Safari is prone to an information-disclosure vulnerability because it fails to properly enforce cross-domain JavaScript restrictions. Exploiting this issue may allow attackers to access locations that a user visits, even if it's in a different domain than the attacker's site. The most common manifestation of this condition would typically be in blogs or forums. Attackers may be able to access potentially sensitive information that would aid in phishing attacks. This issue affects Safari 2.0.4; other versions may also be affected. var snoopWin; function run() { snoopWin = window.open('http://www.google.com/','snoopWindow','width=640,height=480'); snoopWin.blur(); setTimeout("snoopy()", 5000); } function snoopy() { alert(snoopWin.location); setTimeout("snoopy()", 5000); }

Products Mentioned

Configuraton 0

Apple>>Safari >> Version 2.0.4

References

http://www.securityfocus.com/bid/24121
Tags : vdb-entry, x_refsource_BID
http://osvdb.org/38859
Tags : vdb-entry, x_refsource_OSVDB