{"cve": [{"lastseen": "2019-05-29T18:09:25", "bulletinFamily": "NVD", "description": "The Bluetooth stack in Microsoft Windows XP SP2 and SP3, and Vista Gold and SP1, allows physically proximate attackers to execute arbitrary code via a large series of Service Discovery Protocol (SDP) packets.", "modified": "2018-10-12T21:47:00", "id": "CVE-2008-1453", "href": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2008-1453", "published": "2008-06-12T02:32:00", "title": "CVE-2008-1453", "type": "cve", "cvss": {"score": 8.3, "vector": "AV:A/AC:L/Au:N/C:C/I:C/A:C"}}], "openvas": [{"lastseen": "2019-12-06T16:47:21", "bulletinFamily": "scanner", "description": "This host is missing a critical security update according to\n Microsoft Bulletin MS08-030.", "modified": "2019-12-05T00:00:00", "published": "2008-09-30T00:00:00", "id": "OPENVAS:1361412562310800008", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310800008", "title": "Bluetooth Stack Could Allow Remote Code Execution Vulnerability (951376)", "type": "openvas", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Bluetooth Stack Could Allow Remote Code Execution Vulnerability (951376)\n#\n# Authors: Chandan S <schandan@secpod.com>\n#\n# Copyright:\n# Copyright (c) 2008 Greenbone Networks GmbH, http://www.greenbone.net\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\nif(description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.0.800008\");\n script_version(\"2019-12-05T15:10:00+0000\");\n script_tag(name:\"last_modification\", value:\"2019-12-05 15:10:00 +0000 (Thu, 05 Dec 2019)\");\n script_tag(name:\"creation_date\", value:\"2008-09-30 14:16:17 +0200 (Tue, 30 Sep 2008)\");\n script_tag(name:\"cvss_base\", value:\"8.3\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:A/AC:L/Au:N/C:C/I:C/A:C\");\n script_cve_id(\"CVE-2008-1453\");\n script_bugtraq_id(29522);\n script_xref(name:\"CB-A\", value:\"08-0099\");\n script_name(\"Bluetooth Stack Could Allow Remote Code Execution Vulnerability (951376)\");\n script_xref(name:\"URL\", value:\"http://www.us-cert.gov/cas/techalerts/TA08-162B.html\");\n script_xref(name:\"URL\", value:\"http://www.microsoft.com/technet/security/bulletin/ms08-030.mspx\");\n\n script_category(ACT_GATHER_INFO);\n script_tag(name:\"qod_type\", value:\"executable_version\");\n script_copyright(\"Copyright (C) 2008 Greenbone Networks GmbH\");\n script_family(\"Windows : Microsoft Bulletins\");\n script_dependencies(\"secpod_reg_enum.nasl\");\n script_require_ports(139, 445);\n script_mandatory_keys(\"SMB/registry_enumerated\");\n\n script_tag(name:\"impact\", value:\"Successful exploitation could allow remote attackers to execute\n arbitrary code with elevated privileges by rapidly sending a large number\n of specially crafted SDP (Service Discovery Protocol) packets to the\n vulnerable system.\");\n\n script_tag(name:\"affected\", value:\"Microsoft Windows XP SP2/SP3.\");\n\n script_tag(name:\"summary\", value:\"This host is missing a critical security update according to\n Microsoft Bulletin MS08-030.\");\n\n script_tag(name:\"insight\", value:\"The flaw is due to an error in the Bluetooth stack when processing\n large number of service description requests.\");\n\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n\n script_tag(name:\"solution\", value:\"The vendor has released updates. Please see the references for more information.\");\n\n exit(0);\n}\n\n\ninclude(\"smb_nt.inc\");\ninclude(\"secpod_reg.inc\");\ninclude(\"secpod_smb_func.inc\");\n\n# well but, not supported at this point in time.\nif(hotfix_check_sp(xp:4) <= 0){\n exit(0);\n}\n\nsysFile = smb_get_system32root();\nif(!sysFile){\n exit(0);\n}\n\nsysFile += \"\\drivers\\Bthport.sys\";\n\nif(hotfix_missing(name:\"951376\") == 0){\n exit(0);\n}\n\nSP = get_kb_item(\"SMB/WinXP/ServicePack\");\nif(\"Service Pack 2\" >< SP)\n{\n sysVer = get_version(dllPath:sysFile, string:\"prod\", offs:260000);\n if(sysVer == NULL){\n exit(0);\n }\n\n if(egrep(pattern:\"^5\\.0?1\\.2600\\.([0-2]?[0-9]?[0-9]?[0-9]|3[0-2][0-9][0-9]\" +\n \"|33([0-7][0-9]|8[0-8]))$\",\n string:sysVer)){\n security_message( port: 0, data: \"The target host was found to be vulnerable\" );\n }\n exit(0);\n}\n\nelse if(\"Service Pack 3\" >< SP)\n{\n sysVer = get_version(dllPath:sysFile, string:\"prod\", offs:260000);\n if(sysVer == NULL){\n exit(0);\n }\n\n if(egrep(pattern:\"5\\.0?1\\.2600\\.([0-4]?[0-9]?[0-9]?[0-9]|5[0-5][0-9][0-9]|\" +\n \"56[01][0-9])$\",\n string:sysVer)){\n security_message( port: 0, data: \"The target host was found to be vulnerable\" );\n }\n}\n", "cvss": {"score": 8.3, "vector": "AV:A/AC:L/Au:N/C:C/I:C/A:C"}}, {"lastseen": "2017-07-02T21:10:19", "bulletinFamily": "scanner", "description": "This host is missing a critical security update according to\n Microsoft Bulletin MS08-030.", "modified": "2017-04-05T00:00:00", "published": "2008-09-30T00:00:00", "href": "http://plugins.openvas.org/nasl.php?oid=800008", "id": "OPENVAS:800008", "title": "Bluetooth Stack Could Allow Remote Code Execution Vulnerability (951376)", "type": "openvas", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n# $Id: gb_ms08-030.nasl 5863 2017-04-05 07:38:11Z antu123 $\n#\n# Bluetooth Stack Could Allow Remote Code Execution Vulnerability (951376)\n#\n# Authors: Chandan S <schandan@secpod.com>\n#\n# Copyright:\n# Copyright (c) 2008 Greenbone Networks GmbH, http://www.greenbone.net\n#\n# This program is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License version 2\n# (or any later version), as published by the Free Software Foundation.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n###############################################################################\n\ntag_impact = \"Successful exploitation could allow remote attackers to execute\n arbitrary code with elevated privileges by rapidly sending a large number\n of specially crafted SDP (Service Discovery Protocol) packets to the\n vulnerable system.\n Impact Level: System.\";\ntag_solution = \"Run Windows Update and update the listed hotfixes or download and\n update mentioned hotfixes in the advisory from the below link.\n http://www.microsoft.com/technet/security/bulletin/ms08-030.mspx\";\n\ntag_insight = \"The flaw is due to an error in the Bluetooth stack when processing\n large number of service description requests.\";\n\ntag_summary = \"This host is missing a critical security update according to\n Microsoft Bulletin MS08-030.\";\n\ntag_affected = \"Microsoft Windows XP SP2/SP3.\";\n\nif(description)\n{\n script_id(800008);\n script_version(\"$Revision: 5863 $\");\n script_tag(name:\"last_modification\", value:\"$Date: 2017-04-05 09:38:11 +0200 (Wed, 05 Apr 2017) $\");\n script_tag(name:\"creation_date\", value:\"2008-09-30 14:16:17 +0200 (Tue, 30 Sep 2008)\");\n script_tag(name:\"cvss_base\", value:\"8.3\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:A/AC:L/Au:N/C:C/I:C/A:C\");\n script_cve_id(\"CVE-2008-1453\");\n script_bugtraq_id(29522);\n script_xref(name:\"CB-A\", value:\"08-0099\");\n script_name(\"Bluetooth Stack Could Allow Remote Code Execution Vulnerability (951376)\");\n script_xref(name : \"URL\" , value : \"http://www.us-cert.gov/cas/techalerts/TA08-162B.html\");\n script_xref(name : \"URL\" , value : \"http://www.microsoft.com/technet/security/bulletin/ms08-030.mspx\");\n\n script_category(ACT_GATHER_INFO);\n script_tag(name:\"qod_type\", value:\"executable_version\");\n script_copyright(\"Copyright (C) 2008 Greenbone Networks GmbH\");\n script_family(\"Windows : Microsoft Bulletins\");\n script_dependencies(\"secpod_reg_enum.nasl\");\n script_require_ports(139, 445);\n script_mandatory_keys(\"SMB/WindowsVersion\");\n\n script_tag(name : \"impact\" , value : tag_impact);\n script_tag(name : \"affected\" , value : tag_affected);\n script_tag(name : \"summary\" , value : tag_summary);\n script_tag(name : \"insight\" , value : tag_insight);\n script_tag(name : \"solution\" , value : tag_solution);\n exit(0);\n}\n\n\ninclude(\"smb_nt.inc\");\ninclude(\"secpod_reg.inc\");\ninclude(\"version_func.inc\");\ninclude(\"secpod_smb_func.inc\");\n\n# Check OS applicability. Only Windows XP is verified, Vista is affected as\n# well but, not supported at this point in time.\nif(hotfix_check_sp(xp:4) <= 0){\n exit(0);\n}\n\nsysFile = smb_get_system32root();\nif(!sysFile){\n exit(0);\n}\n \nsysFile += \"\\drivers\\Bthport.sys\";\n\n# Check for Hotfix 951376 (MS08-030). \nif(hotfix_missing(name:\"951376\") == 0){\n exit(0);\n}\n\nSP = get_kb_item(\"SMB/WinXP/ServicePack\");\nif(\"Service Pack 2\" >< SP)\n{\n sysVer = get_version(dllPath:sysFile, string:\"prod\", offs:260000);\n if(sysVer == NULL){\n exit(0);\n }\n\n # Grep for Bthport.sys version < 5.1.2600.3389\n if(egrep(pattern:\"^5\\.0?1\\.2600\\.([0-2]?[0-9]?[0-9]?[0-9]|3[0-2][0-9][0-9]\" +\n \"|33([0-7][0-9]|8[0-8]))$\",\n string:sysVer)){\n security_message(0);\n }\n exit(0);\n}\n\nelse if(\"Service Pack 3\" >< SP)\n{\n sysVer = get_version(dllPath:sysFile, string:\"prod\", offs:260000);\n if(sysVer == NULL){\n exit(0);\n }\n\n # Grep for Bthport.sys version < 5.1.2600.5620\n if(egrep(pattern:\"5\\.0?1\\.2600\\.([0-4]?[0-9]?[0-9]?[0-9]|5[0-5][0-9][0-9]|\" +\n \"56[01][0-9])$\",\n string:sysVer)){\n security_message(0);\n }\n}\n", "cvss": {"score": 8.3, "vector": "AV:ADJACENT_NETWORK/AC:LOW/Au:NONE/C:COMPLETE/I:COMPLETE/A:COMPLETE/"}}], "securityvulns": [{"lastseen": "2018-08-31T11:10:26", "bulletinFamily": "software", "description": "Microsoft Security Bulletin MS08-030 \u2013 Critical\r\nVulnerability in Bluetooth Stack Could Allow Remote Code Execution (951376)\r\nPublished: June 10, 2008\r\n\r\nVersion: 1.0\r\nGeneral Information\r\nExecutive Summary\r\n\r\nThis security update resolves a privately reported vulnerability in the Bluetooth stack in Windows that could allow remote code execution. An attacker who successfully exploited this vulnerability could take complete control of an affected system. An attacker could then install programs; view, change, or delete data; or create new accounts with full user rights.\r\n\r\nThis security update is rated Critical for all supported editions of Windows XP and Windows Vista. For more information, see the subsection, Affected and Non-Affected Software, in this section.\r\n\r\nThe security update addresses the vulnerability by modifying the way that the Bluetooth stack handles a large number of service description requests. For more information about the vulnerability, see the Frequently Asked Questions (FAQ) subsection for the specific vulnerability entry under the next section, Vulnerability Information.\r\n\r\nRecommendation. Microsoft recommends that customers apply the update immediately.\r\n\r\nKnown Issues. None\r\nTop of sectionTop of section\r\nAffected and Non-Affected Software\r\n\r\nThe following software have been tested to determine which versions or editions are affected. Other versions or editions are either past their support life cycle or are not affected. To determine the support life cycle for your software version or edition, visit Microsoft Support Lifecycle.\r\n\r\nAffected Software\r\nOperating System\tMaximum Security Impact\tAggregate Severity Rating\tBulletins Replaced by this Update\r\n\r\nWindows XP Service Pack 2 and Windows XP Service Pack 3\r\n\t\r\n\r\nRemote Code Execution\r\n\t\r\n\r\nCritical\r\n\t\r\n\r\nNone\r\n\r\nWindows XP Professional x64 Edition and Windows XP Professional x64 Edition Service Pack 2\r\n\t\r\n\r\nRemote Code Execution\r\n\t\r\n\r\nCritical\r\n\t\r\n\r\nNone\r\n\r\nWindows Vista and Windows Vista Service Pack 1\r\n\t\r\n\r\nRemote Code Execution\r\n\t\r\n\r\nCritical\r\n\t\r\n\r\nNone\r\n\r\nWindows Vista x64 Edition and Windows Vista x64 Edition Service Pack 1\r\n\t\r\n\r\nRemote Code Execution\r\n\t\r\n\r\nCritical\r\n\t\r\n\r\nNone\r\n\r\nNon-Affected Software\r\nOperating System\r\n\r\nMicrosoft Windows 2000 Service Pack 4\r\n\r\nWindows Server 2003 Service Pack 1 and Windows Server 2003 Service Pack 2\r\n\r\nWindows Server 2003 x64 Edition and Windows Server 2003 x64 Edition Service Pack 2\r\n\r\nWindows Server 2003 with SP1 for Itanium-based Systems and Windows Server 2003 with SP2 for Itanium-based Systems\r\n\r\nWindows Server 2008 for 32-bit Systems\r\n\r\nWindows Server 2008 for x64-based Systems\r\n\r\nWindows Server 2008 for Itanium-based Systems\r\nTop of sectionTop of section\r\n\t\r\nFrequently Asked Questions (FAQ) Related to This Security Update\r\n\r\nWhere are the file information details? \r\nThe file information details can be found in Microsoft Knowledge Base Article 951376.\r\n\r\nI am using an older release of the software discussed in this security bulletin. What should I do? \r\nThe affected software listed in this bulletin have been tested to determine which releases are affected. Other releases are past their support life cycle. To determine the support life cycle for your software release, visit Microsoft Support Lifecycle.\r\n\r\nIt should be a priority for customers who have older releases of the software to migrate to supported releases to prevent potential exposure to vulnerabilities. For more information about the Windows Product Lifecycle, visit Microsoft Support Lifecycle. For more information about the extended security update support period for these software versions or editions, visit Microsoft Product Support Services.\r\n\r\nCustomers who require custom support for older releases must contact their Microsoft account team representative, their Technical Account Manager, or the appropriate Microsoft partner representative for custom support options. Customers without an Alliance, Premier, or Authorized Contract can contact their local Microsoft sales office. For contact information, visit Microsoft Worldwide Information, select the country, and then click Go to see a list of telephone numbers. When you call, ask to speak with the local Premier Support sales manager. For more information, see the Windows Operating System Product Support Lifecycle FAQ.\r\nTop of sectionTop of section\r\nVulnerability Information\r\n\t\r\nSeverity Ratings and Vulnerability Identifiers\r\nVulnerability Severity Rating and Maximum Security Impact by Affected Software\r\nAffected Software\tBluetooth Vulnerability - CVE-2008-1453\tAggregate Severity Rating\r\n\r\nWindows XP Service Pack 2 and Windows XP Service Pack 3\r\n\t\r\n\r\nCritical\r\nRemote Code Execution\r\n\t\r\n\r\nCritical\r\n\r\nWindows XP Professional x64 Edition and Windows XP Professional x64 Edition Service Pack 2\r\n\t\r\n\r\nCritical\r\nRemote Code Execution\r\n\t\r\n\r\nCritical\r\n\r\nWindows Vista and Windows Vista Service Pack 1\r\n\t\r\n\r\nCritical\r\nRemote Code Execution\r\n\t\r\n\r\nCritical\r\n\r\nWindows Vista x64 Edition and Windows Vista x64 Edition Service Pack 1\r\n\t\r\n\r\nCritical\r\nRemote Code Execution\r\n\t\r\n\r\nCritical\r\nTop of sectionTop of section\r\n\t\r\nBluetooth Vulnerability - CVE-2008-1453\r\n\r\nA remote code execution vulnerability exists in the Bluetooth stack in Microsoft Windows because the Bluetooth stack does not correctly handle a large number of service description requests. The vulnerability could allow an attacker to run code with elevated privileges. An attacker who successfully exploited this vulnerability could take complete control of an affected system. An attacker could then install programs; view, change, or delete date; or create new accounts with full user rights.\r\n\r\nTo view this vulnerability as a standard entry in the Common Vulnerabilities and Exposures list, see CVE-2008-1453.\r\n\t\r\nMitigating Factors for Bluetooth Vulnerability - CVE-2008-1453\r\n\r\nMitigation refers to a setting, common configuration, or general best-practice, existing in a default state, that could reduce the severity of exploitation of a vulnerability. The following mitigating factors may be helpful in your situation:\r\n\u2022\t\r\n\r\nThis vulnerability only affects systems with Bluetooth capability.\r\nTop of sectionTop of section\r\n\t\r\nWorkarounds for Bluetooth Vulnerability - CVE-2008-1453\r\n\r\nWorkaround refers to a setting or configuration change that does not correct the underlying vulnerability but would help block known attack vectors before you apply the update. Microsoft has tested the following workarounds and states in the discussion whether a workaround reduces functionality.\r\n\u2022\t\r\n\r\nPrevent the computer from accepting new Bluetooth connections\r\n\r\nInteractive Method\r\n\r\n1.\r\n\t\r\n\r\nOn the Control Panel, select Classic View.\r\n\r\n2.\r\n\t\r\n\r\nSelect Bluetooth Devices.\r\n\r\n3.\r\n\t\r\n\r\nClick the Options tab.\r\n\r\n4.\r\n\t\r\n\r\nClear the Allow Bluetooth devices to find this computer checkbox.\r\n\r\n5.\r\n\t\r\n\r\nClick OK.\r\n\r\nHow to undo the workaround\r\n\r\n1.\r\n\t\r\n\r\nOn the Control Panel, select Classic View.\r\n\r\n2.\r\n\t\r\n\r\nSelect Bluetooth Devices.\r\n\r\n3.\r\n\t\r\n\r\nClick the Options tab.\r\n\r\n4.\r\n\t\r\n\r\nSelect the Allow Bluetooth devices to find this computer checkbox.\r\n\r\n5.\r\n\t\r\n\r\nClick OK.\r\n\r\nPowerShell Script Method\r\n\r\nRun the following commands as an elevated administrator:\r\n\r\n $BthDriverKeys = Get-ChildItem "HKLM:\System\CurrentControlSet\Enum\usb" -recurse -ErrorAction SilentlyContinue | where {$_.GetValue("Service") -eq "BTHUSB"}\r\nforeach($Key in $BthDriverKeys) { Set-ItemProperty -Path $Key.OpenSubKey("Device Parameters").Name.Replace("HKEY_LOCAL_MACHINE", "HKLM:") -Name "Write Scan Enable" -Value 0 }\r\n\r\nHow to undo the workaround\r\n\r\nRun the following commands as an elevated administrator:\r\n\r\n $BthDriverKeys = Get-ChildItem "HKLM:\System\CurrentControlSet\Enum\usb" -recurse -ErrorAction SilentlyContinue | where {$_.GetValue("Service") -eq "BTHUSB"}\r\nforeach($Key in $BthDriverKeys) { Set-ItemProperty -Path $Key.OpenSubKey("Device Parameters").Name.Replace("HKEY_LOCAL_MACHINE", "HKLM:") -Name "Write Scan Enable" -Value 3 }\r\n\u2022\t\r\n\r\nTurn off and disable the Bluetooth driver\r\n\r\nYou can stop and disable the driver by using the following command at the command prompt (available in Windows XP and above, and in the Windows 2000 Resource Kit):\r\n\r\nsc config bthport start= disabled\r\n\r\nHow to undo the workaround\r\n\r\nYou can re-enable the Bluetooth driver by using the following command at the command prompt (available in Windows XP and above and in the Windows 2000 Resource Kit):\r\n\r\nsc config bthport start= demand\r\nTop of sectionTop of section\r\n\t\r\nFAQ for Bluetooth Vulnerability - CVE-2008-1453\r\n\r\nWhat is the scope of the vulnerability? \r\nA remote code execution vulnerability exists in the Bluetooth stack in Microsoft Windows. An attacker who successfully exploited this vulnerability could run code with elevated privileges. An attacker could then take complete control of an affected system.\r\n\r\nWhat causes the vulnerability? \r\nThe Windows Bluetooth Stack does not correctly handle a large number of service description requests.\r\n\r\nWhat is Bluetooth? \r\nBluetooth is an industry-standard protocol that enables wireless connectivity for computers, handheld devices, mobile phones, and other devices. Visit the MSDN Bluetooth article for more information.\r\n\r\nWhat might an attacker use the vulnerability to do? \r\nAn attacker who successfully exploited this vulnerability could gain complete control over the affected system. An attacker could then install programs; view, change, or delete data; or create new accounts with full user rights.\r\n\r\nHow could an attacker exploit the vulnerability? \r\nTo exploit this vulnerability, an attacker would have to rapidly send a large number of specially crafted Service Discovery Protocol (SDP) packets to an affected system. The way that the system reacts to those packets would allow the attacker to gain complete control over the affected system.\r\n\r\nWhat systems are primarily at risk from the vulnerability? \r\nAll systems with Bluetooth enabled are at risk from this vulnerability.\r\n\r\nWhat does the update do? \r\nThe update removes the vulnerability by improving the way that the Bluetooth stack handles a large number of SDP packets.\r\n\r\nWhen this security bulletin was issued, had this vulnerability been publicly disclosed? \r\nNo. Microsoft received information about this vulnerability through responsible disclosure.\r\n\r\nWhen this security bulletin was issued, had Microsoft received any reports that this vulnerability was being exploited? \r\nNo. Microsoft had not received any information to indicate that this vulnerability had been publicly used to attack customers and had not seen any examples of proof of concept code published when this security bulletin was originally issued.\r\n\r\nOther Information\r\nSupport\r\n\u2022\t\r\n\r\nCustomers in the U.S. and Canada can receive technical support from Microsoft Product Support Services at 1-866-PCSAFETY. There is no charge for support calls that are associated with security updates.\r\n\u2022\t\r\n\r\nInternational customers can receive support from their local Microsoft subsidiaries. There is no charge for support that is associated with security updates. For more information about how to contact Microsoft for support issues, visit the International Support Web site.\r\n\r\nDisclaimer\r\n\r\nThe information provided in the Microsoft Knowledge Base is provided "as is" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.\r\n\r\nRevisions\r\n\u2022\t\r\n\r\nV1.0 (June 10, 2008): Bulletin published.", "modified": "2008-06-11T00:00:00", "published": "2008-06-11T00:00:00", "id": "SECURITYVULNS:DOC:20013", "href": "https://vulners.com/securityvulns/SECURITYVULNS:DOC:20013", "title": "Microsoft Security Bulletin MS08-030 \u2013 Critical Vulnerability in Bluetooth Stack Could Allow Remote Code Execution (951376)", "type": "securityvulns", "cvss": {"score": 8.3, "vector": "AV:ADJACENT_NETWORK/AC:LOW/Au:NONE/C:COMPLETE/I:COMPLETE/A:COMPLETE/"}}], "nessus": [{"lastseen": "2019-11-03T12:15:44", "bulletinFamily": "scanner", "description": "The remote host contains a version of the Windows Bluetooth stack that\nis affected by a security flaw in the service description request handle\nwhich could allow a remote attacker to execute code with SYSTEM\nprivileges.", "modified": "2019-11-02T00:00:00", "id": "SMB_NT_MS08-030.NASL", "href": "https://www.tenable.com/plugins/nessus/33132", "published": "2008-06-11T00:00:00", "title": "MS08-030: Vulnerability in Bluetooth Stack Could Allow Remote Code Execution (951376)", "type": "nessus", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(33132);\n script_version(\"1.27\");\n script_cvs_date(\"Date: 2018/11/15 20:50:30\");\n\n script_cve_id(\"CVE-2008-1453\");\n script_bugtraq_id(29522);\n script_xref(name:\"MSFT\", value:\"MS08-030\");\n script_xref(name:\"MSKB\", value:\"951376\");\n script_xref(name:\"IAVB\", value:\"2008-B-0049\");\n\n script_name(english:\"MS08-030: Vulnerability in Bluetooth Stack Could Allow Remote Code Execution (951376)\");\n script_summary(english:\"Checks MS patch 951376\");\n\n script_set_attribute(attribute:\"synopsis\", value:\"Arbitrary code can be executed on the remote host through Bluetooth.\");\n script_set_attribute(attribute:\"description\", value:\n\"The remote host contains a version of the Windows Bluetooth stack that\nis affected by a security flaw in the service description request handle\nwhich could allow a remote attacker to execute code with SYSTEM\nprivileges.\");\n script_set_attribute(attribute:\"see_also\", value:\"https://docs.microsoft.com/en-us/security-updates/SecurityBulletins/2008/ms08-030\");\n script_set_attribute(attribute:\"solution\", value:\"Microsoft has released a set of patches for Windows XP and Vista.\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:H/Au:N/C:C/I:C/A:C\");\n script_set_cvss_temporal_vector(\"CVSS2#E:U/RL:OF/RC:C\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"No known exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"false\");\n script_cwe_id(20);\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2008/06/10\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2008/06/10\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2008/06/11\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:microsoft:windows\");\n script_set_attribute(attribute:\"stig_severity\", value:\"I\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n\n script_copyright(english:\"This script is Copyright (C) 2008-2018 Tenable Network Security, Inc.\");\n script_family(english:\"Windows : Microsoft Bulletins\");\n\n script_dependencies(\"smb_hotfixes.nasl\", \"ms_bulletin_checks_possible.nasl\");\n script_require_keys(\"SMB/MS_Bulletin_Checks/Possible\");\n script_require_ports(139, 445, 'Host/patch_management_checks');\n exit(0);\n}\n\ninclude(\"audit.inc\");\ninclude(\"smb_func.inc\");\ninclude(\"smb_hotfixes.inc\");\ninclude(\"smb_hotfixes_fcheck.inc\");\ninclude(\"misc_func.inc\");\n\nget_kb_item_or_exit(\"SMB/MS_Bulletin_Checks/Possible\");\n\nbulletin = 'MS08-030';\nkb = '951376';\n\nkbs = make_list(kb);\nif (get_kb_item(\"Host/patch_management_checks\")) hotfix_check_3rd_party(bulletin:bulletin, kbs:kbs, severity:SECURITY_HOLE);\n\nget_kb_item_or_exit(\"SMB/Registry/Enumerated\");\nget_kb_item_or_exit(\"SMB/WindowsVersion\", exit_code:1);\n\nif (hotfix_check_sp_range(xp:'2,3', vista:'0,1') <= 0) audit(AUDIT_OS_SP_NOT_VULN);\n\nrootfile = hotfix_get_systemroot();\nif (!rootfile) exit(1, \"Failed to get the system root.\");\n\nshare = hotfix_path2share(path:rootfile);\nif (!is_accessible_share(share:share)) audit(AUDIT_SHARE_FAIL, share);\n\nif (\n hotfix_is_vulnerable(os:\"6.0\", sp:1, file:\"Bthport.sys\", version:\"6.0.6001.22168\", min_version:\"6.0.6001.20000\", dir:\"\\system32\\drivers\", bulletin:bulletin, kb:kb) ||\n hotfix_is_vulnerable(os:\"6.0\", sp:1, file:\"Bthport.sys\", version:\"6.0.6001.18064\", dir:\"\\system32\\drivers\", bulletin:bulletin, kb:kb) ||\n hotfix_is_vulnerable(os:\"6.0\", sp:0, file:\"Bthport.sys\", version:\"6.0.6000.20824\", min_version:\"6.0.6000.20000\", dir:\"\\system32\\drivers\", bulletin:bulletin, kb:kb) ||\n hotfix_is_vulnerable(os:\"6.0\", sp:0, file:\"Bthport.sys\", version:\"6.0.6000.16682\", dir:\"\\system32\\drivers\", bulletin:bulletin, kb:kb) ||\n\n hotfix_is_vulnerable(os:\"5.1\", sp:3, file:\"Bthport.sys\", version:\"5.1.2600.5620\", dir:\"\\system32\\drivers\", bulletin:bulletin, kb:kb) ||\n hotfix_is_vulnerable(os:\"5.1\", sp:2, file:\"Bthport.sys\", version:\"5.1.2600.3389\", dir:\"\\system32\\drivers\", bulletin:bulletin, kb:kb)\n)\n{\n set_kb_item(name:\"SMB/Missing/\"+bulletin, value:TRUE);\n hotfix_security_hole();\n hotfix_check_fversion_end();\n exit(0);\n}\nelse\n{\n hotfix_check_fversion_end();\n audit(AUDIT_HOST_NOT, 'affected');\n}\n", "cvss": {"score": 8.3, "vector": "AV:A/AC:L/Au:N/C:C/I:C/A:C"}}], "seebug": [{"lastseen": "2017-11-19T21:40:15", "bulletinFamily": "exploit", "description": "BUGTRAQ ID: 29522\r\nCVE(CAN) ID: CVE-2008-1453\r\n\r\nMicrosoft Windows\u662f\u5fae\u8f6f\u53d1\u5e03\u7684\u975e\u5e38\u6d41\u884c\u7684\u64cd\u4f5c\u7cfb\u7edf\u3002\r\n\r\nWindows\u4e2d\u7684\u84dd\u7259\u6808\u6ca1\u6709\u6b63\u786e\u5730\u5904\u7406\u670d\u52a1\u63cf\u8ff0\u8bf7\u6c42\uff0c\u5982\u679c\u8fdc\u7a0b\u653b\u51fb\u8005\u4ee5\u5f88\u5feb\u5730\u901f\u5ea6\u5411\u6709\u6f0f\u6d1e\u7684\u7cfb\u7edf\u53d1\u9001\u4e86\u5927\u91cf\u7279\u5236\u7684SDP\u62a5\u6587\u7684\u8bdd\uff0c\u5c31\u53ef\u80fd\u4ee5\u63d0\u5347\u7684\u6743\u9650\u8fd0\u884c\u4ee3\u7801\u3002\u6210\u529f\u5229\u7528\u6b64\u6f0f\u6d1e\u7684\u653b\u51fb\u8005\u53ef\u4ee5\u5b8c\u5168\u63a7\u5236\u53d7\u5f71\u54cd\u7684\u7cfb\u7edf\u3002\u653b\u51fb\u8005\u53ef\u968f\u540e\u5b89\u88c5\u7a0b\u5e8f\uff1b\u67e5\u770b\u3001\u66f4\u6539\u6216\u5220\u9664\u65e5\u671f\uff1b\u6216\u8005\u521b\u5efa\u62e5\u6709\u5b8c\u5168\u7528\u6237\u6743\u9650\u7684\u65b0\u5e10\u6237\u3002\n\nMicrosoft Windows XP SP3\r\nMicrosoft Windows XP SP2\r\nMicrosoft Windows Vista SP1\r\nMicrosoft Windows Vista\n \u4e34\u65f6\u89e3\u51b3\u65b9\u6cd5\uff1a\r\n\r\n* \u963b\u6b62\u8ba1\u7b97\u673a\u63a5\u53d7\u65b0\u7684\u84dd\u7259\u8fde\u63a5\u3002\r\n \r\n\u4ea4\u4e92\u65b9\u6cd5\r\n \r\n 1. \u5728\u63a7\u5236\u9762\u677f\u4e0a\uff0c\u9009\u62e9\u201c\u7ecf\u5178\u89c6\u56fe\u201d\u3002\r\n 2. \u9009\u62e9\u201c\u84dd\u7259\u8bbe\u5907\u201d\u3002\r\n 3. \u5355\u51fb\u201c\u9009\u9879\u201d\u9009\u9879\u5361\u3002\r\n 4. \u6e05\u9664\u201c\u5141\u8bb8\u84dd\u7259\u8bbe\u5907\u67e5\u627e\u6b64\u8ba1\u7b97\u673a\u201d\u590d\u9009\u6846\u3002\r\n 5. \u5355\u51fb\u201c\u786e\u5b9a\u201d\u3002\r\n\r\nPowerShell\u811a\u672c\u65b9\u6cd5\r\n \r\n \u4ee5\u7ba1\u7406\u5458\u7684\u8eab\u4efd\u8fd0\u884c\u4ee5\u4e0b\u547d\u4ee4\uff1a \r\n\r\n$BthDriverKeys = Get-ChildItem "HKLM:\\System\\CurrentControlSet\\Enum\\usb" -recurse -ErrorAction SilentlyContinue | where {$_.GetValue("Service") -eq "BTHUSB"}\r\nforeach($Key in $BthDriverKeys) { Set-ItemProperty -Path $Key.OpenSubKey("Device Parameters").Name.Replace("HKEY_LOCAL_MACHINE", "HKLM:") -Name "Write Scan Enable" -Value 0 }\r\n\r\n\u5382\u5546\u8865\u4e01\uff1a\r\n\r\nMicrosoft\r\n---------\r\nMicrosoft\u5df2\u7ecf\u4e3a\u6b64\u53d1\u5e03\u4e86\u4e00\u4e2a\u5b89\u5168\u516c\u544a\uff08MS08-030\uff09\u4ee5\u53ca\u76f8\u5e94\u8865\u4e01:\r\nMS08-030\uff1aVulnerability in Bluetooth Stack Could Allow Remote Code Execution (951376)\r\n\u94fe\u63a5\uff1a<a href=http://www.microsoft.com/technet/security/bulletin/MS08-030.mspx?pf=true target=_blank>http://www.microsoft.com/technet/security/bulletin/MS08-030.mspx?pf=true</a>", "modified": "2008-06-12T00:00:00", "published": "2008-06-12T00:00:00", "href": "https://www.seebug.org/vuldb/ssvid-3404", "id": "SSV:3404", "type": "seebug", "title": "Microsoft Windows\u84dd\u7259\u6808\u8fdc\u7a0b\u4ee3\u7801\u6267\u884c\u6f0f\u6d1e\uff08MS08-030\uff09", "sourceData": "", "sourceHref": "", "cvss": {"score": 8.3, "vector": "AV:ADJACENT_NETWORK/AC:LOW/Au:NONE/C:COMPLETE/I:COMPLETE/A:COMPLETE/"}}], "mskb": [{"lastseen": "2019-08-22T18:16:03", "bulletinFamily": "microsoft", "description": "<html><body><p>Resolves a remote code execution vulnerability that exists in the Windows Bluetooth stack in Windows XP or in Windows Vista.</p><h2></h2><div class=\"kb-notice-section section\"><span class=\"text-base\">Support for Windows Vista Service Pack 1 (SP1) ends on July 12, 2011. To continue receiving security updates for Windows, make sure you're running Windows Vista with Service Pack 2 (SP2). For more information, refer to this Microsoft web page: <a href=\"http://windows.microsoft.com/en-us/windows/help/end-support-windows-xp-sp2-windows-vista-without-service-packs\" id=\"kb-link-1\" target=\"_self\">Support is ending for some versions of Windows</a></span>.</div><h2>INTRODUCTION</h2><div class=\"kb-summary-section section\">Microsoft has released security bulletin MS08-030. The security bulletin contains all the relevant information about the security update. This information includes deployment options. To view the complete security bulletin, visit one of the following Microsoft Web sites: <ul class=\"sbody-free_list\"><li>Home users:<div class=\"indent\"><a href=\"http://www.microsoft.com/protect/computer/updates/bulletins/200806.mspx\" id=\"kb-link-2\" target=\"_self\">http://www.microsoft.com/protect/computer/updates/bulletins/200806.mspx</a></div><span class=\"text-base\">Skip the details</span>: Download the updates for your home computer or laptop from the Microsoft Update Web site now:<br/><br/><div class=\"indent\"><a href=\"http://update.microsoft.com/microsoftupdate/\" id=\"kb-link-3\" target=\"_self\">http://update.microsoft.com/microsoftupdate/</a></div></li><li>IT professionals:<div class=\"indent\"><a href=\"http://www.microsoft.com/technet/security/bulletin/ms08-030.mspx\" id=\"kb-link-4\" target=\"_self\">http://www.microsoft.com/technet/security/bulletin/ms08-030.mspx</a></div></li></ul><span><h3 class=\"sbody-h3\">How to obtain help and support for this security update</h3> <br/>Help installing updates: <br/><a href=\"https://support.microsoft.com/ph/6527\" id=\"kb-link-5\" target=\"_self\">Support for Microsoft Update</a><br/><br/>Security solutions for IT professionals: <br/><a href=\"http://technet.microsoft.com/security/bb980617.aspx\" id=\"kb-link-6\" target=\"_self\">TechNet Security Troubleshooting and Support</a><br/><br/>Help protect your computer that is running Windows from viruses and malware:<br/><a href=\"https://support.microsoft.com/contactus/cu_sc_virsec_master\" id=\"kb-link-7\" target=\"_self\">Virus Solution and Security Center</a><br/><br/>Local support according to your country: <br/><a href=\"https://support.microsoft.com/common/international.aspx\" id=\"kb-link-8\" target=\"_self\">International Support</a><br/><br/></span><h3 class=\"sbody-h3\">Information about the re-release version of security update 951376 for all supported 32-bit editions of Windows XP (June 19, 2008) </h3>Microsoft Security Bulletin MS08-030 has been re-released to re-offer the security update to customers who are running a 32-bit edition of Windows XP Service Pack 2 (SP2) or Windows XP Service Pack 3 (SP3). The Windows XP SP2 and Windows XP SP3 update that was offered in the security bulletin did not fully address the vulnerability that was discussed in the security bulletin. All other versions of the security update provide protection against the issues that were discussed in the security bulletin.<br/><br/>The purpose of reissuing this bulletin is to provide the updated version of the security update that affects Windows XP SP2 and Windows XP SP3. Customers who are running Windows XP SP2 and Windows XP SP3 should download and deploy this new security update. <br/><br/>Customers who are running Windows XP Professional x64 Edition, Windows XP Professional x64 Edition Service Pack 2, and all supported versions of Windows Vista and who have already applied these original security updates do not have to take any additional action. <br/><br/>The updated versions of the affected security updates will be made available through the same distribution channels as the original security updates. These distribution channels include Automatic Updates, Windows Update, and Windows Server Update Services.<br/></div><h2></h2><div class=\"kb-moreinformation-section section\"><h3 class=\"sbody-h3\">Known issues with this security update</h3><ul class=\"sbody-free_list\"><li>This issue does not affect Windows Server 2008. However, it is possible to install this security update on a Windows Server 2008-based computer. There are no known issues that may occur if you install this security update on a computer that is running Windows Server 2008.</li></ul><h3 class=\"sbody-h3\">File information</h3><span>The English (United States) version of this security update has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the <strong class=\"uiterm\">Time Zone</strong> tab in the <strong class=\"uiterm\">Date and Time</strong> item in Control Panel.</span><h4 class=\"sbody-h4\">For all supported x64-based editions of Windows Vista</h4><div class=\"table-responsive\"><table class=\"sbody-table table\"><tr class=\"sbody-tr\"><th class=\"sbody-th\">File name</th><th class=\"sbody-th\">File version</th><th class=\"sbody-th\">File size</th><th class=\"sbody-th\">Date</th><th class=\"sbody-th\">Time</th><th class=\"sbody-th\">Platform</th></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Amd64_bth.inf_31bf3856ad364e35_6.0.6000.16682_none_cc28a24d77072a10.manifest</td><td class=\"sbody-td\">Not Applicable</td><td class=\"sbody-td\">3,402</td><td class=\"sbody-td\">30-Apr-2008</td><td class=\"sbody-td\">00:04</td><td class=\"sbody-td\">Not Applicable</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Amd64_bth.inf_31bf3856ad364e35_6.0.6000.20824_none_ccf5211a8ff25209.manifest</td><td class=\"sbody-td\">Not Applicable</td><td class=\"sbody-td\">3,402</td><td class=\"sbody-td\">30-Apr-2008</td><td class=\"sbody-td\">00:04</td><td class=\"sbody-td\">Not Applicable</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Amd64_bth.inf_31bf3856ad364e35_6.0.6001.18064_none_ce26815f741bb5cd.manifest</td><td class=\"sbody-td\">Not Applicable</td><td class=\"sbody-td\">3,402</td><td class=\"sbody-td\">30-Apr-2008</td><td class=\"sbody-td\">00:04</td><td class=\"sbody-td\">Not Applicable</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Amd64_bth.inf_31bf3856ad364e35_6.0.6001.22168_none_ceb41f528d35baf3.manifest</td><td class=\"sbody-td\">Not Applicable</td><td class=\"sbody-td\">3,402</td><td class=\"sbody-td\">30-Apr-2008</td><td class=\"sbody-td\">00:04</td><td class=\"sbody-td\">Not Applicable</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Package_1_for_kb951376_bf~31bf3856ad364e35~amd64~~6.0.1.1.mum</td><td class=\"sbody-td\">Not Applicable</td><td class=\"sbody-td\">1,941</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">23:50</td><td class=\"sbody-td\">Not Applicable</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Package_1_for_kb951376~31bf3856ad364e35~amd64~~6.0.1.1.mum</td><td class=\"sbody-td\">Not Applicable</td><td class=\"sbody-td\">2,674</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">23:49</td><td class=\"sbody-td\">Not Applicable</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Package_2_for_kb951376_bf~31bf3856ad364e35~amd64~~6.0.1.1.mum</td><td class=\"sbody-td\">Not Applicable</td><td class=\"sbody-td\">1,781</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">23:50</td><td class=\"sbody-td\">Not Applicable</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Package_2_for_kb951376~31bf3856ad364e35~amd64~~6.0.1.1.mum</td><td class=\"sbody-td\">Not Applicable</td><td class=\"sbody-td\">2,510</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">23:49</td><td class=\"sbody-td\">Not Applicable</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Package_3_for_kb951376_bf~31bf3856ad364e35~amd64~~6.0.1.1.mum</td><td class=\"sbody-td\">Not Applicable</td><td class=\"sbody-td\">1,781</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">23:50</td><td class=\"sbody-td\">Not Applicable</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Package_3_for_kb951376~31bf3856ad364e35~amd64~~6.0.1.1.mum</td><td class=\"sbody-td\">Not Applicable</td><td class=\"sbody-td\">2,510</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">23:49</td><td class=\"sbody-td\">Not Applicable</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Package_for_kb951376_client_0_bf~31bf3856ad364e35~amd64~~6.0.1.1.mum</td><td class=\"sbody-td\">Not Applicable</td><td class=\"sbody-td\">1,423</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">23:50</td><td class=\"sbody-td\">Not Applicable</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Package_for_kb951376_client_0~31bf3856ad364e35~amd64~~6.0.1.1.mum</td><td class=\"sbody-td\">Not Applicable</td><td class=\"sbody-td\">1,442</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">23:49</td><td class=\"sbody-td\">Not Applicable</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Package_for_kb951376_client_1_bf~31bf3856ad364e35~amd64~~6.0.1.1.mum</td><td class=\"sbody-td\">Not Applicable</td><td class=\"sbody-td\">1,365</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">23:50</td><td class=\"sbody-td\">Not Applicable</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Package_for_kb951376_client_1~31bf3856ad364e35~amd64~~6.0.1.1.mum</td><td class=\"sbody-td\">Not Applicable</td><td class=\"sbody-td\">1,384</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">23:49</td><td class=\"sbody-td\">Not Applicable</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Package_for_kb951376_client_bf~31bf3856ad364e35~amd64~~6.0.1.1.mum</td><td class=\"sbody-td\">Not Applicable</td><td class=\"sbody-td\">1,699</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">23:50</td><td class=\"sbody-td\">Not Applicable</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Package_for_kb951376_client~31bf3856ad364e35~amd64~~6.0.1.1.mum</td><td class=\"sbody-td\">Not Applicable</td><td class=\"sbody-td\">1,732</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">23:49</td><td class=\"sbody-td\">Not Applicable</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Package_for_kb951376_server_0_bf~31bf3856ad364e35~amd64~~6.0.1.1.mum</td><td class=\"sbody-td\">Not Applicable</td><td class=\"sbody-td\">1,423</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">23:50</td><td class=\"sbody-td\">Not Applicable</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Package_for_kb951376_server_0~31bf3856ad364e35~amd64~~6.0.1.1.mum</td><td class=\"sbody-td\">Not Applicable</td><td class=\"sbody-td\">1,442</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">23:49</td><td class=\"sbody-td\">Not Applicable</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Package_for_kb951376_server_bf~31bf3856ad364e35~amd64~~6.0.1.1.mum</td><td class=\"sbody-td\">Not Applicable</td><td class=\"sbody-td\">1,428</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">23:50</td><td class=\"sbody-td\">Not Applicable</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Package_for_kb951376_server~31bf3856ad364e35~amd64~~6.0.1.1.mum</td><td class=\"sbody-td\">Not Applicable</td><td class=\"sbody-td\">1,448</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">23:49</td><td class=\"sbody-td\">Not Applicable</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Update-bf.mum</td><td class=\"sbody-td\">Not Applicable</td><td class=\"sbody-td\">2,068</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">23:50</td><td class=\"sbody-td\">Not Applicable</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Bthenum.sys</td><td class=\"sbody-td\">6.0.6000.16682</td><td class=\"sbody-td\">23,040</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">01:58</td><td class=\"sbody-td\">x64</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Bthport.sys</td><td class=\"sbody-td\">6.0.6000.16682</td><td class=\"sbody-td\">276,480</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">01:58</td><td class=\"sbody-td\">x64</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Bthusb.sys</td><td class=\"sbody-td\">6.0.6000.16682</td><td class=\"sbody-td\">34,304</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">01:58</td><td class=\"sbody-td\">x64</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Fsquirt.exe</td><td class=\"sbody-td\">6.0.6000.16682</td><td class=\"sbody-td\">187,904</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">04:00</td><td class=\"sbody-td\">x64</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Bthenum.sys</td><td class=\"sbody-td\">6.0.6000.20824</td><td class=\"sbody-td\">23,040</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">02:01</td><td class=\"sbody-td\">x64</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Bthport.sys</td><td class=\"sbody-td\">6.0.6000.20824</td><td class=\"sbody-td\">276,480</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">02:01</td><td class=\"sbody-td\">x64</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Bthusb.sys</td><td class=\"sbody-td\">6.0.6000.20824</td><td class=\"sbody-td\">34,304</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">02:01</td><td class=\"sbody-td\">x64</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Fsquirt.exe</td><td class=\"sbody-td\">6.0.6000.20824</td><td class=\"sbody-td\">187,904</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">02:01</td><td class=\"sbody-td\">x64</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Bthenum.sys</td><td class=\"sbody-td\">6.0.6001.18000</td><td class=\"sbody-td\">23,040</td><td class=\"sbody-td\">19-Jan-2008</td><td class=\"sbody-td\">06:34</td><td class=\"sbody-td\">x64</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Bthport.sys</td><td class=\"sbody-td\">6.0.6001.18064</td><td class=\"sbody-td\">276,480</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">02:10</td><td class=\"sbody-td\">x64</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Bthusb.sys</td><td class=\"sbody-td\">6.0.6001.18064</td><td class=\"sbody-td\">34,304</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">02:10</td><td class=\"sbody-td\">x64</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Fsquirt.exe</td><td class=\"sbody-td\">6.0.6001.18064</td><td class=\"sbody-td\">187,904</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">04:16</td><td class=\"sbody-td\">x64</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Bthenum.sys</td><td class=\"sbody-td\">6.0.6001.22168</td><td class=\"sbody-td\">23,040</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">02:12</td><td class=\"sbody-td\">x64</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Bthport.sys</td><td class=\"sbody-td\">6.0.6001.22168</td><td class=\"sbody-td\">276,480</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">02:12</td><td class=\"sbody-td\">x64</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Bthusb.sys</td><td class=\"sbody-td\">6.0.6001.22168</td><td class=\"sbody-td\">34,816</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">02:12</td><td class=\"sbody-td\">x64</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Fsquirt.exe</td><td class=\"sbody-td\">6.0.6001.22168</td><td class=\"sbody-td\">187,904</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">02:12</td><td class=\"sbody-td\">x64</td></tr></table></div><h4 class=\"sbody-h4\">For all supported 32-bit editions of Windows Vista</h4><div class=\"table-responsive\"><table class=\"sbody-table table\"><tr class=\"sbody-tr\"><th class=\"sbody-th\">File name</th><th class=\"sbody-th\">File version</th><th class=\"sbody-th\">File size</th><th class=\"sbody-th\">Date</th><th class=\"sbody-th\">Time</th><th class=\"sbody-th\">Platform</th></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Package_1_for_kb951376_bf~31bf3856ad364e35~x86~~6.0.1.1.mum</td><td class=\"sbody-td\">Not Applicable</td><td class=\"sbody-td\">1,929</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">23:50</td><td class=\"sbody-td\">Not Applicable</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Package_1_for_kb951376~31bf3856ad364e35~x86~~6.0.1.1.mum</td><td class=\"sbody-td\">Not Applicable</td><td class=\"sbody-td\">2,658</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">23:49</td><td class=\"sbody-td\">Not Applicable</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Package_2_for_kb951376_bf~31bf3856ad364e35~x86~~6.0.1.1.mum</td><td class=\"sbody-td\">Not Applicable</td><td class=\"sbody-td\">1,771</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">23:50</td><td class=\"sbody-td\">Not Applicable</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Package_2_for_kb951376~31bf3856ad364e35~x86~~6.0.1.1.mum</td><td class=\"sbody-td\">Not Applicable</td><td class=\"sbody-td\">2,496</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">23:49</td><td class=\"sbody-td\">Not Applicable</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Package_3_for_kb951376_bf~31bf3856ad364e35~x86~~6.0.1.1.mum</td><td class=\"sbody-td\">Not Applicable</td><td class=\"sbody-td\">1,771</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">23:50</td><td class=\"sbody-td\">Not Applicable</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Package_3_for_kb951376~31bf3856ad364e35~x86~~6.0.1.1.mum</td><td class=\"sbody-td\">Not Applicable</td><td class=\"sbody-td\">2,496</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">23:49</td><td class=\"sbody-td\">Not Applicable</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Package_for_kb951376_client_0_bf~31bf3856ad364e35~x86~~6.0.1.1.mum</td><td class=\"sbody-td\">Not Applicable</td><td class=\"sbody-td\">1,415</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">23:50</td><td class=\"sbody-td\">Not Applicable</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Package_for_kb951376_client_0~31bf3856ad364e35~x86~~6.0.1.1.mum</td><td class=\"sbody-td\">Not Applicable</td><td class=\"sbody-td\">1,434</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">23:49</td><td class=\"sbody-td\">Not Applicable</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Package_for_kb951376_client_1_bf~31bf3856ad364e35~x86~~6.0.1.1.mum</td><td class=\"sbody-td\">Not Applicable</td><td class=\"sbody-td\">1,357</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">23:50</td><td class=\"sbody-td\">Not Applicable</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Package_for_kb951376_client_1~31bf3856ad364e35~x86~~6.0.1.1.mum</td><td class=\"sbody-td\">Not Applicable</td><td class=\"sbody-td\">1,376</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">23:49</td><td class=\"sbody-td\">Not Applicable</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Package_for_kb951376_client_bf~31bf3856ad364e35~x86~~6.0.1.1.mum</td><td class=\"sbody-td\">Not Applicable</td><td class=\"sbody-td\">1,689</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">23:50</td><td class=\"sbody-td\">Not Applicable</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Package_for_kb951376_client~31bf3856ad364e35~x86~~6.0.1.1.mum</td><td class=\"sbody-td\">Not Applicable</td><td class=\"sbody-td\">1,722</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">23:49</td><td class=\"sbody-td\">Not Applicable</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Package_for_kb951376_server_0_bf~31bf3856ad364e35~x86~~6.0.1.1.mum</td><td class=\"sbody-td\">Not Applicable</td><td class=\"sbody-td\">1,415</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">23:50</td><td class=\"sbody-td\">Not Applicable</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Package_for_kb951376_server_0~31bf3856ad364e35~x86~~6.0.1.1.mum</td><td class=\"sbody-td\">Not Applicable</td><td class=\"sbody-td\">1,434</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">23:49</td><td class=\"sbody-td\">Not Applicable</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Package_for_kb951376_server_bf~31bf3856ad364e35~x86~~6.0.1.1.mum</td><td class=\"sbody-td\">Not Applicable</td><td class=\"sbody-td\">1,420</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">23:50</td><td class=\"sbody-td\">Not Applicable</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Package_for_kb951376_server~31bf3856ad364e35~x86~~6.0.1.1.mum</td><td class=\"sbody-td\">Not Applicable</td><td class=\"sbody-td\">1,440</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">23:49</td><td class=\"sbody-td\">Not Applicable</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Update-bf.mum</td><td class=\"sbody-td\">Not Applicable</td><td class=\"sbody-td\">2,054</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">23:50</td><td class=\"sbody-td\">Not Applicable</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">X86_bth.inf_31bf3856ad364e35_6.0.6000.16682_none_700a06c9bea9b8da.manifest</td><td class=\"sbody-td\">Not Applicable</td><td class=\"sbody-td\">3,400</td><td class=\"sbody-td\">30-Apr-2008</td><td class=\"sbody-td\">00:01</td><td class=\"sbody-td\">Not Applicable</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">X86_bth.inf_31bf3856ad364e35_6.0.6000.20824_none_70d68596d794e0d3.manifest</td><td class=\"sbody-td\">Not Applicable</td><td class=\"sbody-td\">3,400</td><td class=\"sbody-td\">30-Apr-2008</td><td class=\"sbody-td\">00:01</td><td class=\"sbody-td\">Not Applicable</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">X86_bth.inf_31bf3856ad364e35_6.0.6001.18064_none_7207e5dbbbbe4497.manifest</td><td class=\"sbody-td\">Not Applicable</td><td class=\"sbody-td\">3,400</td><td class=\"sbody-td\">30-Apr-2008</td><td class=\"sbody-td\">00:01</td><td class=\"sbody-td\">Not Applicable</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">X86_bth.inf_31bf3856ad364e35_6.0.6001.22168_none_729583ced4d849bd.manifest</td><td class=\"sbody-td\">Not Applicable</td><td class=\"sbody-td\">3,400</td><td class=\"sbody-td\">30-Apr-2008</td><td class=\"sbody-td\">00:01</td><td class=\"sbody-td\">Not Applicable</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Bthenum.sys</td><td class=\"sbody-td\">6.0.6000.16682</td><td class=\"sbody-td\">19,456</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">01:42</td><td class=\"sbody-td\">x86</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Bthport.sys</td><td class=\"sbody-td\">6.0.6000.16682</td><td class=\"sbody-td\">220,160</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">01:42</td><td class=\"sbody-td\">x86</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Bthusb.sys</td><td class=\"sbody-td\">6.0.6000.16682</td><td class=\"sbody-td\">29,184</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">01:42</td><td class=\"sbody-td\">x86</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Fsquirt.exe</td><td class=\"sbody-td\">6.0.6000.16682</td><td class=\"sbody-td\">181,760</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">03:50</td><td class=\"sbody-td\">x86</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Bthenum.sys</td><td class=\"sbody-td\">6.0.6000.20824</td><td class=\"sbody-td\">19,456</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">01:35</td><td class=\"sbody-td\">x86</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Bthport.sys</td><td class=\"sbody-td\">6.0.6000.20824</td><td class=\"sbody-td\">220,160</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">01:35</td><td class=\"sbody-td\">x86</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Bthusb.sys</td><td class=\"sbody-td\">6.0.6000.20824</td><td class=\"sbody-td\">29,184</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">01:35</td><td class=\"sbody-td\">x86</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Fsquirt.exe</td><td class=\"sbody-td\">6.0.6000.20824</td><td class=\"sbody-td\">181,760</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">01:35</td><td class=\"sbody-td\">x86</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Bthenum.sys</td><td class=\"sbody-td\">6.0.6001.18000</td><td class=\"sbody-td\">19,456</td><td class=\"sbody-td\">19-Jan-2008</td><td class=\"sbody-td\">05:53</td><td class=\"sbody-td\">x86</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Bthport.sys</td><td class=\"sbody-td\">6.0.6001.18064</td><td class=\"sbody-td\">220,160</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">01:42</td><td class=\"sbody-td\">x86</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Bthusb.sys</td><td class=\"sbody-td\">6.0.6001.18064</td><td class=\"sbody-td\">29,184</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">01:42</td><td class=\"sbody-td\">x86</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Fsquirt.exe</td><td class=\"sbody-td\">6.0.6001.18064</td><td class=\"sbody-td\">181,760</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">03:54</td><td class=\"sbody-td\">x86</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Bthenum.sys</td><td class=\"sbody-td\">6.0.6001.22168</td><td class=\"sbody-td\">19,456</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">01:43</td><td class=\"sbody-td\">x86</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Bthport.sys</td><td class=\"sbody-td\">6.0.6001.22168</td><td class=\"sbody-td\">220,160</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">01:43</td><td class=\"sbody-td\">x86</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Bthusb.sys</td><td class=\"sbody-td\">6.0.6001.22168</td><td class=\"sbody-td\">29,184</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">01:43</td><td class=\"sbody-td\">x86</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Fsquirt.exe</td><td class=\"sbody-td\">6.0.6001.22168</td><td class=\"sbody-td\">181,760</td><td class=\"sbody-td\">29-Apr-2008</td><td class=\"sbody-td\">01:43</td><td class=\"sbody-td\">x86</td></tr></table></div><h4 class=\"sbody-h4\">For all supported x64-based editions of Windows XP Professional </h4><div class=\"table-responsive\"><table class=\"sbody-table table\"><tr class=\"sbody-tr\"><th class=\"sbody-th\">File name</th><th class=\"sbody-th\">File version</th><th class=\"sbody-th\">File size</th><th class=\"sbody-th\">Date</th><th class=\"sbody-th\">Time</th><th class=\"sbody-th\">Platform</th><th class=\"sbody-th\">SP requirement</th><th class=\"sbody-th\">Service branch</th></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Bthport.sys</td><td class=\"sbody-td\">5.2.3790.3122</td><td class=\"sbody-td\">320,512</td><td class=\"sbody-td\">09-May-2008</td><td class=\"sbody-td\">03:26</td><td class=\"sbody-td\">x64</td><td class=\"sbody-td\">SP1</td><td class=\"sbody-td\">SP1GDR</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Bthport.sys</td><td class=\"sbody-td\">5.2.3790.3122</td><td class=\"sbody-td\">320,512</td><td class=\"sbody-td\">09-May-2008</td><td class=\"sbody-td\">03:26</td><td class=\"sbody-td\">x64</td><td class=\"sbody-td\">SP1</td><td class=\"sbody-td\">SP1QFE</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Bthport.sys</td><td class=\"sbody-td\">5.2.3790.4274</td><td class=\"sbody-td\">320,512</td><td class=\"sbody-td\">09-May-2008</td><td class=\"sbody-td\">03:30</td><td class=\"sbody-td\">x64</td><td class=\"sbody-td\">SP2</td><td class=\"sbody-td\">SP2GDR</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Bthport.sys</td><td class=\"sbody-td\">5.2.3790.4274</td><td class=\"sbody-td\">320,512</td><td class=\"sbody-td\">09-May-2008</td><td class=\"sbody-td\">03:26</td><td class=\"sbody-td\">x64</td><td class=\"sbody-td\">SP2</td><td class=\"sbody-td\">SP2QFE</td></tr></table></div><h4 class=\"sbody-h4\">For all supported 32-bit editions of Windows XP</h4><div class=\"table-responsive\"><table class=\"sbody-table table\"><tr class=\"sbody-tr\"><th class=\"sbody-th\">File name</th><th class=\"sbody-th\">File version</th><th class=\"sbody-th\">File size</th><th class=\"sbody-th\">Date</th><th class=\"sbody-th\">Time</th><th class=\"sbody-th\">Platform</th><th class=\"sbody-th\">SP requirement</th><th class=\"sbody-th\">Service branch</th></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Bthport.sys</td><td class=\"sbody-td\">5.1.2600.3389</td><td class=\"sbody-td\">272,128</td><td class=\"sbody-td\">13-Jun-2008</td><td class=\"sbody-td\">13:10</td><td class=\"sbody-td\">x86</td><td class=\"sbody-td\">SP2</td><td class=\"sbody-td\">SP2GDR</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Bthport.sys</td><td class=\"sbody-td\">5.1.2600.3389</td><td class=\"sbody-td\">272,128</td><td class=\"sbody-td\">13-Jun-2008</td><td class=\"sbody-td\">09:52</td><td class=\"sbody-td\">x86</td><td class=\"sbody-td\">SP2</td><td class=\"sbody-td\">SP2QFE</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Bthport.sys</td><td class=\"sbody-td\">5.1.2600.5620</td><td class=\"sbody-td\">272,128</td><td class=\"sbody-td\">13-Jun-2008</td><td class=\"sbody-td\">11:05</td><td class=\"sbody-td\">x86</td><td class=\"sbody-td\">SP3</td><td class=\"sbody-td\">SP3GDR</td></tr><tr class=\"sbody-tr\"><td class=\"sbody-td\">Bthport.sys</td><td class=\"sbody-td\">5.1.2600.5620</td><td class=\"sbody-td\">272,128</td><td class=\"sbody-td\">13-Jun-2008</td><td class=\"sbody-td\">11:27</td><td class=\"sbody-td\">x86</td><td class=\"sbody-td\">SP3</td><td class=\"sbody-td\">SP3QFE</td></tr></table></div></div></body></html>", "modified": "2018-04-17T20:27:16", "id": "KB951376", "href": "https://support.microsoft.com/en-us/help/951376/", "published": "2018-04-17T18:59:53", "title": "MS08-030: Vulnerability in Bluetooth stack could allow remote code execution", "type": "mskb", "cvss": {"score": 8.3, "vector": "AV:A/AC:L/Au:N/C:C/I:C/A:C"}}]}