Vulnerabilities > CVE-2013-1305 - Resource Management Errors vulnerability in Microsoft Windows 8, Windows RT and Windows Server 2012

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
CWE-399
nessus

Summary

HTTP.sys in Microsoft Windows 8, Windows Server 2012, and Windows RT allows remote attackers to cause a denial of service (infinite loop) via a crafted HTTP header, aka "HTTP.sys Denial of Service Vulnerability."

Vulnerable Configurations

Part Description Count
OS
Microsoft
4

Common Weakness Enumeration (CWE)

Msbulletin

bulletin_idMS13-039
bulletin_url
date2013-05-14T00:00:00
impactDenial of Service
knowledgebase_id2829254
knowledgebase_url
severityImportant
titleVulnerability in HTTP.sys Could Allow Denial of Service

Nessus

NASL familyWindows : Microsoft Bulletins
NASL idSMB_NT_MS13-039.NASL
descriptionThe version of Windows installed on the remote host is potentially affected by a denial of service vulnerability because the HTTP protocol stack (HTTP.sys) may improperly handle a malicious HTTP header, causing an infinite loop in the HTTP protocol. A remote, unauthenticated attacker could exploit this flaw by sending a specially crafted HTTP packet to the affected system, which could trigger the vulnerability.
last seen2020-06-01
modified2020-06-02
plugin id66414
published2013-05-15
reporterThis script is Copyright (C) 2013-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
sourcehttps://www.tenable.com/plugins/nessus/66414
titleMS13-039: Vulnerability in HTTP.sys Could Allow Denial of Service (2829254)
code
#
# (C) Tenable Network Security, Inc.
#

include("compat.inc");

if (description)
{
  script_id(66414);
  script_version("1.10");
  script_cvs_date("Date: 2019/11/27");

  script_cve_id("CVE-2013-1305");
  script_bugtraq_id(59784);
  script_xref(name:"MSFT", value:"MS13-039");
  script_xref(name:"MSKB", value:"2829254");
  script_xref(name:"IAVB", value:"2013-B-0053");

  script_name(english:"MS13-039: Vulnerability in HTTP.sys Could Allow Denial of Service (2829254)");
  script_summary(english:"Checks file version of HTTP.sys");

  script_set_attribute(attribute:"synopsis", value:
"The remote Windows host is potentially affected by a vulnerability that
could allow for a denial of service condition.");
  script_set_attribute(attribute:"description", value:
"The version of Windows installed on the remote host is potentially
affected by a denial of service vulnerability because the HTTP protocol
stack (HTTP.sys) may improperly handle a malicious HTTP header, causing
an infinite loop in the HTTP protocol.  A remote, unauthenticated
attacker could exploit this flaw by sending a specially crafted HTTP
packet to the affected system, which could trigger the vulnerability.");
  script_set_attribute(attribute:"see_also", value:"https://www.zerodayinitiative.com/advisories/ZDI-13-086/");
  script_set_attribute(attribute:"see_also", value:"https://docs.microsoft.com/en-us/security-updates/SecurityBulletins/2013/ms13-039");
  script_set_attribute(attribute:"solution", value:
"Microsoft has released a set of patches for Windows 8 and 2012.");
  script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:N/I:N/A:C");
  script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
  script_set_attribute(attribute:"cvss_score_source", value:"CVE-2013-1305");

  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:"2013/05/14");
  script_set_attribute(attribute:"patch_publication_date", value:"2013/05/14");
  script_set_attribute(attribute:"plugin_publication_date", value:"2013/05/15");

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

  script_category(ACT_GATHER_INFO);
  script_family(english:"Windows : Microsoft Bulletins");

  script_copyright(english:"This script is Copyright (C) 2013-2019 and is owned by Tenable, Inc. or an Affiliate thereof.");

  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_hotfixes_fcheck.inc");
include("smb_hotfixes.inc");
include("smb_func.inc");
include("misc_func.inc");

get_kb_item_or_exit("SMB/MS_Bulletin_Checks/Possible");

bulletin = 'MS13-039';
kb = '2829254';

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

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

if (hotfix_check_sp_range(win8:'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 (
  # Windows 8 / Windows Server 2012
  hotfix_is_vulnerable(os:"6.2", sp:0, file:"Http.sys", version:"6.2.9200.20660", min_version:"6.2.9200.20000", dir:"\system32\drivers", bulletin:bulletin, kb:kb) ||
  hotfix_is_vulnerable(os:"6.2", sp:0, file:"Http.sys", version:"6.2.9200.16556", min_version:"6.2.9200.16000", dir:"\system32\drivers", bulletin:bulletin, kb:kb)
)
{
  set_kb_item(name:'SMB/Missing/'+bulletin, value:TRUE);
  hotfix_security_hole();
  hotfix_check_fversion_end();
  exit(0);
}
else
{
  hotfix_check_fversion_end();
  audit(AUDIT_HOST_NOT, 'affected');
}

Oval

accepted2013-07-01T04:00:23.894-04:00
classvulnerability
contributors
nameSecPod Team
organizationSecPod Technologies
definition_extensions
  • commentMicrosoft Windows 8 is installed
    ovaloval:org.mitre.oval:def:15732
  • commentMicrosoft Windows Server 2012 (64-bit) is installed
    ovaloval:org.mitre.oval:def:15585
descriptionHTTP.sys in Microsoft Windows 8, Windows Server 2012, and Windows RT allows remote attackers to cause a denial of service (infinite loop) via a crafted HTTP header, aka "HTTP.sys Denial of Service Vulnerability."
familywindows
idoval:org.mitre.oval:def:16088
statusaccepted
submitted2013-05-17T10:14:08
titleVulnerability in HTTP.sys could allow denial of service - MS13-039
version43

Seebug

bulletinFamilyexploit
descriptionBUGTRAQ ID: 59784 CVE(CAN) ID: CVE-2013-1305 Microsoft Windows是微软公司推出的一系列操作系统。 当 HTTP 协议堆栈 (HTTP.sys) 不正确地处理恶意 HTTP 标头时,Windows Server 2012 和 Windows 8 中存在一个拒绝服务漏洞。成功利用此漏洞的攻击者可能通过向受影响的 Windows 服务器或客户端发送特制 HTTP 标头在 HTTP 协议堆栈中触发一个无限循环。 0 Microsoft Windows Windows Server 2012 Microsoft Windows RT Microsoft Windows 8 临时解决方法: 如果您不能立刻安装补丁或者升级,建议您采取以下措施以降低威胁: * 在企业外围防火墙上禁用TCP端口80和443。 * 根据自身情况,可以禁用IIS服务。 厂商补丁: Microsoft --------- Microsoft已经为此发布了一个安全公告(MS13-039)以及相应补丁: MS13-039:Vulnerability in HTTP.sys Could Allow Denial of Service (2829254) 链接:http://technet.microsoft.com/security/bulletin/MS13-039
idSSV:60799
last seen2017-11-19
modified2013-05-17
published2013-05-17
reporterRoot
titleMicrosoft Windows 'HTTP.sys'远程拒绝服务漏洞(CVE-2013-1305)(MS13-039)