ID CVE-2011-0990
Summary Race condition in the FastCopy optimization in the Array.Copy method in metadata/icall.c in Mono, when Moonlight 2.x before 2.4.1 or 3.x before 3.99.3 is used, allows remote attackers to trigger a buffer overflow and modify internal data structures, and cause a denial of service (plugin crash) or corrupt the internal state of the security manager, via a crafted media file in which a thread makes a change after a type check but before a copy action.
References
Vulnerable Configurations
  • cpe:2.3:a:mono:mono:*:*:*:*:*:*:*:*
    cpe:2.3:a:mono:mono:*:*:*:*:*:*:*:*
  • cpe:2.3:a:novell:moonlight:2.0:*:*:*:*:*:*:*
    cpe:2.3:a:novell:moonlight:2.0:*:*:*:*:*:*:*
  • cpe:2.3:a:novell:moonlight:2.3.0:*:*:*:*:*:*:*
    cpe:2.3:a:novell:moonlight:2.3.0:*:*:*:*:*:*:*
  • cpe:2.3:a:novell:moonlight:2.4:*:*:*:*:*:*:*
    cpe:2.3:a:novell:moonlight:2.4:*:*:*:*:*:*:*
  • cpe:2.3:a:novell:moonlight:2.31:*:*:*:*:*:*:*
    cpe:2.3:a:novell:moonlight:2.31:*:*:*:*:*:*:*
  • cpe:2.3:a:novell:moonlight:3.0:*:*:*:*:*:*:*
    cpe:2.3:a:novell:moonlight:3.0:*:*:*:*:*:*:*
  • cpe:2.3:a:novell:moonlight:3.99:*:*:*:*:*:*:*
    cpe:2.3:a:novell:moonlight:3.99:*:*:*:*:*:*:*
CVSS
Base: 5.8 (as of 17-08-2017 - 01:33)
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 PARTIAL
cvss-vector via4 AV:N/AC:M/Au:N/C:N/I:P/A:P
refmap via4
bid 47208
confirm
mlist
  • [opensuse-updates] 20110408 openSUSE-SU-2011:0313-1 (critical): moonlight security update
  • [oss-security] 20110406 Moonlight release 2.4.1 with security fixes
secunia
  • 44002
  • 44076
vupen ADV-2011-0904
xf momo-arraycopy-security-bypass(66625)
Last major update 17-08-2017 - 01:33
Published 13-04-2011 - 21:55
Last modified 17-08-2017 - 01:33
Back to Top