ID CVE-2003-0813
Summary A multi-threaded race condition in the Windows RPC DCOM functionality with the MS03-039 patch installed allows remote attackers to cause a denial of service (crash or reboot) by causing two threads to process the same RPC request, which causes one thread to use memory after it has been freed, a different vulnerability than CVE-2003-0352 (Blaster/Nachi), CVE-2003-0715, and CVE-2003-0528, and as demonstrated by certain exploits against those vulnerabilities.
References
Vulnerable Configurations
  • cpe:2.3:o:microsoft:windows_2000:*:sp4:*:*:*:*:*:*
    cpe:2.3:o:microsoft:windows_2000:*:sp4:*:*:*:*:*:*
  • cpe:2.3:o:microsoft:windows_2000:*:sp2:*:*:*:*:*:*
    cpe:2.3:o:microsoft:windows_2000:*:sp2:*:*:*:*:*:*
  • cpe:2.3:o:microsoft:windows_xp:-:*:*:*:*:*:*:*
    cpe:2.3:o:microsoft:windows_xp:-:*:*:*:*:*:*:*
  • cpe:2.3:o:microsoft:windows_2000:*:sp3:*:*:*:*:*:*
    cpe:2.3:o:microsoft:windows_2000:*:sp3:*:*:*:*:*:*
  • cpe:2.3:o:microsoft:windows_xp:-:sp1:*:*:*:*:*:*
    cpe:2.3:o:microsoft:windows_xp:-:sp1:*:*:*:*:*:*
  • cpe:2.3:o:microsoft:windows_98:-:*:*:*:*:*:*:*
    cpe:2.3:o:microsoft:windows_98:-:*:*:*:*:*:*:*
  • cpe:2.3:o:microsoft:windows_nt:4.0:sp6a:*:*:server:*:*:*
    cpe:2.3:o:microsoft:windows_nt:4.0:sp6a:*:*:server:*:*:*
  • cpe:2.3:o:microsoft:windows_server_2003:*:*:*:*:*:*:x64:*
    cpe:2.3:o:microsoft:windows_server_2003:*:*:*:*:*:*:x64:*
  • cpe:2.3:o:microsoft:windows_server_2003:*:*:*:*:*:*:x86:*
    cpe:2.3:o:microsoft:windows_server_2003:*:*:*:*:*:*:x86:*
  • cpe:2.3:o:microsoft:windows_nt:4.0:sp6a:*:*:terminal_server:*:*:*
    cpe:2.3:o:microsoft:windows_nt:4.0:sp6a:*:*:terminal_server:*:*:*
CVSS
Base: 5.1 (as of 15-02-2024 - 21:19)
Impact:
Exploitability:
CWE CWE-367
CAPEC
  • Leveraging Race Conditions via Symbolic Links
    This attack leverages the use of symbolic links (Symlinks) in order to write to sensitive files. An attacker can create a Symlink link to a target file not otherwise accessible to her. When the privileged program tries to create a temporary file with the same name as the Symlink link, it will actually write to the target file pointed to by the attackers' Symlink link. If the attacker can insert malicious content in the temporary file she will be writing to the sensitive file by using the Symlink. The race occurs because the system checks if the temporary file exists, then creates the file. The attacker would typically create the Symlink during the interval between the check and the creation of the temporary 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 PARTIAL
cvss-vector via4 AV:N/AC:H/Au:N/C:P/I:P/A:P
oval via4
  • accepted 2004-06-16T12:00:00.000-04:00
    class vulnerability
    contributors
    name Christine Walzer
    organization The MITRE Corporation
    description A multi-threaded race condition in the Windows RPC DCOM functionality with the MS03-039 patch installed allows remote attackers to cause a denial of service (crash or reboot) by causing two threads to process the same RPC request, which causes one thread to use memory after it has been freed, a different vulnerability than CVE-2003-0352 (Blaster/Nachi), CVE-2003-0715, and CVE-2003-0528, and as demonstrated by certain exploits against those vulnerabilities.
    family windows
    id oval:org.mitre.oval:def:893
    status accepted
    submitted 2004-04-20T12:00:00.000-04:00
    title Windows 2000 RPCSS DCOM Buffer Overflow (Blaster, Test 3)
    version 65
  • accepted 2014-07-14T04:01:31.668-04:00
    class vulnerability
    contributors
    • name Christine Walzer
      organization The MITRE Corporation
    • name Maria Mikhno
      organization ALTX-SOFT
    definition_extensions
    comment Microsoft Windows Server 2003 is installed
    oval oval:org.mitre.oval:def:128
    description A multi-threaded race condition in the Windows RPC DCOM functionality with the MS03-039 patch installed allows remote attackers to cause a denial of service (crash or reboot) by causing two threads to process the same RPC request, which causes one thread to use memory after it has been freed, a different vulnerability than CVE-2003-0352 (Blaster/Nachi), CVE-2003-0715, and CVE-2003-0528, and as demonstrated by certain exploits against those vulnerabilities.
    family windows
    id oval:org.mitre.oval:def:894
    status accepted
    submitted 2004-04-20T12:00:00.000-04:00
    title Server 2003 RPCSS DCOM Buffer Overflow
    version 74
  • accepted 2015-08-10T04:01:11.914-04:00
    class vulnerability
    contributors
    • name Christine Walzer
      organization The MITRE Corporation
    • name Sudhir Gandhe
      organization Telos
    • name Shane Shaffer
      organization G2, Inc.
    • name Maria Mikhno
      organization ALTX-SOFT
    definition_extensions
    • comment Microsoft Windows XP (32-bit) is installed
      oval oval:org.mitre.oval:def:1353
    • comment Microsoft Windows XP SP1 (32-bit) is installed
      oval oval:org.mitre.oval:def:1
    description A multi-threaded race condition in the Windows RPC DCOM functionality with the MS03-039 patch installed allows remote attackers to cause a denial of service (crash or reboot) by causing two threads to process the same RPC request, which causes one thread to use memory after it has been freed, a different vulnerability than CVE-2003-0352 (Blaster/Nachi), CVE-2003-0715, and CVE-2003-0528, and as demonstrated by certain exploits against those vulnerabilities.
    family windows
    id oval:org.mitre.oval:def:900
    status accepted
    submitted 2004-04-20T12:00:00.000-04:00
    title Windows XP RPCSS DCOM Buffer Overflow (Blaster)
    version 78
refmap via4
bid 8811
bugtraq
  • 20031010 Bad news on RPC DCOM vulnerability
  • 20031011 RE: Bad news on RPC DCOM vulnerability
cert TA04-104A
cert-vn VU#547820
fulldisc
  • 20031010 Re : [VERY] BAD news on RPC DCOM Exploit
  • 20031010 Re: Bad news on RPC DCOM vulnerability
  • 20031011 Bad news on RPC DCOM2 vulnerability
iss 20031014 Microsoft RPC Race Condition Denial of Service
misc http://www.securitylab.ru/_exploits/rpc2.c.txt
ntbugtraq 20031010 Bad news on RPC DCOM vulnerability
Last major update 15-02-2024 - 21:19
Published 17-11-2003 - 05:00
Last modified 15-02-2024 - 21:19
Back to Top