MS06-053: Vulnerability in Indexing Service Could Allow XSS (920685)
2006-09-12T00:00:00
ID SMB_NT_MS06-053.NASL Type nessus Reporter Tenable Modified 2018-11-15T00:00:00
Description
The remote host is running a version of the Indexing service that fails
to adequately sanitize some requests. Combined with a web server using
this service, this flaw could be exploited by an attacker who would be
able to cause arbitrary HTML and script code to be executed in a user's
browser within the security context of the affected site.
#
# (C) Tenable Network Security, Inc.
#
include("compat.inc");
if (description)
{
script_id(22333);
script_version("1.32");
script_cvs_date("Date: 2018/11/15 20:50:30");
script_cve_id("CVE-2006-0032");
script_bugtraq_id(19927);
script_xref(name:"MSFT", value:"MS06-053");
script_xref(name:"MSKB", value:"920685");
script_name(english:"MS06-053: Vulnerability in Indexing Service Could Allow XSS (920685)");
script_summary(english:"Determines if hotfix 920685 has been installed");
script_set_attribute(attribute:"synopsis", value:
"The remote web server is vulnerable to a cross-site scripting attack.");
script_set_attribute(attribute:"description", value:
"The remote host is running a version of the Indexing service that fails
to adequately sanitize some requests. Combined with a web server using
this service, this flaw could be exploited by an attacker who would be
able to cause arbitrary HTML and script code to be executed in a user's
browser within the security context of the affected site.");
script_set_attribute(attribute:"see_also", value:"https://docs.microsoft.com/en-us/security-updates/SecurityBulletins/2006/ms06-053");
script_set_attribute(attribute:"solution", value:
"Microsoft has released a set of patches for Windows NT, 2000, XP and
2003.");
script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:N/I:P/A:N");
script_set_cvss_temporal_vector("CVSS2#E:POC/RL:OF/RC:C");
script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
script_set_attribute(attribute:"exploit_available", value:"true");
script_cwe_id(79);
script_set_attribute(attribute:"vuln_publication_date", value:"2006/09/12");
script_set_attribute(attribute:"patch_publication_date", value:"2006/09/12");
script_set_attribute(attribute:"plugin_publication_date", value:"2006/09/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) 2006-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_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 = 'MS06-053';
kb = '920685';
kbs = make_list(kb);
if (get_kb_item("Host/patch_management_checks")) hotfix_check_3rd_party(bulletin:bulletin, kbs:kbs, severity:SECURITY_WARNING);
get_kb_item_or_exit("SMB/Registry/Enumerated");
get_kb_item_or_exit("SMB/WindowsVersion", exit_code:1);
if (hotfix_check_sp_range(win2k:'4,5', xp:'1,2', win2003:'0,1') <= 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:"5.2", sp:0, file:"Query.dll", version:"5.2.3790.552", dir:"\system32", bulletin:bulletin, kb:kb) ||
hotfix_is_vulnerable(os:"5.2", sp:1, file:"Query.dll", version:"5.2.3790.2734", dir:"\system32", bulletin:bulletin, kb:kb) ||
hotfix_is_vulnerable(os:"5.1", sp:1, file:"Query.dll", version:"5.1.2600.1860", dir:"\system32", bulletin:bulletin, kb:kb) ||
hotfix_is_vulnerable(os:"5.1", sp:2, file:"Query.dll", version:"5.1.2600.2935", dir:"\system32", bulletin:bulletin, kb:kb) ||
hotfix_is_vulnerable(os:"5.0", file:"Query.dll", version:"5.0.2195.7100", dir:"\system32", bulletin:bulletin, kb:kb) )
{
set_kb_item(name:"SMB/Missing/"+bulletin, value:TRUE);
set_kb_item(name: 'www/0/XSS', value: TRUE);
hotfix_security_warning();
hotfix_check_fversion_end();
exit(0);
}
else
{
hotfix_check_fversion_end();
audit(AUDIT_HOST_NOT, 'affected');
}
{"id": "SMB_NT_MS06-053.NASL", "bulletinFamily": "scanner", "title": "MS06-053: Vulnerability in Indexing Service Could Allow XSS (920685)", "description": "The remote host is running a version of the Indexing service that fails\nto adequately sanitize some requests. Combined with a web server using\nthis service, this flaw could be exploited by an attacker who would be\nable to cause arbitrary HTML and script code to be executed in a user's\nbrowser within the security context of the affected site.", "published": "2006-09-12T00:00:00", "modified": "2018-11-15T00:00:00", "cvss": {"score": 4.3, "vector": "AV:NETWORK/AC:MEDIUM/Au:NONE/C:NONE/I:PARTIAL/A:NONE/"}, "href": "https://www.tenable.com/plugins/index.php?view=single&id=22333", "reporter": "Tenable", "references": ["https://docs.microsoft.com/en-us/security-updates/SecurityBulletins/2006/ms06-053"], "cvelist": ["CVE-2006-0032"], "type": "nessus", "lastseen": "2019-01-16T20:06:49", "history": [{"bulletin": {"bulletinFamily": "scanner", "cpe": ["cpe:/o:microsoft:windows"], "cvelist": ["CVE-2006-0032"], "cvss": {"score": 0.0, "vector": "NONE"}, "description": "The remote host is running a version of the Indexing service that fails to adequately sanitize some requests. Combined with a web server using this service, this flaw could be exploited by an attacker who would be able to cause arbitrary HTML and script code to be executed in a user's browser within the security context of the affected site.", "edition": 5, "enchantments": {"score": {"value": 4.3, "vector": "NONE"}}, "hash": "047ee1645d4bd175e8d6fd88bf99884afdf543cfa3e6eae12d58f61d3645deae", "hashmap": [{"hash": "9570f8e4e9af170494f007d8a35f0a26", "key": "modified"}, {"hash": "4b8d5e5ec1da0fad27b786387030ecd4", "key": "pluginID"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "0a7a9aca5e91be0dd7d2b3bfd7471997", "key": "cvelist"}, {"hash": "9ab3716a391803fae1a02ddd6daaa693", "key": "description"}, {"hash": "c9898bc973bfffca5119f1a3bfa73a8d", "key": "naslFamily"}, {"hash": "f119fcbd597f778cfd79bca12af8db90", "key": "cpe"}, {"hash": "48180693b285bf7b73adad9f9a4ffcd9", "key": "sourceData"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "7cb7ae22dda1ba9cb2878a5574660440", "key": "published"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "d419c46cc766cead8c96d886ef2df3d3", "key": "title"}, {"hash": "9192cebe68d9462a9265230e01ee51db", "key": "href"}, {"hash": "13aa3e350d176bc51f319197bfb44e80", "key": "references"}], "history": [], "href": "https://www.tenable.com/plugins/index.php?view=single&id=22333", "id": "SMB_NT_MS06-053.NASL", "lastseen": "2018-08-30T19:54:56", "modified": "2018-07-27T00:00:00", "naslFamily": "Windows : Microsoft Bulletins", "objectVersion": "1.3", "pluginID": "22333", "published": "2006-09-12T00:00:00", "references": ["https://technet.microsoft.com/library/security/ms06-053"], "reporter": "Tenable", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(22333);\n script_version(\"1.31\");\n script_cvs_date(\"Date: 2018/07/27 18:38:16\");\n\n script_cve_id(\"CVE-2006-0032\");\n script_bugtraq_id(19927);\n script_xref(name:\"MSFT\", value:\"MS06-053\");\n script_xref(name:\"MSKB\", value:\"920685\");\n\n script_name(english:\"MS06-053: Vulnerability in Indexing Service Could Allow XSS (920685)\");\n script_summary(english:\"Determines if hotfix 920685 has been installed\");\n\n script_set_attribute(attribute:\"synopsis\", value:\n\"The remote web server is vulnerable to a cross-site scripting attack.\");\n script_set_attribute(attribute:\"description\", value:\n\"The remote host is running a version of the Indexing service that fails\nto adequately sanitize some requests. Combined with a web server using\nthis service, this flaw could be exploited by an attacker who would be\nable to cause arbitrary HTML and script code to be executed in a user's\nbrowser within the security context of the affected site.\");\n script_set_attribute(attribute:\"see_also\", value:\"https://technet.microsoft.com/library/security/ms06-053\");\n script_set_attribute(attribute:\"solution\", value:\n\"Microsoft has released a set of patches for Windows NT, 2000, XP and\n2003.\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:N/I:P/A:N\");\n script_set_cvss_temporal_vector(\"CVSS2#E:POC/RL:OF/RC:C\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"Exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"true\");\n script_cwe_id(79);\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2006/09/12\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2006/09/12\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2006/09/12\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:microsoft:windows\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n\n script_copyright(english:\"This script is Copyright (C) 2006-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_hotfixes_fcheck.inc\");\ninclude(\"smb_hotfixes.inc\");\ninclude(\"smb_func.inc\");\ninclude(\"misc_func.inc\");\n\nget_kb_item_or_exit(\"SMB/MS_Bulletin_Checks/Possible\");\n\nbulletin = 'MS06-053';\nkb = '920685';\n\nkbs = make_list(kb);\nif (get_kb_item(\"Host/patch_management_checks\")) hotfix_check_3rd_party(bulletin:bulletin, kbs:kbs, severity:SECURITY_WARNING);\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(win2k:'4,5', xp:'1,2', win2003:'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 ( hotfix_is_vulnerable(os:\"5.2\", sp:0, file:\"Query.dll\", version:\"5.2.3790.552\", dir:\"\\system32\", bulletin:bulletin, kb:kb) ||\n hotfix_is_vulnerable(os:\"5.2\", sp:1, file:\"Query.dll\", version:\"5.2.3790.2734\", dir:\"\\system32\", bulletin:bulletin, kb:kb) ||\n hotfix_is_vulnerable(os:\"5.1\", sp:1, file:\"Query.dll\", version:\"5.1.2600.1860\", dir:\"\\system32\", bulletin:bulletin, kb:kb) ||\n hotfix_is_vulnerable(os:\"5.1\", sp:2, file:\"Query.dll\", version:\"5.1.2600.2935\", dir:\"\\system32\", bulletin:bulletin, kb:kb) ||\n hotfix_is_vulnerable(os:\"5.0\", file:\"Query.dll\", version:\"5.0.2195.7100\", dir:\"\\system32\", bulletin:bulletin, kb:kb) )\n{\n set_kb_item(name:\"SMB/Missing/\"+bulletin, value:TRUE);\n set_kb_item(name: 'www/0/XSS', value: TRUE);\n hotfix_security_warning();\n\n hotfix_check_fversion_end();\n exit(0);\n}\nelse\n{\n hotfix_check_fversion_end();\n audit(AUDIT_HOST_NOT, 'affected');\n}\n", "title": "MS06-053: Vulnerability in Indexing Service Could Allow XSS (920685)", "type": "nessus", "viewCount": 0}, "differentElements": ["cvss"], "edition": 5, "lastseen": "2018-08-30T19:54:56"}, {"bulletin": {"bulletinFamily": "scanner", "cpe": ["cpe:/o:microsoft:windows"], "cvelist": ["CVE-2006-0032"], "cvss": {"score": 4.3, "vector": "AV:NETWORK/AC:MEDIUM/Au:NONE/C:NONE/I:PARTIAL/A:NONE/"}, "description": "The remote host is running a version of the Indexing service that fails to adequately sanitize some requests. Combined with a web server using this service, this flaw could be exploited by an attacker who would be able to cause arbitrary HTML and script code to be executed in a user's browser within the security context of the affected site.", "edition": 3, "enchantments": {"score": {"value": 4.3, "vector": "NONE"}}, "hash": "f55adcffd2451a16412e5592e7bc65f9978524302e95b746fc97874929e1c90b", "hashmap": [{"hash": "6e9bdd2021503689a2ad9254c9cdf2b3", "key": "cvss"}, {"hash": "4b8d5e5ec1da0fad27b786387030ecd4", "key": "pluginID"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "b71a8c6b6abac5aa4b207ed01dd04c46", "key": "modified"}, {"hash": "0a7a9aca5e91be0dd7d2b3bfd7471997", "key": "cvelist"}, {"hash": "9ab3716a391803fae1a02ddd6daaa693", "key": "description"}, {"hash": "c9898bc973bfffca5119f1a3bfa73a8d", "key": "naslFamily"}, {"hash": "f119fcbd597f778cfd79bca12af8db90", "key": "cpe"}, {"hash": "7cb7ae22dda1ba9cb2878a5574660440", "key": "published"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "8cb2e29453d6b62066037f808b03defc", "key": "sourceData"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "d419c46cc766cead8c96d886ef2df3d3", "key": "title"}, {"hash": "9192cebe68d9462a9265230e01ee51db", "key": "href"}, {"hash": "13aa3e350d176bc51f319197bfb44e80", "key": "references"}], "history": [], "href": "https://www.tenable.com/plugins/index.php?view=single&id=22333", "id": "SMB_NT_MS06-053.NASL", "lastseen": "2017-10-29T13:44:08", "modified": "2017-08-10T00:00:00", "naslFamily": "Windows : Microsoft Bulletins", "objectVersion": "1.3", "pluginID": "22333", "published": "2006-09-12T00:00:00", "references": ["https://technet.microsoft.com/library/security/ms06-053"], "reporter": "Tenable", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(22333);\n script_version(\"$Revision: 1.30 $\");\n script_cvs_date(\"$Date: 2017/08/10 16:51:54 $\");\n\n script_cve_id(\"CVE-2006-0032\");\n script_bugtraq_id(19927);\n script_osvdb_id(28729);\n script_xref(name:\"MSFT\", value:\"MS06-053\");\n script_xref(name:\"MSKB\", value:\"920685\");\n\n script_name(english:\"MS06-053: Vulnerability in Indexing Service Could Allow XSS (920685)\");\n script_summary(english:\"Determines if hotfix 920685 has been installed\");\n\n script_set_attribute(attribute:\"synopsis\", value:\n\"The remote web server is vulnerable to a cross-site scripting attack.\");\n script_set_attribute(attribute:\"description\", value:\n\"The remote host is running a version of the Indexing service that fails\nto adequately sanitize some requests. Combined with a web server using\nthis service, this flaw could be exploited by an attacker who would be\nable to cause arbitrary HTML and script code to be executed in a user's\nbrowser within the security context of the affected site.\");\n script_set_attribute(attribute:\"see_also\", value:\"https://technet.microsoft.com/library/security/ms06-053\");\n script_set_attribute(attribute:\"solution\", value:\n\"Microsoft has released a set of patches for Windows NT, 2000, XP and\n2003.\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:N/I:P/A:N\");\n script_set_cvss_temporal_vector(\"CVSS2#E:ND/RL:OF/RC:C\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"Exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"true\");\n script_cwe_id(79);\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2006/09/12\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2006/09/12\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2006/09/12\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:microsoft:windows\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n\n script_copyright(english:\"This script is Copyright (C) 2006-2017 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_hotfixes_fcheck.inc\");\ninclude(\"smb_hotfixes.inc\");\ninclude(\"smb_func.inc\");\ninclude(\"misc_func.inc\");\n\nget_kb_item_or_exit(\"SMB/MS_Bulletin_Checks/Possible\");\n\nbulletin = 'MS06-053';\nkb = '920685';\n\nkbs = make_list(kb);\nif (get_kb_item(\"Host/patch_management_checks\")) hotfix_check_3rd_party(bulletin:bulletin, kbs:kbs, severity:SECURITY_WARNING);\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(win2k:'4,5', xp:'1,2', win2003:'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 ( hotfix_is_vulnerable(os:\"5.2\", sp:0, file:\"Query.dll\", version:\"5.2.3790.552\", dir:\"\\system32\", bulletin:bulletin, kb:kb) ||\n hotfix_is_vulnerable(os:\"5.2\", sp:1, file:\"Query.dll\", version:\"5.2.3790.2734\", dir:\"\\system32\", bulletin:bulletin, kb:kb) ||\n hotfix_is_vulnerable(os:\"5.1\", sp:1, file:\"Query.dll\", version:\"5.1.2600.1860\", dir:\"\\system32\", bulletin:bulletin, kb:kb) ||\n hotfix_is_vulnerable(os:\"5.1\", sp:2, file:\"Query.dll\", version:\"5.1.2600.2935\", dir:\"\\system32\", bulletin:bulletin, kb:kb) ||\n hotfix_is_vulnerable(os:\"5.0\", file:\"Query.dll\", version:\"5.0.2195.7100\", dir:\"\\system32\", bulletin:bulletin, kb:kb) )\n{\n set_kb_item(name:\"SMB/Missing/\"+bulletin, value:TRUE);\n set_kb_item(name: 'www/0/XSS', value: TRUE);\n hotfix_security_warning();\n\n hotfix_check_fversion_end();\n exit(0);\n}\nelse\n{\n hotfix_check_fversion_end();\n audit(AUDIT_HOST_NOT, 'affected');\n}\n", "title": "MS06-053: Vulnerability in Indexing Service Could Allow XSS (920685)", "type": "nessus", "viewCount": 0}, "differentElements": ["modified", "sourceData"], "edition": 3, "lastseen": "2017-10-29T13:44:08"}, {"bulletin": {"bulletinFamily": "scanner", "cvelist": ["CVE-2006-0032"], "cvss": {"score": 4.3, "vector": "AV:NETWORK/AC:MEDIUM/Au:NONE/C:NONE/I:PARTIAL/A:NONE/"}, "description": "The remote host is running a version of the Indexing service that fails to adequately sanitize some requests. Combined with a web server using this service, this flaw could be exploited by an attacker who would be able to cause arbitrary HTML and script code to be executed in a user's browser within the security context of the affected site.", "edition": 1, "enchantments": {}, "hash": "25805f30108fef96e9a17003bff1b90e22e901c7f4080e181ad981a1ddf74aa1", "hashmap": [{"hash": "6e9bdd2021503689a2ad9254c9cdf2b3", "key": "cvss"}, {"hash": "4b8d5e5ec1da0fad27b786387030ecd4", "key": "pluginID"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "0a7a9aca5e91be0dd7d2b3bfd7471997", "key": "cvelist"}, {"hash": "9ab3716a391803fae1a02ddd6daaa693", "key": "description"}, {"hash": "c9898bc973bfffca5119f1a3bfa73a8d", "key": "naslFamily"}, {"hash": "7cb7ae22dda1ba9cb2878a5574660440", "key": "published"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "d419c46cc766cead8c96d886ef2df3d3", "key": "title"}, {"hash": "9192cebe68d9462a9265230e01ee51db", "key": "href"}, {"hash": "62f567f562bbeddeaf1e6db6eec3283c", "key": "modified"}, {"hash": "34fb6978fe80e5bd4ea3442c913f98d2", "key": "sourceData"}, {"hash": "13aa3e350d176bc51f319197bfb44e80", "key": "references"}], "history": [], "href": "https://www.tenable.com/plugins/index.php?view=single&id=22333", "id": "SMB_NT_MS06-053.NASL", "lastseen": "2016-09-26T17:26:15", "modified": "2016-05-06T00:00:00", "naslFamily": "Windows : Microsoft Bulletins", "objectVersion": "1.2", "pluginID": "22333", "published": "2006-09-12T00:00:00", "references": ["https://technet.microsoft.com/library/security/ms06-053"], "reporter": "Tenable", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(22333);\n script_version(\"$Revision: 1.29 $\");\n script_cvs_date(\"$Date: 2016/05/06 17:11:37 $\");\n\n script_cve_id(\"CVE-2006-0032\");\n script_bugtraq_id(19927);\n script_osvdb_id(28729);\n script_xref(name:\"MSFT\", value:\"MS06-053\");\n\n script_name(english:\"MS06-053: Vulnerability in Indexing Service Could Allow XSS (920685)\");\n script_summary(english:\"Determines if hotfix 920685 has been installed\");\n\n script_set_attribute(attribute:\"synopsis\", value:\n\"The remote web server is vulnerable to a cross-site scripting attack.\");\n script_set_attribute(attribute:\"description\", value:\n\"The remote host is running a version of the Indexing service that fails\nto adequately sanitize some requests. Combined with a web server using\nthis service, this flaw could be exploited by an attacker who would be\nable to cause arbitrary HTML and script code to be executed in a user's\nbrowser within the security context of the affected site.\");\n script_set_attribute(attribute:\"see_also\", value:\"https://technet.microsoft.com/library/security/ms06-053\");\n script_set_attribute(attribute:\"solution\", value:\n\"Microsoft has released a set of patches for Windows NT, 2000, XP and\n2003.\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:N/I:P/A:N\");\n script_set_cvss_temporal_vector(\"CVSS2#E:ND/RL:OF/RC:C\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"Exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"true\");\n script_cwe_id(79);\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2006/09/12\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2006/09/12\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2006/09/12\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:microsoft:windows\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n\n script_copyright(english:\"This script is Copyright (C) 2006-2016 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_hotfixes_fcheck.inc\");\ninclude(\"smb_hotfixes.inc\");\ninclude(\"smb_func.inc\");\ninclude(\"misc_func.inc\");\n\nget_kb_item_or_exit(\"SMB/MS_Bulletin_Checks/Possible\");\n\nbulletin = 'MS06-053';\nkb = '920685';\n\nkbs = make_list(kb);\nif (get_kb_item(\"Host/patch_management_checks\")) hotfix_check_3rd_party(bulletin:bulletin, kbs:kbs, severity:SECURITY_WARNING);\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(win2k:'4,5', xp:'1,2', win2003:'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 ( hotfix_is_vulnerable(os:\"5.2\", sp:0, file:\"Query.dll\", version:\"5.2.3790.552\", dir:\"\\system32\", bulletin:bulletin, kb:kb) ||\n hotfix_is_vulnerable(os:\"5.2\", sp:1, file:\"Query.dll\", version:\"5.2.3790.2734\", dir:\"\\system32\", bulletin:bulletin, kb:kb) ||\n hotfix_is_vulnerable(os:\"5.1\", sp:1, file:\"Query.dll\", version:\"5.1.2600.1860\", dir:\"\\system32\", bulletin:bulletin, kb:kb) ||\n hotfix_is_vulnerable(os:\"5.1\", sp:2, file:\"Query.dll\", version:\"5.1.2600.2935\", dir:\"\\system32\", bulletin:bulletin, kb:kb) ||\n hotfix_is_vulnerable(os:\"5.0\", file:\"Query.dll\", version:\"5.0.2195.7100\", dir:\"\\system32\", bulletin:bulletin, kb:kb) )\n{\n set_kb_item(name:\"SMB/Missing/\"+bulletin, value:TRUE);\n set_kb_item(name: 'www/0/XSS', value: TRUE);\n hotfix_security_warning();\n\n hotfix_check_fversion_end();\n exit(0);\n}\nelse\n{\n hotfix_check_fversion_end();\n audit(AUDIT_HOST_NOT, 'affected');\n}\n", "title": "MS06-053: Vulnerability in Indexing Service Could Allow XSS (920685)", "type": "nessus", "viewCount": 0}, "differentElements": ["modified", "sourceData"], "edition": 1, "lastseen": "2016-09-26T17:26:15"}, {"bulletin": {"bulletinFamily": "scanner", "cpe": ["cpe:/o:microsoft:windows"], "cvelist": ["CVE-2006-0032"], "cvss": {"score": 4.3, "vector": "AV:NETWORK/AC:MEDIUM/Au:NONE/C:NONE/I:PARTIAL/A:NONE/"}, "description": "The remote host is running a version of the Indexing service that fails to adequately sanitize some requests. Combined with a web server using this service, this flaw could be exploited by an attacker who would be able to cause arbitrary HTML and script code to be executed in a user's browser within the security context of the affected site.", "edition": 4, "enchantments": {"score": {"value": 4.3, "vector": "NONE"}}, "hash": "60254fcff5623781b08751e5ac938f44aa546c2561d42f060bf4a64e2f76e34d", "hashmap": [{"hash": "6e9bdd2021503689a2ad9254c9cdf2b3", "key": "cvss"}, {"hash": "9570f8e4e9af170494f007d8a35f0a26", "key": "modified"}, {"hash": "4b8d5e5ec1da0fad27b786387030ecd4", "key": "pluginID"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "0a7a9aca5e91be0dd7d2b3bfd7471997", "key": "cvelist"}, {"hash": "9ab3716a391803fae1a02ddd6daaa693", "key": "description"}, {"hash": "c9898bc973bfffca5119f1a3bfa73a8d", "key": "naslFamily"}, {"hash": "f119fcbd597f778cfd79bca12af8db90", "key": "cpe"}, {"hash": "48180693b285bf7b73adad9f9a4ffcd9", "key": "sourceData"}, {"hash": "7cb7ae22dda1ba9cb2878a5574660440", "key": "published"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "d419c46cc766cead8c96d886ef2df3d3", "key": "title"}, {"hash": "9192cebe68d9462a9265230e01ee51db", "key": "href"}, {"hash": "13aa3e350d176bc51f319197bfb44e80", "key": "references"}], "history": [], "href": "https://www.tenable.com/plugins/index.php?view=single&id=22333", "id": "SMB_NT_MS06-053.NASL", "lastseen": "2018-07-30T14:19:49", "modified": "2018-07-27T00:00:00", "naslFamily": "Windows : Microsoft Bulletins", "objectVersion": "1.3", "pluginID": "22333", "published": "2006-09-12T00:00:00", "references": ["https://technet.microsoft.com/library/security/ms06-053"], "reporter": "Tenable", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(22333);\n script_version(\"1.31\");\n script_cvs_date(\"Date: 2018/07/27 18:38:16\");\n\n script_cve_id(\"CVE-2006-0032\");\n script_bugtraq_id(19927);\n script_xref(name:\"MSFT\", value:\"MS06-053\");\n script_xref(name:\"MSKB\", value:\"920685\");\n\n script_name(english:\"MS06-053: Vulnerability in Indexing Service Could Allow XSS (920685)\");\n script_summary(english:\"Determines if hotfix 920685 has been installed\");\n\n script_set_attribute(attribute:\"synopsis\", value:\n\"The remote web server is vulnerable to a cross-site scripting attack.\");\n script_set_attribute(attribute:\"description\", value:\n\"The remote host is running a version of the Indexing service that fails\nto adequately sanitize some requests. Combined with a web server using\nthis service, this flaw could be exploited by an attacker who would be\nable to cause arbitrary HTML and script code to be executed in a user's\nbrowser within the security context of the affected site.\");\n script_set_attribute(attribute:\"see_also\", value:\"https://technet.microsoft.com/library/security/ms06-053\");\n script_set_attribute(attribute:\"solution\", value:\n\"Microsoft has released a set of patches for Windows NT, 2000, XP and\n2003.\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:N/I:P/A:N\");\n script_set_cvss_temporal_vector(\"CVSS2#E:POC/RL:OF/RC:C\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"Exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"true\");\n script_cwe_id(79);\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2006/09/12\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2006/09/12\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2006/09/12\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:microsoft:windows\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n\n script_copyright(english:\"This script is Copyright (C) 2006-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_hotfixes_fcheck.inc\");\ninclude(\"smb_hotfixes.inc\");\ninclude(\"smb_func.inc\");\ninclude(\"misc_func.inc\");\n\nget_kb_item_or_exit(\"SMB/MS_Bulletin_Checks/Possible\");\n\nbulletin = 'MS06-053';\nkb = '920685';\n\nkbs = make_list(kb);\nif (get_kb_item(\"Host/patch_management_checks\")) hotfix_check_3rd_party(bulletin:bulletin, kbs:kbs, severity:SECURITY_WARNING);\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(win2k:'4,5', xp:'1,2', win2003:'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 ( hotfix_is_vulnerable(os:\"5.2\", sp:0, file:\"Query.dll\", version:\"5.2.3790.552\", dir:\"\\system32\", bulletin:bulletin, kb:kb) ||\n hotfix_is_vulnerable(os:\"5.2\", sp:1, file:\"Query.dll\", version:\"5.2.3790.2734\", dir:\"\\system32\", bulletin:bulletin, kb:kb) ||\n hotfix_is_vulnerable(os:\"5.1\", sp:1, file:\"Query.dll\", version:\"5.1.2600.1860\", dir:\"\\system32\", bulletin:bulletin, kb:kb) ||\n hotfix_is_vulnerable(os:\"5.1\", sp:2, file:\"Query.dll\", version:\"5.1.2600.2935\", dir:\"\\system32\", bulletin:bulletin, kb:kb) ||\n hotfix_is_vulnerable(os:\"5.0\", file:\"Query.dll\", version:\"5.0.2195.7100\", dir:\"\\system32\", bulletin:bulletin, kb:kb) )\n{\n set_kb_item(name:\"SMB/Missing/\"+bulletin, value:TRUE);\n set_kb_item(name: 'www/0/XSS', value: TRUE);\n hotfix_security_warning();\n\n hotfix_check_fversion_end();\n exit(0);\n}\nelse\n{\n hotfix_check_fversion_end();\n audit(AUDIT_HOST_NOT, 'affected');\n}\n", "title": "MS06-053: Vulnerability in Indexing Service Could Allow XSS (920685)", "type": "nessus", "viewCount": 0}, "differentElements": ["cvss"], "edition": 4, "lastseen": "2018-07-30T14:19:49"}, {"bulletin": {"bulletinFamily": "scanner", "cpe": ["cpe:/o:microsoft:windows"], "cvelist": ["CVE-2006-0032"], "cvss": {"score": 4.3, "vector": "AV:NETWORK/AC:MEDIUM/Au:NONE/C:NONE/I:PARTIAL/A:NONE/"}, "description": "The remote host is running a version of the Indexing service that fails to adequately sanitize some requests. Combined with a web server using this service, this flaw could be exploited by an attacker who would be able to cause arbitrary HTML and script code to be executed in a user's browser within the security context of the affected site.", "edition": 7, "enchantments": {"score": {"value": 4.3, "vector": "NONE"}}, "hash": "67c8974bec335687f3bc75151bdcd138ac5f95463b9307bba1d0dd995fccb194", "hashmap": [{"hash": "6e9bdd2021503689a2ad9254c9cdf2b3", "key": "cvss"}, {"hash": "30c72d96bf07b687a245a5df37eab15f", "key": "sourceData"}, {"hash": "4b8d5e5ec1da0fad27b786387030ecd4", "key": "pluginID"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "015cb78ce50d3bd4e2fbe18f25603329", "key": "modified"}, {"hash": "0a7a9aca5e91be0dd7d2b3bfd7471997", "key": "cvelist"}, {"hash": "9ab3716a391803fae1a02ddd6daaa693", "key": "description"}, {"hash": "c9898bc973bfffca5119f1a3bfa73a8d", "key": "naslFamily"}, {"hash": "f119fcbd597f778cfd79bca12af8db90", "key": "cpe"}, {"hash": "7cb7ae22dda1ba9cb2878a5574660440", "key": "published"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "d419c46cc766cead8c96d886ef2df3d3", "key": "title"}, {"hash": "9192cebe68d9462a9265230e01ee51db", "key": "href"}, {"hash": "419e1ef77594dcc09ad24a5368cc0fba", "key": "references"}], "history": [], "href": "https://www.tenable.com/plugins/index.php?view=single&id=22333", "id": "SMB_NT_MS06-053.NASL", "lastseen": "2018-11-17T03:13:36", "modified": "2018-11-15T00:00:00", "naslFamily": "Windows : Microsoft Bulletins", "objectVersion": "1.3", "pluginID": "22333", "published": "2006-09-12T00:00:00", "references": ["https://docs.microsoft.com/en-us/security-updates/SecurityBulletins/2006/ms06-053"], "reporter": "Tenable", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(22333);\n script_version(\"1.32\");\n script_cvs_date(\"Date: 2018/11/15 20:50:30\");\n\n script_cve_id(\"CVE-2006-0032\");\n script_bugtraq_id(19927);\n script_xref(name:\"MSFT\", value:\"MS06-053\");\n script_xref(name:\"MSKB\", value:\"920685\");\n\n script_name(english:\"MS06-053: Vulnerability in Indexing Service Could Allow XSS (920685)\");\n script_summary(english:\"Determines if hotfix 920685 has been installed\");\n\n script_set_attribute(attribute:\"synopsis\", value:\n\"The remote web server is vulnerable to a cross-site scripting attack.\");\n script_set_attribute(attribute:\"description\", value:\n\"The remote host is running a version of the Indexing service that fails\nto adequately sanitize some requests. Combined with a web server using\nthis service, this flaw could be exploited by an attacker who would be\nable to cause arbitrary HTML and script code to be executed in a user's\nbrowser within the security context of the affected site.\");\n script_set_attribute(attribute:\"see_also\", value:\"https://docs.microsoft.com/en-us/security-updates/SecurityBulletins/2006/ms06-053\");\n script_set_attribute(attribute:\"solution\", value:\n\"Microsoft has released a set of patches for Windows NT, 2000, XP and\n2003.\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:N/I:P/A:N\");\n script_set_cvss_temporal_vector(\"CVSS2#E:POC/RL:OF/RC:C\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"Exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"true\");\n script_cwe_id(79);\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2006/09/12\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2006/09/12\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2006/09/12\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:microsoft:windows\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n\n script_copyright(english:\"This script is Copyright (C) 2006-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_hotfixes_fcheck.inc\");\ninclude(\"smb_hotfixes.inc\");\ninclude(\"smb_func.inc\");\ninclude(\"misc_func.inc\");\n\nget_kb_item_or_exit(\"SMB/MS_Bulletin_Checks/Possible\");\n\nbulletin = 'MS06-053';\nkb = '920685';\n\nkbs = make_list(kb);\nif (get_kb_item(\"Host/patch_management_checks\")) hotfix_check_3rd_party(bulletin:bulletin, kbs:kbs, severity:SECURITY_WARNING);\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(win2k:'4,5', xp:'1,2', win2003:'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 ( hotfix_is_vulnerable(os:\"5.2\", sp:0, file:\"Query.dll\", version:\"5.2.3790.552\", dir:\"\\system32\", bulletin:bulletin, kb:kb) ||\n hotfix_is_vulnerable(os:\"5.2\", sp:1, file:\"Query.dll\", version:\"5.2.3790.2734\", dir:\"\\system32\", bulletin:bulletin, kb:kb) ||\n hotfix_is_vulnerable(os:\"5.1\", sp:1, file:\"Query.dll\", version:\"5.1.2600.1860\", dir:\"\\system32\", bulletin:bulletin, kb:kb) ||\n hotfix_is_vulnerable(os:\"5.1\", sp:2, file:\"Query.dll\", version:\"5.1.2600.2935\", dir:\"\\system32\", bulletin:bulletin, kb:kb) ||\n hotfix_is_vulnerable(os:\"5.0\", file:\"Query.dll\", version:\"5.0.2195.7100\", dir:\"\\system32\", bulletin:bulletin, kb:kb) )\n{\n set_kb_item(name:\"SMB/Missing/\"+bulletin, value:TRUE);\n set_kb_item(name: 'www/0/XSS', value: TRUE);\n hotfix_security_warning();\n\n hotfix_check_fversion_end();\n exit(0);\n}\nelse\n{\n hotfix_check_fversion_end();\n audit(AUDIT_HOST_NOT, 'affected');\n}\n", "title": "MS06-053: Vulnerability in Indexing Service Could Allow XSS (920685)", "type": "nessus", "viewCount": 0}, "differentElements": ["description"], "edition": 7, "lastseen": "2018-11-17T03:13:36"}, {"bulletin": {"bulletinFamily": "scanner", "cpe": ["cpe:/o:microsoft:windows"], "cvelist": ["CVE-2006-0032"], "cvss": {"score": 4.3, "vector": "AV:NETWORK/AC:MEDIUM/Au:NONE/C:NONE/I:PARTIAL/A:NONE/"}, "description": "The remote host is running a version of the Indexing service that fails to adequately sanitize some requests. Combined with a web server using this service, this flaw could be exploited by an attacker who would be able to cause arbitrary HTML and script code to be executed in a user's browser within the security context of the affected site.", "edition": 6, "enchantments": {"score": {"value": 4.3, "vector": "NONE"}}, "hash": "60254fcff5623781b08751e5ac938f44aa546c2561d42f060bf4a64e2f76e34d", "hashmap": [{"hash": "6e9bdd2021503689a2ad9254c9cdf2b3", "key": "cvss"}, {"hash": "9570f8e4e9af170494f007d8a35f0a26", "key": "modified"}, {"hash": "4b8d5e5ec1da0fad27b786387030ecd4", "key": "pluginID"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "0a7a9aca5e91be0dd7d2b3bfd7471997", "key": "cvelist"}, {"hash": "9ab3716a391803fae1a02ddd6daaa693", "key": "description"}, {"hash": "c9898bc973bfffca5119f1a3bfa73a8d", "key": "naslFamily"}, {"hash": "f119fcbd597f778cfd79bca12af8db90", "key": "cpe"}, {"hash": "48180693b285bf7b73adad9f9a4ffcd9", "key": "sourceData"}, {"hash": "7cb7ae22dda1ba9cb2878a5574660440", "key": "published"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "d419c46cc766cead8c96d886ef2df3d3", "key": "title"}, {"hash": "9192cebe68d9462a9265230e01ee51db", "key": "href"}, {"hash": "13aa3e350d176bc51f319197bfb44e80", "key": "references"}], "history": [], "href": "https://www.tenable.com/plugins/index.php?view=single&id=22333", "id": "SMB_NT_MS06-053.NASL", "lastseen": "2018-09-02T00:05:25", "modified": "2018-07-27T00:00:00", "naslFamily": "Windows : Microsoft Bulletins", "objectVersion": "1.3", "pluginID": "22333", "published": "2006-09-12T00:00:00", "references": ["https://technet.microsoft.com/library/security/ms06-053"], "reporter": "Tenable", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(22333);\n script_version(\"1.31\");\n script_cvs_date(\"Date: 2018/07/27 18:38:16\");\n\n script_cve_id(\"CVE-2006-0032\");\n script_bugtraq_id(19927);\n script_xref(name:\"MSFT\", value:\"MS06-053\");\n script_xref(name:\"MSKB\", value:\"920685\");\n\n script_name(english:\"MS06-053: Vulnerability in Indexing Service Could Allow XSS (920685)\");\n script_summary(english:\"Determines if hotfix 920685 has been installed\");\n\n script_set_attribute(attribute:\"synopsis\", value:\n\"The remote web server is vulnerable to a cross-site scripting attack.\");\n script_set_attribute(attribute:\"description\", value:\n\"The remote host is running a version of the Indexing service that fails\nto adequately sanitize some requests. Combined with a web server using\nthis service, this flaw could be exploited by an attacker who would be\nable to cause arbitrary HTML and script code to be executed in a user's\nbrowser within the security context of the affected site.\");\n script_set_attribute(attribute:\"see_also\", value:\"https://technet.microsoft.com/library/security/ms06-053\");\n script_set_attribute(attribute:\"solution\", value:\n\"Microsoft has released a set of patches for Windows NT, 2000, XP and\n2003.\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:N/I:P/A:N\");\n script_set_cvss_temporal_vector(\"CVSS2#E:POC/RL:OF/RC:C\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"Exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"true\");\n script_cwe_id(79);\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2006/09/12\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2006/09/12\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2006/09/12\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:microsoft:windows\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n\n script_copyright(english:\"This script is Copyright (C) 2006-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_hotfixes_fcheck.inc\");\ninclude(\"smb_hotfixes.inc\");\ninclude(\"smb_func.inc\");\ninclude(\"misc_func.inc\");\n\nget_kb_item_or_exit(\"SMB/MS_Bulletin_Checks/Possible\");\n\nbulletin = 'MS06-053';\nkb = '920685';\n\nkbs = make_list(kb);\nif (get_kb_item(\"Host/patch_management_checks\")) hotfix_check_3rd_party(bulletin:bulletin, kbs:kbs, severity:SECURITY_WARNING);\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(win2k:'4,5', xp:'1,2', win2003:'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 ( hotfix_is_vulnerable(os:\"5.2\", sp:0, file:\"Query.dll\", version:\"5.2.3790.552\", dir:\"\\system32\", bulletin:bulletin, kb:kb) ||\n hotfix_is_vulnerable(os:\"5.2\", sp:1, file:\"Query.dll\", version:\"5.2.3790.2734\", dir:\"\\system32\", bulletin:bulletin, kb:kb) ||\n hotfix_is_vulnerable(os:\"5.1\", sp:1, file:\"Query.dll\", version:\"5.1.2600.1860\", dir:\"\\system32\", bulletin:bulletin, kb:kb) ||\n hotfix_is_vulnerable(os:\"5.1\", sp:2, file:\"Query.dll\", version:\"5.1.2600.2935\", dir:\"\\system32\", bulletin:bulletin, kb:kb) ||\n hotfix_is_vulnerable(os:\"5.0\", file:\"Query.dll\", version:\"5.0.2195.7100\", dir:\"\\system32\", bulletin:bulletin, kb:kb) )\n{\n set_kb_item(name:\"SMB/Missing/\"+bulletin, value:TRUE);\n set_kb_item(name: 'www/0/XSS', value: TRUE);\n hotfix_security_warning();\n\n hotfix_check_fversion_end();\n exit(0);\n}\nelse\n{\n hotfix_check_fversion_end();\n audit(AUDIT_HOST_NOT, 'affected');\n}\n", "title": "MS06-053: Vulnerability in Indexing Service Could Allow XSS (920685)", "type": "nessus", "viewCount": 0}, "differentElements": ["references", "modified", "sourceData"], "edition": 6, "lastseen": "2018-09-02T00:05:25"}, {"bulletin": {"bulletinFamily": "scanner", "cpe": [], "cvelist": ["CVE-2006-0032"], "cvss": {"score": 4.3, "vector": "AV:NETWORK/AC:MEDIUM/Au:NONE/C:NONE/I:PARTIAL/A:NONE/"}, "description": "The remote host is running a version of the Indexing service that fails to adequately sanitize some requests. Combined with a web server using this service, this flaw could be exploited by an attacker who would be able to cause arbitrary HTML and script code to be executed in a user's browser within the security context of the affected site.", "edition": 2, "enchantments": {}, "hash": "f0b7ca3e164bf5169966f94fc46aa76c1f02bd15346fbf168beb08dcd323c74e", "hashmap": [{"hash": "6e9bdd2021503689a2ad9254c9cdf2b3", "key": "cvss"}, {"hash": "4b8d5e5ec1da0fad27b786387030ecd4", "key": "pluginID"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "b71a8c6b6abac5aa4b207ed01dd04c46", "key": "modified"}, {"hash": "0a7a9aca5e91be0dd7d2b3bfd7471997", "key": "cvelist"}, {"hash": "9ab3716a391803fae1a02ddd6daaa693", "key": "description"}, {"hash": "c9898bc973bfffca5119f1a3bfa73a8d", "key": "naslFamily"}, {"hash": "7cb7ae22dda1ba9cb2878a5574660440", "key": "published"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "8cb2e29453d6b62066037f808b03defc", "key": "sourceData"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "d419c46cc766cead8c96d886ef2df3d3", "key": "title"}, {"hash": "9192cebe68d9462a9265230e01ee51db", "key": "href"}, {"hash": "13aa3e350d176bc51f319197bfb44e80", "key": "references"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cpe"}], "history": [], "href": "https://www.tenable.com/plugins/index.php?view=single&id=22333", "id": "SMB_NT_MS06-053.NASL", "lastseen": "2017-08-11T01:16:47", "modified": "2017-08-10T00:00:00", "naslFamily": "Windows : Microsoft Bulletins", "objectVersion": "1.3", "pluginID": "22333", "published": "2006-09-12T00:00:00", "references": ["https://technet.microsoft.com/library/security/ms06-053"], "reporter": "Tenable", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(22333);\n script_version(\"$Revision: 1.30 $\");\n script_cvs_date(\"$Date: 2017/08/10 16:51:54 $\");\n\n script_cve_id(\"CVE-2006-0032\");\n script_bugtraq_id(19927);\n script_osvdb_id(28729);\n script_xref(name:\"MSFT\", value:\"MS06-053\");\n script_xref(name:\"MSKB\", value:\"920685\");\n\n script_name(english:\"MS06-053: Vulnerability in Indexing Service Could Allow XSS (920685)\");\n script_summary(english:\"Determines if hotfix 920685 has been installed\");\n\n script_set_attribute(attribute:\"synopsis\", value:\n\"The remote web server is vulnerable to a cross-site scripting attack.\");\n script_set_attribute(attribute:\"description\", value:\n\"The remote host is running a version of the Indexing service that fails\nto adequately sanitize some requests. Combined with a web server using\nthis service, this flaw could be exploited by an attacker who would be\nable to cause arbitrary HTML and script code to be executed in a user's\nbrowser within the security context of the affected site.\");\n script_set_attribute(attribute:\"see_also\", value:\"https://technet.microsoft.com/library/security/ms06-053\");\n script_set_attribute(attribute:\"solution\", value:\n\"Microsoft has released a set of patches for Windows NT, 2000, XP and\n2003.\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:N/I:P/A:N\");\n script_set_cvss_temporal_vector(\"CVSS2#E:ND/RL:OF/RC:C\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"Exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"true\");\n script_cwe_id(79);\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2006/09/12\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2006/09/12\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2006/09/12\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:microsoft:windows\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n\n script_copyright(english:\"This script is Copyright (C) 2006-2017 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_hotfixes_fcheck.inc\");\ninclude(\"smb_hotfixes.inc\");\ninclude(\"smb_func.inc\");\ninclude(\"misc_func.inc\");\n\nget_kb_item_or_exit(\"SMB/MS_Bulletin_Checks/Possible\");\n\nbulletin = 'MS06-053';\nkb = '920685';\n\nkbs = make_list(kb);\nif (get_kb_item(\"Host/patch_management_checks\")) hotfix_check_3rd_party(bulletin:bulletin, kbs:kbs, severity:SECURITY_WARNING);\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(win2k:'4,5', xp:'1,2', win2003:'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 ( hotfix_is_vulnerable(os:\"5.2\", sp:0, file:\"Query.dll\", version:\"5.2.3790.552\", dir:\"\\system32\", bulletin:bulletin, kb:kb) ||\n hotfix_is_vulnerable(os:\"5.2\", sp:1, file:\"Query.dll\", version:\"5.2.3790.2734\", dir:\"\\system32\", bulletin:bulletin, kb:kb) ||\n hotfix_is_vulnerable(os:\"5.1\", sp:1, file:\"Query.dll\", version:\"5.1.2600.1860\", dir:\"\\system32\", bulletin:bulletin, kb:kb) ||\n hotfix_is_vulnerable(os:\"5.1\", sp:2, file:\"Query.dll\", version:\"5.1.2600.2935\", dir:\"\\system32\", bulletin:bulletin, kb:kb) ||\n hotfix_is_vulnerable(os:\"5.0\", file:\"Query.dll\", version:\"5.0.2195.7100\", dir:\"\\system32\", bulletin:bulletin, kb:kb) )\n{\n set_kb_item(name:\"SMB/Missing/\"+bulletin, value:TRUE);\n set_kb_item(name: 'www/0/XSS', value: TRUE);\n hotfix_security_warning();\n\n hotfix_check_fversion_end();\n exit(0);\n}\nelse\n{\n hotfix_check_fversion_end();\n audit(AUDIT_HOST_NOT, 'affected');\n}\n", "title": "MS06-053: Vulnerability in Indexing Service Could Allow XSS (920685)", "type": "nessus", "viewCount": 0}, "differentElements": ["cpe"], "edition": 2, "lastseen": "2017-08-11T01:16:47"}], "edition": 8, "hashmap": [{"key": "bulletinFamily", "hash": "bbdaea376f500d25f6b0c1050311dd07"}, {"key": "cpe", "hash": "f119fcbd597f778cfd79bca12af8db90"}, {"key": "cvelist", "hash": "0a7a9aca5e91be0dd7d2b3bfd7471997"}, {"key": "cvss", "hash": "6e9bdd2021503689a2ad9254c9cdf2b3"}, {"key": "description", "hash": "fece9a0c3dacf181c0f9fcdf04fd4bb8"}, {"key": "href", "hash": "9192cebe68d9462a9265230e01ee51db"}, {"key": "modified", "hash": "015cb78ce50d3bd4e2fbe18f25603329"}, {"key": "naslFamily", "hash": "c9898bc973bfffca5119f1a3bfa73a8d"}, {"key": "pluginID", "hash": "4b8d5e5ec1da0fad27b786387030ecd4"}, {"key": "published", "hash": "7cb7ae22dda1ba9cb2878a5574660440"}, {"key": "references", "hash": "419e1ef77594dcc09ad24a5368cc0fba"}, {"key": "reporter", "hash": "9cf00d658b687f030ebe173a0528c567"}, {"key": "sourceData", "hash": "30c72d96bf07b687a245a5df37eab15f"}, {"key": "title", "hash": "d419c46cc766cead8c96d886ef2df3d3"}, {"key": "type", "hash": "5e0bd03bec244039678f2b955a2595aa"}], "hash": "9f87f547b7cdd7a6fe4c0fdd8e3d290caa31ec19037a883c513f9c048830e49f", "viewCount": 0, "enchantments": {"score": {"value": 4.3, "vector": "NONE"}, "dependencies": {"references": [{"type": "cve", "idList": ["CVE-2006-0032"]}, {"type": "exploitdb", "idList": ["EDB-ID:28500"]}, {"type": "jvn", "idList": ["JVN:52201480"]}, {"type": "cert", "idList": ["VU:108884"]}, {"type": "osvdb", "idList": ["OSVDB:28729"]}, {"type": "securityvulns", "idList": ["SECURITYVULNS:DOC:14238"]}], "modified": "2019-01-16T20:06:49"}, "vulnersScore": 4.3}, "objectVersion": "1.3", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(22333);\n script_version(\"1.32\");\n script_cvs_date(\"Date: 2018/11/15 20:50:30\");\n\n script_cve_id(\"CVE-2006-0032\");\n script_bugtraq_id(19927);\n script_xref(name:\"MSFT\", value:\"MS06-053\");\n script_xref(name:\"MSKB\", value:\"920685\");\n\n script_name(english:\"MS06-053: Vulnerability in Indexing Service Could Allow XSS (920685)\");\n script_summary(english:\"Determines if hotfix 920685 has been installed\");\n\n script_set_attribute(attribute:\"synopsis\", value:\n\"The remote web server is vulnerable to a cross-site scripting attack.\");\n script_set_attribute(attribute:\"description\", value:\n\"The remote host is running a version of the Indexing service that fails\nto adequately sanitize some requests. Combined with a web server using\nthis service, this flaw could be exploited by an attacker who would be\nable to cause arbitrary HTML and script code to be executed in a user's\nbrowser within the security context of the affected site.\");\n script_set_attribute(attribute:\"see_also\", value:\"https://docs.microsoft.com/en-us/security-updates/SecurityBulletins/2006/ms06-053\");\n script_set_attribute(attribute:\"solution\", value:\n\"Microsoft has released a set of patches for Windows NT, 2000, XP and\n2003.\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:N/I:P/A:N\");\n script_set_cvss_temporal_vector(\"CVSS2#E:POC/RL:OF/RC:C\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"Exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"true\");\n script_cwe_id(79);\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2006/09/12\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2006/09/12\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2006/09/12\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:microsoft:windows\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n\n script_copyright(english:\"This script is Copyright (C) 2006-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_hotfixes_fcheck.inc\");\ninclude(\"smb_hotfixes.inc\");\ninclude(\"smb_func.inc\");\ninclude(\"misc_func.inc\");\n\nget_kb_item_or_exit(\"SMB/MS_Bulletin_Checks/Possible\");\n\nbulletin = 'MS06-053';\nkb = '920685';\n\nkbs = make_list(kb);\nif (get_kb_item(\"Host/patch_management_checks\")) hotfix_check_3rd_party(bulletin:bulletin, kbs:kbs, severity:SECURITY_WARNING);\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(win2k:'4,5', xp:'1,2', win2003:'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 ( hotfix_is_vulnerable(os:\"5.2\", sp:0, file:\"Query.dll\", version:\"5.2.3790.552\", dir:\"\\system32\", bulletin:bulletin, kb:kb) ||\n hotfix_is_vulnerable(os:\"5.2\", sp:1, file:\"Query.dll\", version:\"5.2.3790.2734\", dir:\"\\system32\", bulletin:bulletin, kb:kb) ||\n hotfix_is_vulnerable(os:\"5.1\", sp:1, file:\"Query.dll\", version:\"5.1.2600.1860\", dir:\"\\system32\", bulletin:bulletin, kb:kb) ||\n hotfix_is_vulnerable(os:\"5.1\", sp:2, file:\"Query.dll\", version:\"5.1.2600.2935\", dir:\"\\system32\", bulletin:bulletin, kb:kb) ||\n hotfix_is_vulnerable(os:\"5.0\", file:\"Query.dll\", version:\"5.0.2195.7100\", dir:\"\\system32\", bulletin:bulletin, kb:kb) )\n{\n set_kb_item(name:\"SMB/Missing/\"+bulletin, value:TRUE);\n set_kb_item(name: 'www/0/XSS', value: TRUE);\n hotfix_security_warning();\n\n hotfix_check_fversion_end();\n exit(0);\n}\nelse\n{\n hotfix_check_fversion_end();\n audit(AUDIT_HOST_NOT, 'affected');\n}\n", "naslFamily": "Windows : Microsoft Bulletins", "pluginID": "22333", "cpe": ["cpe:/o:microsoft:windows"]}
{"cve": [{"lastseen": "2018-10-20T11:06:28", "bulletinFamily": "NVD", "description": "Cross-site scripting (XSS) vulnerability in the Indexing Service in Microsoft Windows 2000, XP, and Server 2003, when the Encoding option is set to Auto Select, allows remote attackers to inject arbitrary web script or HTML via a UTF-7 encoded URL, which is injected into an error message whose charset is set to UTF-7.", "modified": "2018-10-19T11:42:10", "published": "2006-09-12T19:07:00", "id": "CVE-2006-0032", "href": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2006-0032", "title": "CVE-2006-0032", "type": "cve", "cvss": {"score": 4.3, "vector": "AV:NETWORK/AC:MEDIUM/Au:NONE/C:NONE/I:PARTIAL/A:NONE/"}}], "exploitdb": [{"lastseen": "2016-02-03T08:18:05", "bulletinFamily": "exploit", "description": "Microsoft Indexing Service Query Validation Cross-Site Scripting Vulnerability. CVE-2006-0032. Remote exploit for windows platform", "modified": "2006-09-12T00:00:00", "published": "2006-09-12T00:00:00", "id": "EDB-ID:28500", "href": "https://www.exploit-db.com/exploits/28500/", "type": "exploitdb", "title": "Microsoft Indexing Service Query Validation Cross-Site Scripting Vulnerability", "sourceData": "source: http://www.securityfocus.com/bid/19927/info\r\n\r\nMicrosoft Indexing Service is prone to a cross-site scripting vulnerability because the application fails to properly sanitize user-supplied input before it is rendered to other users. \r\n\r\nAn attacker may leverage this issue to have arbitrary script code execute in the browser of an unsuspecting user, in the context of the victim's session. This could allow the attacker to perform actions on behalf of the victim, such as spoofing content or hijacking their session.\r\n\r\nMicrosoft Indexing Service is not installed or enabled by default. Even if installed, it is not accessible from Internet Information Services (IIS). This vulnerability affects only systems that have IIS and Indexing Service installed and that have the Indexing Service configured to be accessible from IIS through a web-based interface.\r\n\r\nhttp://www.example.com/+ADw-SCRIPT+AD4-alert('XSS');+ADw-/SCRIPT+AD4-.htw?CiWebHitsFile=/iisstart.asp&CiRestriction=''\r\nhttp://www.example.com/+ADw-SCRIPT+AD4-alert('XSS');+ADw-+AC8-SCRIPT+AD4-.ida\r\n\r\nUTF-7(\"<\") = +ADw-, +ADx-, +ADy-, +ADz-\r\nUTF-7(\">\") = +AD4-, +AD5-, +AD6-, +AD7-\r\nUTF-7(\"/\") = +AC8-, +AC9-", "cvss": {"score": 4.3, "vector": "AV:NETWORK/AC:MEDIUM/Au:NONE/C:NONE/I:PARTIAL/A:NONE/"}, "sourceHref": "https://www.exploit-db.com/download/28500/"}], "osvdb": [{"lastseen": "2017-04-28T13:20:25", "bulletinFamily": "software", "description": "# No description provided by the source\n\n## References:\n[Secunia Advisory ID:21861](https://secuniaresearch.flexerasoftware.com/advisories/21861/)\nMicrosoft Security Bulletin: MS06-053\nMicrosoft Knowledge Base Article: 910729\nMail List Post: http://archives.neohapsis.com/archives/fulldisclosure/2006-09/0577.html\nFrSIRT Advisory: ADV-2006-3564\n[CVE-2006-0032](https://vulners.com/cve/CVE-2006-0032)\nBugtraq ID: 19927\n", "modified": "2006-09-12T15:18:52", "published": "2006-09-12T15:18:52", "href": "https://vulners.com/osvdb/OSVDB:28729", "id": "OSVDB:28729", "type": "osvdb", "title": "Microsoft Windows Indexing Service Unspecified XSS", "cvss": {"score": 4.3, "vector": "AV:NETWORK/AC:MEDIUM/Au:NONE/C:NONE/I:PARTIAL/A:NONE/"}}], "securityvulns": [{"lastseen": "2018-08-31T11:10:19", "bulletinFamily": "software", "description": "Microsoft Security Bulletin MS06-053\r\nVulnerability in Indexing Service Could Allow Cross-Site Scripting (920685)\r\nPublished: September 12, 2006\r\n\r\nVersion: 1.0\r\nSummary\r\n\r\nWho Should Read this Document: Customers who use Microsoft Windows\r\n\r\nImpact of Vulnerability: Information Disclosure\r\n\r\nMaximum Severity Rating: Moderate\r\n\r\nRecommendation: Customers should consider applying the security update\r\n\r\nSecurity Update Replacement: This bulletin replaces a prior security update. See the frequently asked questions (FAQ) section of this bulletin.\r\n\r\nCaveats: None\r\n\r\nTested Software and Security Update Download Locations:\r\n\r\nAffected Software:\r\n\u2022\t\r\n\r\nMicrosoft Windows 2000 Service Pack 4 \u2014 Download the update\r\n\u2022\t\r\n\r\nMicrosoft Windows XP Service Pack 1 and Microsoft Windows XP Service Pack 2 \u2014 Download the update\r\n\u2022\t\r\n\r\nMicrosoft Windows XP Professional x64 Edition \u2014 Download the update\r\n\u2022\t\r\n\r\nMicrosoft Windows Server 2003 and Microsoft Windows Server 2003 Service Pack 1 \u2014 Download the update\r\n\u2022\t\r\n\r\nMicrosoft Windows Server 2003 for Itanium-based Systems and Microsoft Windows Server 2003 with SP1 for Itanium-based Systems \u2014 Download the update\r\n\u2022\t\r\n\r\nMicrosoft Windows Server 2003 x64 Edition \u2014 Download the update\r\n\r\nTested Microsoft Windows Components:\r\n\r\nAffected Components:\r\n\u2022\t\r\n\r\nIndexing Service\r\n\r\nThe software in this list has been tested to determine whether the versions are affected. Other versions either no longer include security update support or may not be affected. To determine the support life cycle for your product and version, visit the Microsoft Support Lifecycle Web site.\r\n\r\nNote The security updates for Microsoft Windows Server 2003, Windows Server 2003 Service Pack 1, and Windows Server 2003 x64 Edition also apply to Windows Server 2003 R2.\r\nTop of sectionTop of section\r\nGeneral Information\r\n\t\r\nExecutive Summary\r\n\r\nExecutive Summary:\r\n\r\nThis update resolves a newly discovered, privately reported vulnerability. The vulnerability is documented in the "Vulnerability Details" section of this bulletin.\r\n\r\nThe vulnerability could allow an attacker to gain unauthorized access to information. Note that this vulnerability would not allow an attacker to execute code to elevate their user rights directly, but it could be used to produce useful information that could be used to further compromise the affected system.\r\n\r\nWe recommend that customers consider applying the security update.\r\n\r\nSeverity Ratings and Vulnerability Identifiers:\r\nVulnerability Identifiers\tImpact of Vulnerability\tWindows 2000 Service Pack 4\tWindows XP Service Pack 1\tWindows XP Service Pack 2\tWindows Server 2003\tWindows Server 2003 Service Pack 1\r\n\r\nMicrosoft Indexing Service Vulnerability - CVE-2006-0032\r\n\t\r\n\r\nInformation Disclosure\r\n\t\r\n\r\nModerate\r\n\t\r\n\r\nModerate\r\n\t\r\n\r\nModerate\r\n\t\r\n\r\nLow\r\n\t\r\n\r\nLow\r\n\r\nThis assessment is based on the types of systems that are affected by the vulnerability, their typical deployment patterns, and the effect that exploiting the vulnerability would have on them.\r\n\r\nNote The severity ratings for non-x86 operating system versions map to the x86 operating systems versions as follows:\r\n\u2022\t\r\n\r\nThe Windows XP Professional x64 Edition severity rating is the same as the Windows XP Service Pack 2 severity rating.\r\n\u2022\t\r\n\r\nThe Windows Server 2003 for Itanium-based Systems severity rating is the same as the Windows Server 2003 severity rating.\r\n\u2022\t\r\n\r\nThe Windows Server 2003 with SP1 for Itanium-based Systems severity rating is the same as the Windows Server 2003 Service Pack 1 severity rating.\r\n\u2022\t\r\n\r\nThe Windows Server 2003 x64 Edition severity rating is the same as the Windows Server 2003 Service Pack 1 severity rating.\r\nTop of sectionTop of section\r\n\t\r\nFrequently Asked Questions (FAQ) Related to This Security Update\r\n\r\nWhat updates does this release replace?\r\nThis security update replaces a prior security update. The security bulletin ID and affected applications are listed in the following table.\r\nBulletin ID\tWindows 2000 Service Pack 4\tWindows XP Service Pack 1\tWindows XP Service Pack 2\tWindows Server 2003\tWindows Server 2003 Service Pack 1\r\n\r\nMS05-003\r\n\t\r\n\r\nNot Replaced\r\n\t\r\n\r\nReplaced\r\n\t\r\n\r\nReplaced\r\n\t\r\n\r\nReplaced\r\n\t\r\n\r\nNot Applicable\r\n\r\nExtended security update support for Microsoft Windows 98, Windows 98 Second Edition, or Windows Millennium Edition ended on July 11, 2006. I am still using one of these operating systems; what should I do?\r\nWindows 98, Windows 98 Second Edition, and Windows Millennium Edition have reached the end of their support life cycles. It should be a priority for customers who have these operating system versions to migrate to supported versions to prevent potential exposure to vulnerabilities. For more information about the Windows Product Lifecycle, visit the following Microsoft Support Lifecycle Web site. For more information about the extended security update support period for these operating system versions, visit the Microsoft Product Support Services Web site.\r\n\r\nExtended security update support for Microsoft Windows NT Workstation 4.0 Service Pack 6a and Windows 2000 Service Pack 2 ended on June 30, 2004. Extended security update support for Microsoft Windows NT Server 4.0 Service Pack 6a ended on December 31, 2004. Extended security update support for Microsoft Windows 2000 Service Pack 3 ended on June 30, 2005. I am still using one of these operating systems; what should I do?\r\nWindows NT Workstation 4.0 Service Pack 6a, Windows NT Server 4.0 Service Pack 6a, Windows 2000 Service Pack 2, and Windows 2000 Service Pack 3 have reached the end of their support life cycles. It should be a priority for customers who have these operating system versions to migrate to supported versions to prevent potential exposure to vulnerabilities. For more information about the Windows Product Lifecycle, visit the following Microsoft Support Lifecycle Web site. For more information about the extended security update support period for these operating system versions, visit the Microsoft Product Support Services Web site.\r\n\r\nCustomers who require custom support for these products 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 the Microsoft Worldwide Information Web site, 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\n\r\nFor more information, visit the Windows Operating System FAQ.\r\n\r\nCan I use the Microsoft Baseline Security Analyzer (MBSA) to determine whether this update is required?\r\nThe following table provides the MBSA detection summary for this security update.\r\nProduct\tMBSA 1.2.1\tMBSA 2.0\r\n\r\nMicrosoft Windows 2000 Service Pack 4\r\n\t\r\n\r\nYes\r\n\t\r\n\r\nYes\r\n\r\nMicrosoft Windows XP Service Pack 1 and Microsoft Windows XP Service Pack 2\r\n\t\r\n\r\nYes\r\n\t\r\n\r\nYes\r\n\r\nMicrosoft Windows XP Professional x64 Edition\r\n\t\r\n\r\nNo\r\n\t\r\n\r\nYes\r\n\r\nMicrosoft Windows Server 2003 and Microsoft Windows Server 2003 Service Pack 1\r\n\t\r\n\r\nYes\r\n\t\r\n\r\nYes\r\n\r\nMicrosoft Windows Server 2003 for Itanium-based Systems and Microsoft Windows Server 2003 with Service Pack 1 for Itanium-based Systems\r\n\t\r\n\r\nNo\r\n\t\r\n\r\nYes\r\n\r\nMicrosoft Windows Server 2003 x64 Edition family\r\n\t\r\n\r\nNo\r\n\t\r\n\r\nYes\r\n\r\nFor more information about MBSA, visit the MBSA Web site. For more information about the programs that Microsoft Update and MBSA 2.0 currently do not detect, see Microsoft Knowledge Base Article 895660.\r\n\r\nFor more detailed information, see Microsoft Knowledge Base Article 910723.\r\n\r\nCan I use Systems Management Server (SMS) to determine whether this update is required?\r\nThe following table provides the SMS detection summary for this security update.\r\nProduct\tSMS 2.0\tSMS 2003\r\n\r\nMicrosoft Windows 2000 Service Pack 4\r\n\t\r\n\r\nYes\r\n\t\r\n\r\nYes\r\n\r\nMicrosoft Windows XP Service Pack 1 and Microsoft Windows XP Service Pack 2\r\n\t\r\n\r\nYes\r\n\t\r\n\r\nYes\r\n\r\nMicrosoft Windows XP Professional x64 Edition\r\n\t\r\n\r\nNo\r\n\t\r\n\r\nYes\r\n\r\nMicrosoft Windows Server 2003 and Microsoft Windows Server 2003 Service Pack 1\r\n\t\r\n\r\nYes\r\n\t\r\n\r\nYes\r\n\r\nMicrosoft Windows Server 2003 for Itanium-based Systems and Microsoft Windows Server 2003 with Service Pack 1 for Itanium-based Systems\r\n\t\r\n\r\nNo\r\n\t\r\n\r\nYes\r\n\r\nMicrosoft Windows Server 2003 x64 Edition family\r\n\t\r\n\r\nNo\r\n\t\r\n\r\nYes\r\n\r\nSMS uses MBSA for detection. Therefore, SMS has the same limitation that is listed earlier in this bulletin related to programs that MBSA does not detect.\r\n\r\nFor SMS 2.0, the SMS SUS Feature Pack, which includes the Security Update Inventory Tool, can be used by SMS to detect security updates. SMS SUIT uses the MBSA 1.2.1 engine for detection. For more information about the Security Update Inventory Tool, visit the following Microsoft Web site. For more information about the limitations of the Security Update Inventory Tool, see Microsoft Knowledge Base Article 306460. The SMS SUS Feature Pack also includes the Microsoft Office Inventory Tool to detect required updates for Microsoft Office applications.\r\n\r\nFor SMS 2003, the SMS 2003 Inventory Tool for Microsoft Updates can be used by SMS to detect security updates that are offered by Microsoft Update and that are supported by Windows Server Update Services. For more information about the SMS 2003 Inventory Tool for Microsoft Updates, visit the following Microsoft Web site. SMS 2003 can also use the Microsoft Office Inventory Tool to detect required updates for Microsoft Office applications.\r\n\r\nFor more information about SMS, visit the SMS Web site.\r\n\r\nFor more detailed information, see Microsoft Knowledge Base Article 910723.\r\nTop of sectionTop of section\r\n\t\r\nVulnerability Details\r\n\t\r\nMicrosoft Indexing Service Vulnerability - CVE-2006-0032:\r\n\r\nThere is an information disclosure vulnerability in the Indexing Service because of the way that it handles query validation. The vulnerability could allow an attacker to run client-side script on behalf of a user. The script could spoof content, disclose information, or take any action that the user could take on the affected Web site.\r\n\t\r\nMitigating Factors for Microsoft Indexing Service Vulnerability - CVE-2006-0032:\r\n\u2022\t\r\n\r\nBy default, Internet Information Services (IIS) is not installed on Windows XP or on Windows Server 2003.\r\n\u2022\t\r\n\r\nOn Windows Server 2003, the Indexing Service is not enabled by default.\r\n\u2022\t\r\n\r\nOn Windows Server 2003, even when the Indexing Service is installed, by default it is not accessible from IIS. Manual steps are required to enable IIS to become a Web-based interface for the Indexing Service. By default the Indexing Service is used only to perform local and remote file system queries.\r\nTop of sectionTop of section\r\n\t\r\nWorkarounds for Microsoft Indexing Service Vulnerability - CVE-2006-0032:\r\n\r\nMicrosoft has tested the following workarounds. Although these workarounds will not correct the underlying vulnerability, they help block known attack vectors. When a workaround reduces functionality, it is identified in the following section.\r\n\u2022\t\r\n\r\nDo not browse the Internet from a system in a server role\r\nDo not browse the Internet from a Web server or a system in any other server role.\r\n\u2022\t\r\n\r\nDisable page encoding auto-detection in Internet Explorer\r\nDisabling the page encoding auto-detection in Internet Explorer helps protect the affected system from attempts to exploit this vulnerability.\r\n\r\nTo configure components and services:\r\n\r\n1.\r\n\t\r\n\r\nLaunch Internet Explorer.\r\n\r\n2.\r\n\t\r\n\r\nClick on View, click Encoding, if Auto-select has a check mark next to it, and left click Auto-select to de-select this setting.\r\n\r\nImpact of Workaround: Internet Explorer may fail to properly detect the encoding used on web pages that do not specify a default character encoding, resulting in encoded characters being displayed incorrectly. The user can still manually select the proper encoding type to display the page properly.\r\n\u2022\t\r\n\r\nUse URLScan on Windows 2000 running IIS 5.0\r\nThe installation of URLScan helps protect the affected system from attempts to exploit this vulnerability.\r\n\r\n1.\r\n\t\r\n\r\nInstall URLScan, in its default configuration URLScan 2.5 will block requests for .IDA, .IDQ and .HTW files which are the affected Index Server extensions.\r\n\r\n2.\r\n\t\r\n\r\nRestart the IISAdmin and WWW Publishing services for the changes to take effect.\r\n\r\nImpact of Workaround: The default configuration of URLScan will block requests for Index Server file types (.IDA, .IDQ, .HTW) and as such will block any web based searches that make use of these file types.\r\n\u2022\t\r\n\r\nRemove the Index Server ISAPI extension Script Mappings from Internet Information Service for Windows 2000 running IIS 5.0\r\nThe removal of the Index Server ISAPI extension Script Mappings from IIS helps protect the affected system from attempts to exploit this vulnerability.\r\n\r\n1.\r\n\t\r\n\r\nClick Start, and then click Control Panel. Alternatively, point to Settings, and then click Control Panel\r\n\r\n2.\r\n\t\r\n\r\nDouble-click Administrative Tools.\r\n\r\n3.\r\n\t\r\n\r\nDouble-click Internet Information Services.\r\n\r\n4.\r\n\t\r\n\r\nRight click WebServer, select Properties.\r\n\r\n5.\r\n\t\r\n\r\n. Select within Master Properties, select WWW Service and click Edit.\r\n\r\n6.\r\n\t\r\n\r\nOn the WWW ServiceMaster Properties, select Home Directory and click Configuration.\r\n\r\n7.\r\n\t\r\n\r\nOn the Application Configuration, highlight the .HTW, .IDA and .IDQ extensions and click Remove.\r\n\r\nImpact of Workaround: The default configuration of URLScan will block requests for Index Server file types (.IDA, .IDQ, .HTW) and as such will block any web based searches that make use of these file types.\r\n\u2022\t\r\n\r\nRemove the Indexing Service\r\n\r\nIf the Indexing Service is no longer needed, you could remove it by following this procedure.\r\n\r\nTo configure components and services:\r\n\r\n1.\r\n\t\r\n\r\nClick Start, and then click Control Panel. Alternatively, point to Settings, and then click Control Panel.\r\n\r\n2.\r\n\t\r\n\r\nDouble-click Add or Remove Programs.\r\n\r\n3.\r\n\t\r\n\r\nClick Add/Remove Windows Components.\r\n\r\n4.\r\n\t\r\n\r\nClick to clear the Indexing Service check box to remove the Indexing Service.\r\n\r\n5.\r\n\t\r\n\r\nComplete the Windows Components Wizard by following the instructions on the screen.\r\n\r\nImpact of Workaround: If this service is removed, all search functionality is provided by traversing the folder hierarchy and scanning each file for the requested string and search responses will be slower. If the MMC Indexing Service snap-in is used to create a new catalog, the catalog will remain offline until this service is started.\r\n\u2022\t\r\n\r\nDisable the Indexing Service extensions from IIS on Windows 2003 running IIS 6.0\r\n\r\nIf the Indexing Service extensions are no longer needed, you could disable it by following this procedure.\r\n\r\nTo configure components and services:\r\n\r\n1.\r\n\t\r\n\r\nDouble-click Administrative Tools.\r\n\r\n2.\r\n\t\r\n\r\nDouble-click Internet Information Services.\r\n\r\n3.\r\n\t\r\n\r\nClick Web Service Extensions.\r\n\r\n4.\r\n\t\r\n\r\nClick Indexing Service.\r\n\r\n5.\r\n\t\r\n\r\nClick Prohibit.\r\n\r\nImpact of Workaround: If this service extension is removed, all search functionality is provided by traversing the folder hierarchy and scanning each file for the requested string and search responses will be slower. If the MMC Indexing Service snap-in is used to create a new catalog, the catalog will remain offline until this service is started.\r\nTop of sectionTop of section\r\n\t\r\nFAQ for Microsoft Indexing Service Vulnerability - CVE-2006-0032:\r\n\r\nWhat is the scope of the vulnerability?\r\nThere is an information disclosure vulnerability in Indexing Service because of the way that it handles query validation. The vulnerability could allow an attacker to run client-side script on behalf of a user. The script could spoof content, disclose information, or take any action that the user could take on the affected Web site.\r\n\r\nWhat causes the vulnerability?\r\nThe Indexing Service does not properly validate query parameters, creating the possibility of cross-site scripting.\r\n\r\nWhat is Indexing Service?\r\nThe Indexing Service is a base service for the affected operating systems. Formerly known as Index Server, its original function was to index the content of Internet Information Services (IIS) Web servers. Indexing Service now creates indexed catalogs for the contents and properties of both file systems and virtual Web servers.The Indexing Service is available to applications and scripts for providing an efficient means of managing, querying, and indexing information in file systems or Web servers. Indexing Service also provides query mechanisms for efficiently accessing the information in the catalogs. The indexed information results from filtering the file systems and the Web servers using Microsoft-supplied filters and, optionally, custom-supplied filters.\r\n\r\nWhat is cross-site scripting?\r\nCross-site scripting (XSS) is a security vulnerability that could enable an attacker to "inject" code into a user's session with a Web site. The attack involves Web servers that dynamically generate HTML pages. If these servers embed browser input in the dynamic pages that they send back to the browser, these servers can be manipulated to include content in the dynamic pages. This will allow malicious script to be executed. Web browsers may perpetuate this problem through their basic assumptions of "trusted" sites and their use of cookies to maintain persistent state with the Web sites that they frequent. This attack does not modify Web site content. Instead, it inserts new, malicious script that can execute at the browser in the security context associated with a trusted server.\r\n\r\nHow does cross-site scripting work?\r\nWeb pages contain text and HTML markup. Text and HTML markup are generated by the server and are interpreted by the client. Servers that generate static pages have full control over the way that the client interprets the pages that the server sends. However, servers that generate dynamic pages do not have control over the way that the client interprets the servers\u2019 output. If untrusted content is introduced into a dynamic page, neither the server nor the client has sufficient information to recognize that this action has occurred and to take protective measures.\r\n\r\nWhat might an attacker use the vulnerability to do?\r\nAn attacker who successfully exploited this vulnerability could run a malicious script. If this malicious script is run, it would run in the security context of the user on the client. The script could take any action on the user's computer that the Web site is authorized to take. These actions could include monitoring the user\u2019s Web session and forwarding information to a third party, running other code on the user's system, and reading or writing cookies.\r\n\r\nHow could an attacker exploit the vulnerability?\r\nIn a Web-based attack scenario, an attacker could host a Web site that contains a Web page that is used to exploit this vulnerability. In addition, compromised Web sites and Web sites that accept or host user-provided content or advertisements could contain specially crafted content that could exploit this vulnerability. In all cases, however, an attacker would have no way to force users to visit these Web sites. Instead, an attacker would have to persuade users to visit the Web site, typically by getting them to click a link in an e-mail message or instant messenger message that takes users to the attacker's Web site.\r\n\r\nWhat systems are primarily at risk from the vulnerability?\r\nSystems that have the Indexing Service accessible through IIS are at risk from this vulnerability from Internet based attacks. If the Indexing Service is not enabled the system would not be vulnerable to this issue.\r\n\r\nClient systems could allow an attacker to run client-side script on behalf of a user. The script could spoof content, disclose information, or take any action that the user could take on the affected Web site.\r\n\r\nWhat does the update do?\r\nThe update removes the vulnerability by modifying the way that Indexing Service validates query parameters.\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\nAcknowledgments\r\n\r\nMicrosoft thanks the following for working with us to help protect customers:\r\n\u2022\t\r\n\r\nEiji James Yoshida for reporting the Microsoft Indexing Service Vulnerability - CVE-2006-0032.\r\n\r\nRevisions: \r\n\u2022\t\r\n\r\nV1.0 (September 12, 2006): Bulletin published.", "modified": "2006-09-12T00:00:00", "published": "2006-09-12T00:00:00", "id": "SECURITYVULNS:DOC:14238", "href": "https://vulners.com/securityvulns/SECURITYVULNS:DOC:14238", "title": "Microsoft Security Bulletin MS06-053 Vulnerability in Indexing Service Could Allow Cross-Site Scripting (920685)", "type": "securityvulns", "cvss": {"score": 4.3, "vector": "AV:NETWORK/AC:MEDIUM/Au:NONE/C:NONE/I:PARTIAL/A:NONE/"}}], "jvn": [{"lastseen": "2018-08-31T00:36:00", "bulletinFamily": "info", "description": "\n ## Description\n\n ## Impact\n\nIf the Indexing Service in Internet Information Services (IIS) provides search capabilities, an arbitrary script could be executed on the user's web browser. \n\n ## Solution\n\n ## Products Affected\n\n * Windows 2000\n * Windows XP\n * Windows 2000 Server\n * Windows Server 2003\n", "modified": "2008-05-21T00:00:00", "published": "2006-09-13T00:00:00", "id": "JVN:52201480", "href": "http://jvn.jp/en/jp/JVN52201480/index.html", "title": "JVN#52201480 Microsoft Windows Indexing Service cross-site scripting vulnerability", "type": "jvn", "cvss": {"score": 4.3, "vector": "AV:NETWORK/AC:MEDIUM/Au:NONE/C:NONE/I:PARTIAL/A:NONE/"}}], "cert": [{"lastseen": "2018-12-25T20:19:09", "bulletinFamily": "info", "description": "### Overview \n\nMicrosoft's Indexing Service does not properly validate queries. This vulnerability may allow an attacker to run client-side scripts on behalf of a user. \n\n### Description \n\nMicrosoft's [Indexing Service](<http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/snap_idx_srv_mgmt.mspx?mfr=true>) allows users to quickly search computers and networks. This service can be used in combination with [Internet Information Services (IIS)](<http://www.microsoft.com/WindowsServer2003/iis/default.mspx>) to enable IIS as a Web-based interface for the Indexing Service. \n\nA cross-site scripting vulnerability on systems running the Indexing Service may allow an attacker to run a malicious script. This script could take any action on the user's computer that the vulnerable web site is legitimately authorized to take. For more information on cross-site scripting, see the CERT [Cross-Site Scripting Vulnerabilities](<http://www.cert.org/archive/pdf/cross_site_scripting.pdf>) document. \n \nNote that both IIS and the Indexing Service need to be installed and running for a system to be vulnerable. \n \n--- \n \n### Impact \n\nIf an attacker can trick or entice a user to follow a link, the attacker can execute script as the victim in the context of the zone in which the vulnerable server resides. \n \n--- \n \n### Solution \n\n**Upgrade** \nMicrosoft has released an [update](<http://www.microsoft.com/technet/security/bulletin/ms06-053.mspx>) to address this issue. \n \n--- \n \n \n**Disable or remove the Indexing Service** \nIf the indexing service is not needed, disable or remove it. Microsoft has provided instructions on how to do this in [Security Bulletin MS06-053](<http://www.microsoft.com/technet/security/bulletin/ms06-053.mspx>). \n \n--- \n \n### Vendor Information\n\n108884\n\nFilter by status: All Affected Not Affected Unknown\n\nFilter by content: __ Vendor has issued information\n\n__ Sort by: Status Alphabetical\n\nExpand all\n\n__ Affected __ Unknown __ Unaffected \n\n**Javascript is disabled. Click here to view vendors.**\n\n### __ Microsoft Corporation \n\nUpdated: September 12, 2006 \n\n### Status\n\n__ Vulnerable\n\n### Vendor Statement\n\nNo statement is currently available from the vendor regarding this vulnerability.\n\n### Vendor Information\n\nThe vendor has not provided us with any further information regarding this vulnerability.\n\n### Addendum\n\nSee Security Bulletin [MS06-053](<http://www.microsoft.com/technet/security/bulletin/ms06-053.mspx>) for more details.\n\nIf you have feedback, comments, or additional information about this vulnerability, please send us [email](<mailto:cert@cert.org?Subject=VU%23108884 Feedback>).\n\n \n\n\n### CVSS Metrics \n\nGroup | Score | Vector \n---|---|--- \nBase | N/A | N/A \nTemporal | N/A | N/A \nEnvironmental | | N/A \n \n \n\n\n### References \n\n * <http://www.microsoft.com/technet/security/bulletin/ms06-053.mspx>\n * <http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/snap_idx_srv_mgmt.mspx?mfr=true>\n * <http://www.cert.org/archive/pdf/cross_site_scripting.pdf>\n\n### Credit\n\nThanks to Microsoft for supplying information on this vulnerability. \n\nThis document was written by Ryan Giobbi. \n\n### Other Information\n\n**CVE IDs:** | [CVE-2006-0032](<http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2006-0032>) \n---|--- \n**Severity Metric:****** | 1.06 \n**Date Public:** | 2006-09-12 \n**Date First Published:** | 2006-09-12 \n**Date Last Updated: ** | 2006-09-15 20:36 UTC \n**Document Revision: ** | 23 \n", "modified": "2006-09-15T20:36:00", "published": "2006-09-12T00:00:00", "id": "VU:108884", "href": "https://www.kb.cert.org/vuls/id/108884", "type": "cert", "title": "Microsoft Indexing Services vulnerable to cross-site scripting", "cvss": {"score": 4.3, "vector": "AV:NETWORK/AC:MEDIUM/Au:NONE/C:NONE/I:PARTIAL/A:NONE/"}}]}