ID CVE-2004-2659
Summary Opera offers an Open button to verify that a user wishes to execute a downloaded file, which allows user-assisted remote attackers to construct a race condition that tricks a user into clicking Open via a request for a different mouse or keyboard action very shortly before the Open dialog appears. NOTE: this is a different issue than CVE-2005-2407.
References
Vulnerable Configurations
  • cpe:2.3:a:mozilla:mozilla:-:*:*:*:*:*:*:*
    cpe:2.3:a:mozilla:mozilla:-:*:*:*:*:*:*:*
  • cpe:2.3:a:opera:opera_browser:-:*:*:*:*:*:*:*
    cpe:2.3:a:opera:opera_browser:-:*:*:*:*:*:*:*
CVSS
Base: 4.0 (as of 28-02-2022 - 18:38)
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 HIGH NONE
Impact
ConfidentialityIntegrityAvailability
PARTIAL PARTIAL NONE
cvss-vector via4 AV:N/AC:H/Au:N/C:P/I:P/A:N
refmap via4
fulldisc 20040407 Race conditions in security dialogs
misc http://www.squarefree.com/2004/07/01/race-conditions-in-security-dialogs/
Last major update 28-02-2022 - 18:38
Published 31-12-2004 - 05:00
Last modified 28-02-2022 - 18:38
Back to Top