ID CVE-2007-2400
Summary Race condition in Apple Safari 3 Beta before 3.0.2 on Mac OS X, Windows XP, Windows Vista, and iPhone before 1.0.1, allows remote attackers to bypass the JavaScript security model and modify pages outside of the security domain and conduct cross-site scripting (XSS) attacks via vectors related to page updating and HTTP redirects.
References
Vulnerable Configurations
  • cpe:2.3:o:apple:iphone_os:-:*:*:*:*:*:*:*
    cpe:2.3:o:apple:iphone_os:-:*:*:*:*:*:*:*
  • cpe:2.3:o:apple:iphone_os:-:*:*:*:*:*:ipad2:*
    cpe:2.3:o:apple:iphone_os:-:*:*:*:*:*:ipad2:*
  • cpe:2.3:o:apple:iphone_os:-:*:*:*:*:*:iphone:*
    cpe:2.3:o:apple:iphone_os:-:*:*:*:*:*:iphone:*
  • cpe:2.3:o:apple:iphone_os:-:*:*:*:*:*:ipodtouch:*
    cpe:2.3:o:apple:iphone_os:-:*:*:*:*:*:ipodtouch:*
  • cpe:2.3:o:microsoft:windows_vista:*:*:*:*:*:*:*:*
    cpe:2.3:o:microsoft:windows_vista:*:*:*:*:*:*:*:*
  • cpe:2.3:o:apple:mac_os_x:*:*:*:*:*:*:*:*
    cpe:2.3:o:apple:mac_os_x:*:*:*:*:*:*:*:*
  • cpe:2.3:o:microsoft:windows_xp:*:*:*:*:*:*:*:*
    cpe:2.3:o:microsoft:windows_xp:*:*:*:*:*:*:*:*
  • cpe:2.3:a:apple:safari:3.0.1:*:windows:*:*:*:*:*
    cpe:2.3:a:apple:safari:3.0.1:*:windows:*:*:*:*:*
  • cpe:2.3:a:apple:safari:3.0:*:windows:*:*:*:*:*
    cpe:2.3:a:apple:safari:3.0:*:windows:*:*:*:*:*
CVSS
Base: 4.3 (as of 09-08-2022 - 13:46)
Impact:
Exploitability:
CWE CWE-362
CAPEC
  • Leveraging Race Conditions
    The adversary targets a race condition occurring when multiple processes access and manipulate the same resource concurrently, and the outcome of the execution depends on the particular order in which the access takes place. The adversary can leverage a race condition by "running the race", modifying the resource and modifying the normal execution flow. For instance, a race condition can occur while accessing a file: the adversary can trick the system by replacing the original file with his version and cause the system to read the malicious file.
  • Leveraging Time-of-Check and Time-of-Use (TOCTOU) Race Conditions
    This attack targets a race condition occurring between the time of check (state) for a resource and the time of use of a resource. A typical example is file access. The adversary can leverage a file access race condition by "running the race", meaning that they would modify the resource between the first time the target program accesses the file and the time the target program uses the file. During that period of time, the adversary could replace or modify the file, causing the application to behave unexpectedly.
Access
VectorComplexityAuthentication
NETWORK MEDIUM NONE
Impact
ConfidentialityIntegrityAvailability
NONE PARTIAL NONE
cvss-vector via4 AV:N/AC:M/Au:N/C:N/I:P/A:N
refmap via4
apple APPLE-SA-2007-06-22
bid 24599
cert-vn VU#289988
confirm http://docs.info.apple.com/article.html?artnum=306173
osvdb 36452
sectrack 1018282
secunia 26287
vupen
  • ADV-2007-2316
  • ADV-2007-2731
Last major update 09-08-2022 - 13:46
Published 25-06-2007 - 19:30
Last modified 09-08-2022 - 13:46
Back to Top