Vulnerabilities > CVE-2008-0084 - Remote Denial Of Service vulnerability in Microsoft Windows Vista DHCP

047910
CVSS 7.8 - HIGH
Attack vector
NETWORK
Attack complexity
LOW
Privileges required
NONE
Confidentiality impact
NONE
Integrity impact
NONE
Availability impact
COMPLETE
network
low complexity
microsoft
nessus

Summary

Unspecified vulnerability in the TCP/IP support in Microsoft Windows Vista allows remote DHCP servers to cause a denial of service (hang and restart) via a crafted DHCP packet. Apply patches. Windows Vista: http://www.microsoft.com/downloads/de...=8ce9608b-7049-47cd-adc4-22a803877d33 Windows Vista x64 Edition: http://www.microsoft.com/downloads/de...=d7b9c3d1-9c23-4e05-bac6-d0b327feaf53

Vulnerable Configurations

Part Description Count
OS
Microsoft
1

Nessus

NASL familyWindows : Microsoft Bulletins
NASL idSMB_NT_MS08-004.NASL
descriptionThe remote version of Windows contains a version of the TCP/IP protocol that does not properly parse DHCP packets. An attacker may exploit these flaws to crash the remote host.
last seen2020-06-01
modified2020-06-02
plugin id31038
published2008-02-12
reporterThis script is Copyright (C) 2008-2018 Tenable Network Security, Inc.
sourcehttps://www.tenable.com/plugins/nessus/31038
titleMS08-004: Vulnerability in Windows TCP/IP Could Allow Denial of Service (946456)
code
#
# (C) Tenable Network Security, Inc.
#

include("compat.inc");

if (description)
{
 script_id(31038);
 script_version("1.28");
 script_cvs_date("Date: 2018/11/15 20:50:30");

 script_cve_id("CVE-2008-0084");
 script_bugtraq_id(27634);
 script_xref(name:"MSFT", value:"MS08-004");
 script_xref(name:"MSKB", value:"946456");

 script_name(english:"MS08-004: Vulnerability in Windows TCP/IP Could Allow Denial of Service (946456)");
 script_summary(english:"Determines the presence of update 946456");

 script_set_attribute(attribute:"synopsis", value:"It is possible to execute code on the remote host.");
 script_set_attribute(attribute:"description", value:
"The remote version of Windows contains a version of the TCP/IP protocol
that does not properly parse DHCP packets.

An attacker may exploit these flaws to crash the remote host.");
 script_set_attribute(attribute:"see_also", value:"https://docs.microsoft.com/en-us/security-updates/SecurityBulletins/2008/ms08-004");
 script_set_attribute(attribute:"solution", value:"Microsoft has released a set of patches for Windows Vista.");
 script_set_cvss_base_vector("CVSS2#AV:A/AC:L/Au:N/C:N/I:N/A:P");
 script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
 script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
 script_set_attribute(attribute:"exploit_available", value:"false");

 script_set_attribute(attribute:"vuln_publication_date", value:"2008/02/12");
 script_set_attribute(attribute:"patch_publication_date", value:"2008/02/12");
 script_set_attribute(attribute:"plugin_publication_date", value:"2008/02/12");

 script_set_attribute(attribute:"plugin_type", value:"local");
 script_set_attribute(attribute:"cpe", value:"cpe:/o:microsoft:windows");
 script_end_attributes();

 script_category(ACT_GATHER_INFO);

 script_copyright(english:"This script is Copyright (C) 2008-2018 Tenable Network Security, Inc.");
 script_family(english:"Windows : Microsoft Bulletins");

 script_dependencies("smb_hotfixes.nasl", "ms_bulletin_checks_possible.nasl");
 script_require_keys("SMB/MS_Bulletin_Checks/Possible");
 script_require_ports(139, 445, 'Host/patch_management_checks');
 exit(0);
}

include("audit.inc");
include("smb_func.inc");
include("smb_hotfixes.inc");
include("smb_hotfixes_fcheck.inc");
include("misc_func.inc");

get_kb_item_or_exit("SMB/MS_Bulletin_Checks/Possible");

bulletin = 'MS08-004';
kb = '946456';

kbs = make_list(kb);
if (get_kb_item("Host/patch_management_checks")) hotfix_check_3rd_party(bulletin:bulletin, kbs:kbs, severity:SECURITY_NOTE);


get_kb_item_or_exit("SMB/Registry/Enumerated");
get_kb_item_or_exit("SMB/WindowsVersion", exit_code:1);

if (hotfix_check_sp_range(vista:'0') <= 0) audit(AUDIT_OS_SP_NOT_VULN);

rootfile = hotfix_get_systemroot();
if (!rootfile) exit(1, "Failed to get the system root.");

share = hotfix_path2share(path:rootfile);
if (!is_accessible_share(share:share)) audit(AUDIT_SHARE_FAIL, share);

if (
  hotfix_is_vulnerable(os:"6.0", sp:0, file:"Tcpip.sys", version:"6.0.6000.20752", min_version:"6.0.6000.20000", dir:"\system32\drivers", bulletin:bulletin, kb:kb) ||
  hotfix_is_vulnerable(os:"6.0", sp:0, file:"Tcpip.sys", version:"6.0.6000.16627", dir:"\system32\drivers", bulletin:bulletin, kb:kb)
)
{
  set_kb_item(name:"SMB/Missing/"+bulletin, value:TRUE);
  hotfix_security_note();
  hotfix_check_fversion_end();
  exit(0);
}
else
{
  hotfix_check_fversion_end();
  audit(AUDIT_HOST_NOT, 'affected');
}

Oval

accepted2011-10-31T04:04:07.851-04:00
classvulnerability
contributors
  • nameJeff Ito
    organizationSecure Elements, Inc.
  • nameDragos Prisaca
    organizationGideon Technologies, Inc.
  • nameJosh Turpin
    organizationSymantec Corporation
definition_extensions
  • commentMicrosoft Windows Vista (32-bit) is installed
    ovaloval:org.mitre.oval:def:1282
  • commentMicrosoft Windows Vista x64 Edition is installed
    ovaloval:org.mitre.oval:def:2041
descriptionUnspecified vulnerability in the TCP/IP support in Microsoft Windows Vista allows remote DHCP servers to cause a denial of service (hang and restart) via a crafted DHCP packet.
familywindows
idoval:org.mitre.oval:def:5240
statusaccepted
submitted2008-02-14T10:00:19
titleWindows Kernel TCP/IP Vulnerability
version43

Seebug

bulletinFamilyexploit
descriptionBUGTRAQ ID: 27634 CVE(CAN) ID: CVE-2008-0084 Windows Vista是微软发布的最新版本的操作系统。 Windows Vista的TCP/IP栈处理从DHCP服务器接收到报文的方式存在拒绝服务漏洞,攻击者可以创建特制的DHCP服务器,该服务器会向主机返回特制报文,破坏TCP/IP结构,导致受影响系统停止响应并自动重启。 Microsoft Windows Vista 临时解决方法: * 为客户端机器分配静态的IP地址而不是自动请求IP地址: 1. 在客户端机器上,点击“控制面板”,然后点击“网络和共享中心” 2. “本地连接”然后点击“查看状态” 3. 点击“属性” 4. 点击“Internet协议版本4(TCP/IPv4)”然后点击“属性” 5. 选择“使用下面的IP地址”然后输入IP地址、子网掩码、默认网关和首选DNS服 务器 6. 点击“确定” 厂商补丁: Microsoft --------- Microsoft已经为此发布了一个安全公告(MS08-004)以及相应补丁: MS08-004:Vulnerability in Windows TCP/IP Could Allow Denial of Service (946456) 链接:<a href=http://www.microsoft.com/technet/security/Bulletin/MS08-004.mspx?pf=true target=_blank>http://www.microsoft.com/technet/security/Bulletin/MS08-004.mspx?pf=true</a> 补丁下载: <a href=http://www.microsoft.com/downloads/details.aspx?familyid=8ce9608b-7049-47cd-adc4-22a803877d33 target=_blank>http://www.microsoft.com/downloads/details.aspx?familyid=8ce9608b-7049-47cd-adc4-22a803877d33</a> <a href=http://www.microsoft.com/downloads/details.aspx?familyid=d7b9c3d1-9c23-4e05-bac6-d0b327feaf53 target=_blank>http://www.microsoft.com/downloads/details.aspx?familyid=d7b9c3d1-9c23-4e05-bac6-d0b327feaf53</a>
idSSV:2907
last seen2017-11-19
modified2008-02-20
published2008-02-20
reporterRoot
titleMicrosoft Windows Vista DHCP远程拒绝服务漏洞(MS08-004)