Security Updates for Microsoft SharePoint Server and Microsoft Project Server (November 2017)
2017-11-15T00:00:00
ID SMB_NT_MS17_NOV_OFFICE_SHAREPOINT.NASL Type nessus Reporter This script is Copyright (C) 2017-2019 and is owned by Tenable, Inc. or an Affiliate thereof. Modified 2021-01-02T00:00:00
Description
The Microsoft SharePoint Server or Microsoft Project Server
installation on the remote host is missing a security
update. It is, therefore, affected by the following
vulnerability :
An elevation of privilege vulnerability exists in
Microsoft Project when Microsoft Project Server does not
properly manage user sessions. For this Cross-site
Request Forgery(CSRF/XSRF) vulnerability to be
exploited, the victim must be authenticated to (logged
on) the target site. (CVE-2017-11876)
A remote code execution vulnerability exists when a
user opens a specially crafted office file.
(ADV170020).
#
# (C) Tenable Network Security, Inc.
#
# The descriptive text and package checks in this plugin were
# extracted from the Microsoft Security Updates API. The text
# itself is copyright (C) Microsoft Corporation.
#
include("compat.inc");
if (description)
{
script_id(104570);
script_version("1.8");
script_cvs_date("Date: 2019/11/12");
script_cve_id("CVE-2017-11876");
script_bugtraq_id(101754);
script_xref(name:"MSKB", value:"4011267");
script_xref(name:"MSKB", value:"4011244");
script_xref(name:"MSKB", value:"4011245");
script_xref(name:"MSKB", value:"4011257");
script_xref(name:"MSFT", value:"MS17-4011267");
script_xref(name:"MSFT", value:"MS17-4011244");
script_xref(name:"MSFT", value:"MS17-4011245");
script_xref(name:"MSFT", value:"MS17-4011257");
script_xref(name:"IAVA", value:"2017-A-0337");
script_name(english:"Security Updates for Microsoft SharePoint Server and Microsoft Project Server (November 2017)");
script_summary(english:"Checks for Microsoft security updates.");
script_set_attribute(attribute:"synopsis", value:
"The Microsoft SharePoint Server or Microsoft Project Server
installation on the remote host is missing a security update.");
script_set_attribute(attribute:"description", value:
"The Microsoft SharePoint Server or Microsoft Project Server
installation on the remote host is missing a security
update. It is, therefore, affected by the following
vulnerability :
- An elevation of privilege vulnerability exists in
Microsoft Project when Microsoft Project Server does not
properly manage user sessions. For this Cross-site
Request Forgery(CSRF/XSRF) vulnerability to be
exploited, the victim must be authenticated to (logged
on) the target site. (CVE-2017-11876)
- A remote code execution vulnerability exists when a
user opens a specially crafted office file.
(ADV170020).");
# https://support.microsoft.com/en-us/help/4011267/descriptionofthesecurityupdateforwordautomationservicesonsharepointser
script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?441fc23d");
# https://support.microsoft.com/en-us/help/4011244/descriptionofthesecurityupdateforsharepointserver2016november14-2017
script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?4fbd25b4");
# https://support.microsoft.com/en-us/help/4011245/description-of-the-security-update-for-sharepoint-enterprise-server-20
script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?42a3373f");
# https://support.microsoft.com/en-us/help/4011257/description-of-the-security-update-for-project-server-2013-november-14
script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?e718850e");
script_set_attribute(attribute:"solution", value:
"Microsoft has released the following security updates to address this issue:
-KB4011267
-KB4011244
-KB4011245
-KB4011257");
script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P");
script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H");
script_set_cvss3_temporal_vector("CVSS:3.0/E:U/RL:O/RC:C");
script_set_attribute(attribute:"cvss_score_source", value:"CVE-2017-11876");
script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
script_set_attribute(attribute:"exploit_available", value:"false");
script_set_attribute(attribute:"vuln_publication_date", value:"2017/11/14");
script_set_attribute(attribute:"patch_publication_date", value:"2017/11/14");
script_set_attribute(attribute:"plugin_publication_date", value:"2017/11/15");
script_set_attribute(attribute:"plugin_type", value:"local");
script_set_attribute(attribute:"cpe", value:"cpe:/a:microsoft:sharepoint");
script_set_attribute(attribute:"cpe", value:"cpe:/a:microsoft:project_server");
script_set_attribute(attribute:"cpe", value:"cpe:/a:microsoft:office");
script_set_attribute(attribute:"stig_severity", value:"II");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"Windows : Microsoft Bulletins");
script_copyright(english:"This script is Copyright (C) 2017-2019 and is owned by Tenable, Inc. or an Affiliate thereof.");
script_dependencies("microsoft_sharepoint_installed.nbin", "smb_hotfixes.nasl", "ms_bulletin_checks_possible.nasl", "microsoft_office_compatibility_pack_installed.nbin");
script_require_keys("SMB/MS_Bulletin_Checks/Possible");
script_require_ports(139, 445, "Host/patch_management_checks");
exit(0);
}
include("audit.inc");
include("smb_func.inc");
include("smb_hotfixes.inc");
include("smb_hotfixes_fcheck.inc");
include("smb_reg_query.inc");
include("misc_func.inc");
include("install_func.inc");
get_kb_item_or_exit("SMB/MS_Bulletin_Checks/Possible");
bulletin = "MS17-11";
kbs = make_list(
'4011245', # SharePoint Enterprise Server 2013 SP1 w/ word automation services
'4011267', # SharePoint Server 2010 SP2 w/ word automation services
'4011244', # SharePoint Enterprise Server 2016
'4011257' # Project Server 2013 SP1
);
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", exit_code:1);
# Get path information for Windows.
windir = hotfix_get_systemroot();
if (isnull(windir)) exit(1, "Failed to determine the location of %windir%.");
registry_init();
var sps_2010_path, sps_2010_sp, sps_2010_edition;
var sps_2013_path, sps_2013_sp, sps_2013_edition;
var sps_2016_path, sps_2016_sp, sps_2016_edition;
xsrf = FALSE;
vuln = FALSE;
port = kb_smb_transport();
installs = get_installs(app_name:"Microsoft SharePoint Server", exit_if_not_found:TRUE);
foreach install (installs[1])
{
if (install["Product"] == "2010")
{
sps_2010_path = install['path'];
sps_2010_sp = install['SP'];
sps_2010_edition = install['Edition'];
}
else if (install["Product"] == "2016")
{
sps_2016_path = install['path'];
sps_2016_sp = install['SP'];
sps_2016_edition = install['Edition'];
}
else if (install["Product"] == "2013")
{
sps_2013_path = install['path'];
sps_2013_sp = install['SP'];
sps_2013_edition = install['Edition'];
}
}
######################################################################
# SharePoint Server 2010 SP2
######################################################################
if (sps_2010_path && sps_2010_sp == "2" && sps_2010_edition == "Server")
{
path = hotfix_append_path(path:sps_2010_path, value:"WebServices\WordServer\Core");
if (hotfix_check_fversion(file:"sword.dll", version:"14.0.7190.5000", min_version:"14.0.0.0", path:path, kb:"4011267", product:"Word Automation Services for SharePoint Server 2010 SP2") == HCF_OLDER)
vuln = TRUE;
}
######################################################################
# Sharepoint Server 2013 SP1
######################################################################
if (sps_2013_path && sps_2013_sp == "1")
{
if(sps_2013_edition == "Server")
{
path = hotfix_append_path(path:sps_2013_path, value:"WebServices\ConversionServices");
if (hotfix_check_fversion(file:"msores.dll", version:"15.0.4963.1000", min_version:"15.0.0.0", path:path, kb:"4011245", product:"Microsoft SharePoint Server 2013 Service Pack 1 ") == HCF_OLDER)
vuln = TRUE;
# Project Server / KB 4011257
path = hotfix_append_path(path:sps_2013_path, value:"Bin");
if (hotfix_check_fversion(file:"Microsoft.Office.Project.Server.Library.dll", version:"15.0.4981.1000", min_version:"15.0.0.0", path:path, kb:"4011257", product:"Microsoft SharePoint Server 2013 Service Pack 1 ") == HCF_OLDER)
{
vuln = TRUE;
xsrf = TRUE;
}
}
}
######################################################################
# SharePoint Server 2016
######################################################################
if (sps_2016_path && sps_2016_sp == "0" && sps_2016_edition == "Server")
{
path = hotfix_append_path(path:sps_2016_path, value:"WebServices\ConversionServices");
if (hotfix_check_fversion(file:"sword.dll", version:"16.0.4615.1000", min_version:"16.0.0.0", path:path, kb:"4011244", product:"Microsoft SharePoint Server 2016") == HCF_OLDER)
{
vuln = TRUE;
xsrf = TRUE;
}
}
if (vuln)
{
if(xsrf) replace_kb_item(name:'www/'+port+'/XSRF', value:TRUE);
replace_kb_item(name:'SMB/Missing/'+bulletin, value:TRUE);
hotfix_security_warning();
hotfix_check_fversion_end();
exit(0);
}
else
{
hotfix_check_fversion_end();
audit(AUDIT_HOST_NOT, 'affected');
}
{"id": "SMB_NT_MS17_NOV_OFFICE_SHAREPOINT.NASL", "bulletinFamily": "scanner", "title": "Security Updates for Microsoft SharePoint Server and Microsoft Project Server (November 2017)", "description": "The Microsoft SharePoint Server or Microsoft Project Server\ninstallation on the remote host is missing a security\nupdate. It is, therefore, affected by the following\nvulnerability :\n\n - An elevation of privilege vulnerability exists in\n Microsoft Project when Microsoft Project Server does not\n properly manage user sessions. For this Cross-site\n Request Forgery(CSRF/XSRF) vulnerability to be\n exploited, the victim must be authenticated to (logged\n on) the target site. (CVE-2017-11876)\n\n - A remote code execution vulnerability exists when a\n user opens a specially crafted office file. \n (ADV170020).", "published": "2017-11-15T00:00:00", "modified": "2021-01-02T00:00:00", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}, "href": "https://www.tenable.com/plugins/nessus/104570", "reporter": "This script is Copyright (C) 2017-2019 and is owned by Tenable, Inc. or an Affiliate thereof.", "references": ["http://www.nessus.org/u?e718850e", "http://www.nessus.org/u?4fbd25b4", "http://www.nessus.org/u?42a3373f", "http://www.nessus.org/u?441fc23d"], "cvelist": ["CVE-2017-11876"], "type": "nessus", "lastseen": "2021-01-01T05:44:19", "edition": 29, "viewCount": 85, "enchantments": {"dependencies": {"references": [{"type": "cve", "idList": ["CVE-2017-11876"]}, {"type": "symantec", "idList": ["SMNTC-101754"]}, {"type": "openvas", "idList": ["OPENVAS:1361412562310812129", "OPENVAS:1361412562310812205"]}, {"type": "mskb", "idList": ["KB4011244", "KB4011257"]}, {"type": "kaspersky", "idList": ["KLA11139"]}, {"type": "talosblog", "idList": ["TALOSBLOG:A69C35FFFCE6FA744216C7784C7D2148"]}, {"type": "trendmicroblog", "idList": ["TRENDMICROBLOG:3D0DF0AC0B5B6A3B4D80A495AF488F03"]}], "modified": "2021-01-01T05:44:19", "rev": 2}, "score": {"value": 7.0, "vector": "NONE", "modified": "2021-01-01T05:44:19", "rev": 2}, "vulnersScore": 7.0}, "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n\n# The descriptive text and package checks in this plugin were\n# extracted from the Microsoft Security Updates API. The text\n# itself is copyright (C) Microsoft Corporation.\n#\n\n\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(104570);\n script_version(\"1.8\");\n script_cvs_date(\"Date: 2019/11/12\");\n\n script_cve_id(\"CVE-2017-11876\");\n script_bugtraq_id(101754);\n script_xref(name:\"MSKB\", value:\"4011267\");\n script_xref(name:\"MSKB\", value:\"4011244\");\n script_xref(name:\"MSKB\", value:\"4011245\");\n script_xref(name:\"MSKB\", value:\"4011257\");\n script_xref(name:\"MSFT\", value:\"MS17-4011267\");\n script_xref(name:\"MSFT\", value:\"MS17-4011244\");\n script_xref(name:\"MSFT\", value:\"MS17-4011245\");\n script_xref(name:\"MSFT\", value:\"MS17-4011257\");\n script_xref(name:\"IAVA\", value:\"2017-A-0337\");\n\n script_name(english:\"Security Updates for Microsoft SharePoint Server and Microsoft Project Server (November 2017)\");\n script_summary(english:\"Checks for Microsoft security updates.\");\n\n script_set_attribute(attribute:\"synopsis\", value:\n\"The Microsoft SharePoint Server or Microsoft Project Server\ninstallation on the remote host is missing a security update.\");\n script_set_attribute(attribute:\"description\", value:\n\"The Microsoft SharePoint Server or Microsoft Project Server\ninstallation on the remote host is missing a security\nupdate. It is, therefore, affected by the following\nvulnerability :\n\n - An elevation of privilege vulnerability exists in\n Microsoft Project when Microsoft Project Server does not\n properly manage user sessions. For this Cross-site\n Request Forgery(CSRF/XSRF) vulnerability to be\n exploited, the victim must be authenticated to (logged\n on) the target site. (CVE-2017-11876)\n\n - A remote code execution vulnerability exists when a\n user opens a specially crafted office file. \n (ADV170020).\");\n # https://support.microsoft.com/en-us/help/4011267/descriptionofthesecurityupdateforwordautomationservicesonsharepointser\n script_set_attribute(attribute:\"see_also\", value:\"http://www.nessus.org/u?441fc23d\");\n # https://support.microsoft.com/en-us/help/4011244/descriptionofthesecurityupdateforsharepointserver2016november14-2017\n script_set_attribute(attribute:\"see_also\", value:\"http://www.nessus.org/u?4fbd25b4\");\n # https://support.microsoft.com/en-us/help/4011245/description-of-the-security-update-for-sharepoint-enterprise-server-20\n script_set_attribute(attribute:\"see_also\", value:\"http://www.nessus.org/u?42a3373f\");\n # https://support.microsoft.com/en-us/help/4011257/description-of-the-security-update-for-project-server-2013-november-14\n script_set_attribute(attribute:\"see_also\", value:\"http://www.nessus.org/u?e718850e\");\n script_set_attribute(attribute:\"solution\", value:\n\"Microsoft has released the following security updates to address this issue: \n -KB4011267\n -KB4011244\n -KB4011245\n -KB4011257\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P\");\n script_set_cvss_temporal_vector(\"CVSS2#E:U/RL:OF/RC:C\");\n script_set_cvss3_base_vector(\"CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H\");\n script_set_cvss3_temporal_vector(\"CVSS:3.0/E:U/RL:O/RC:C\");\n script_set_attribute(attribute:\"cvss_score_source\", value:\"CVE-2017-11876\");\n\n script_set_attribute(attribute:\"exploitability_ease\", value:\"No known exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"false\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2017/11/14\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2017/11/14\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2017/11/15\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/a:microsoft:sharepoint\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/a:microsoft:project_server\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/a:microsoft:office\");\n script_set_attribute(attribute:\"stig_severity\", value:\"II\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_family(english:\"Windows : Microsoft Bulletins\");\n\n script_copyright(english:\"This script is Copyright (C) 2017-2019 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n\n script_dependencies(\"microsoft_sharepoint_installed.nbin\", \"smb_hotfixes.nasl\", \"ms_bulletin_checks_possible.nasl\", \"microsoft_office_compatibility_pack_installed.nbin\");\n script_require_keys(\"SMB/MS_Bulletin_Checks/Possible\");\n script_require_ports(139, 445, \"Host/patch_management_checks\");\n\n exit(0);\n}\n\ninclude(\"audit.inc\");\ninclude(\"smb_func.inc\");\ninclude(\"smb_hotfixes.inc\");\ninclude(\"smb_hotfixes_fcheck.inc\");\ninclude(\"smb_reg_query.inc\");\ninclude(\"misc_func.inc\");\ninclude(\"install_func.inc\");\n\nget_kb_item_or_exit(\"SMB/MS_Bulletin_Checks/Possible\");\n\nbulletin = \"MS17-11\";\nkbs = make_list(\n '4011245', # SharePoint Enterprise Server 2013 SP1 w/ word automation services\n '4011267', # SharePoint Server 2010 SP2 w/ word automation services\n '4011244', # SharePoint Enterprise Server 2016\n '4011257' # Project Server 2013 SP1\n);\n\nif (get_kb_item(\"Host/patch_management_checks\"))\n hotfix_check_3rd_party(bulletin:bulletin, kbs:kbs, severity:SECURITY_WARNING);\n\nget_kb_item_or_exit(\"SMB/Registry/Enumerated\", exit_code:1);\n\n# Get path information for Windows.\nwindir = hotfix_get_systemroot();\nif (isnull(windir)) exit(1, \"Failed to determine the location of %windir%.\");\n\nregistry_init();\n\nvar sps_2010_path, sps_2010_sp, sps_2010_edition;\nvar sps_2013_path, sps_2013_sp, sps_2013_edition;\nvar sps_2016_path, sps_2016_sp, sps_2016_edition;\n\nxsrf = FALSE;\nvuln = FALSE;\nport = kb_smb_transport();\n\ninstalls = get_installs(app_name:\"Microsoft SharePoint Server\", exit_if_not_found:TRUE);\n\nforeach install (installs[1])\n{\n if (install[\"Product\"] == \"2010\")\n {\n sps_2010_path = install['path'];\n sps_2010_sp = install['SP'];\n sps_2010_edition = install['Edition'];\n }\n else if (install[\"Product\"] == \"2016\")\n {\n sps_2016_path = install['path'];\n sps_2016_sp = install['SP'];\n sps_2016_edition = install['Edition'];\n }\n else if (install[\"Product\"] == \"2013\")\n {\n sps_2013_path = install['path'];\n sps_2013_sp = install['SP'];\n sps_2013_edition = install['Edition'];\n }\n\n}\n\n######################################################################\n# SharePoint Server 2010 SP2\n######################################################################\nif (sps_2010_path && sps_2010_sp == \"2\" && sps_2010_edition == \"Server\")\n{\n path = hotfix_append_path(path:sps_2010_path, value:\"WebServices\\WordServer\\Core\");\n if (hotfix_check_fversion(file:\"sword.dll\", version:\"14.0.7190.5000\", min_version:\"14.0.0.0\", path:path, kb:\"4011267\", product:\"Word Automation Services for SharePoint Server 2010 SP2\") == HCF_OLDER)\n vuln = TRUE;\n}\n\n######################################################################\n# Sharepoint Server 2013 SP1\n######################################################################\nif (sps_2013_path && sps_2013_sp == \"1\")\n{\n if(sps_2013_edition == \"Server\")\n {\n path = hotfix_append_path(path:sps_2013_path, value:\"WebServices\\ConversionServices\");\n if (hotfix_check_fversion(file:\"msores.dll\", version:\"15.0.4963.1000\", min_version:\"15.0.0.0\", path:path, kb:\"4011245\", product:\"Microsoft SharePoint Server 2013 Service Pack 1 \") == HCF_OLDER)\n vuln = TRUE;\n\n # Project Server / KB 4011257\n path = hotfix_append_path(path:sps_2013_path, value:\"Bin\");\n if (hotfix_check_fversion(file:\"Microsoft.Office.Project.Server.Library.dll\", version:\"15.0.4981.1000\", min_version:\"15.0.0.0\", path:path, kb:\"4011257\", product:\"Microsoft SharePoint Server 2013 Service Pack 1 \") == HCF_OLDER)\n {\n vuln = TRUE;\n xsrf = TRUE;\n }\n }\n}\n\n######################################################################\n# SharePoint Server 2016\n######################################################################\nif (sps_2016_path && sps_2016_sp == \"0\" && sps_2016_edition == \"Server\")\n{\n path = hotfix_append_path(path:sps_2016_path, value:\"WebServices\\ConversionServices\");\n if (hotfix_check_fversion(file:\"sword.dll\", version:\"16.0.4615.1000\", min_version:\"16.0.0.0\", path:path, kb:\"4011244\", product:\"Microsoft SharePoint Server 2016\") == HCF_OLDER)\n {\n vuln = TRUE;\n xsrf = TRUE;\n }\n}\n\nif (vuln)\n{\n if(xsrf) replace_kb_item(name:'www/'+port+'/XSRF', value:TRUE);\n\n replace_kb_item(name:'SMB/Missing/'+bulletin, value:TRUE);\n hotfix_security_warning();\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": "104570", "cpe": ["cpe:/a:microsoft:project_server", "cpe:/a:microsoft:sharepoint", "cpe:/a:microsoft:office"], "scheme": null, "cvss3": {"score": 8.8, "vector": "AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H"}}
{"cve": [{"lastseen": "2020-10-03T13:07:33", "description": "Microsoft Project Server and Microsoft SharePoint Enterprise Server 2016 allow an attacker to use cross-site forgery to read content that they are not authorized to read, use the victim's identity to take actions on the web application on behalf of the victim, such as change permissions and delete content, and inject malicious content in the browser of the victim, aka \"Microsoft Project Server Elevation of Privilege Vulnerability\".", "edition": 3, "cvss3": {"exploitabilityScore": 2.8, "cvssV3": {"baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "attackComplexity": "LOW", "scope": "UNCHANGED", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "integrityImpact": "HIGH", "baseScore": 8.8, "privilegesRequired": "NONE", "vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", "userInteraction": "REQUIRED", "version": "3.0"}, "impactScore": 5.9}, "published": "2017-11-15T03:29:00", "title": "CVE-2017-11876", "type": "cve", "cwe": ["CWE-352"], "bulletinFamily": "NVD", "cvss2": {"severity": "MEDIUM", "exploitabilityScore": 8.6, "obtainAllPrivilege": false, "userInteractionRequired": true, "obtainOtherPrivilege": false, "cvssV2": {"accessComplexity": "MEDIUM", "confidentialityImpact": "PARTIAL", "availabilityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "baseScore": 6.8, "vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:P", "version": "2.0", "accessVector": "NETWORK", "authentication": "NONE"}, "impactScore": 6.4, "obtainUserPrivilege": false}, "cvelist": ["CVE-2017-11876"], "modified": "2017-11-30T19:40:00", "cpe": ["cpe:/a:microsoft:sharepoint_enterprise_server:2016", "cpe:/a:microsoft:project_server:2013"], "id": "CVE-2017-11876", "href": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2017-11876", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}, "cpe23": ["cpe:2.3:a:microsoft:sharepoint_enterprise_server:2016:*:*:*:*:*:*:*", "cpe:2.3:a:microsoft:project_server:2013:sp1:*:*:*:*:*:*"]}], "symantec": [{"lastseen": "2018-03-14T22:41:40", "bulletinFamily": "software", "cvelist": ["CVE-2017-11876"], "description": "### Description\n\nMicrosoft Office is prone to a cross-site request-forgery vulnerability. Exploiting this issue may allow a remote attacker to perform certain unauthorized actions in the context of the affected application. Other attacks are also possible.\n\n### Technologies Affected\n\n * Microsoft Project Server 2013 Service Pack 1 \n * Microsoft SharePoint Enterprise Server 2016 \n\n### Recommendations\n\n**Run all software as a nonprivileged user with minimal access rights.** \nTo reduce the impact of latent vulnerabilities, always run nonadministrative software as an unprivileged user with minimal access rights.\n\n**Deploy network intrusion detection systems to monitor network traffic for malicious activity.** \nDeploy NIDS to monitor network traffic for signs of suspicious or anomalous activity. This may help detect malicious actions that an attacker may take after successfully exploiting vulnerabilities in applications. Review all applicable logs regularly.\n\n**Do not accept or execute files from untrusted or unknown sources.** \nTo reduce the likelihood of successful exploits, never handle files that originate from unfamiliar or untrusted sources.\n\n**Implement multiple redundant layers of security.** \nSince this issue may be leveraged to execute code, we recommend memory-protection schemes, such as nonexecutable stack/heap configurations and randomly mapped memory segments. This tactic may complicate exploits of memory-corruption vulnerabilities.\n\nUpdates are available. Please see the references or vendor advisory for more information.\n", "modified": "2017-11-14T00:00:00", "published": "2017-11-14T00:00:00", "id": "SMNTC-101754", "href": "https://www.symantec.com/content/symantec/english/en/security-center/vulnerabilities/writeup.html/101754", "type": "symantec", "title": "Microsoft Office CVE-2017-11876 Cross Site Request Forgery Vulnerability", "cvss": {"score": 6.8, "vector": "AV:NETWORK/AC:MEDIUM/Au:NONE/C:PARTIAL/I:PARTIAL/A:PARTIAL/"}}], "openvas": [{"lastseen": "2020-06-08T23:35:33", "bulletinFamily": "scanner", "cvelist": ["CVE-2017-11876"], "description": "This host is missing an important security\n update according to Microsoft KB4011257", "modified": "2020-06-04T00:00:00", "published": "2017-11-15T00:00:00", "id": "OPENVAS:1361412562310812205", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310812205", "type": "openvas", "title": "Microsoft Project Server 2013 Elevation of Privilege Vulnerability (KB4011257)", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Microsoft Project Server 2013 Elevation of Privilege Vulnerability (KB4011257)\n#\n# Authors:\n# Rinu Kuriakose <krinu@secpod.com>\n#\n# Copyright:\n# Copyright (C) 2017 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\nCPE = \"cpe:/a:microsoft:project_server\";\n\nif(description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.0.812205\");\n script_version(\"2020-06-04T12:11:49+0000\");\n script_cve_id(\"CVE-2017-11876\");\n script_bugtraq_id(101754);\n script_tag(name:\"cvss_base\", value:\"6.8\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:P/I:P/A:P\");\n script_tag(name:\"last_modification\", value:\"2020-06-04 12:11:49 +0000 (Thu, 04 Jun 2020)\");\n script_tag(name:\"creation_date\", value:\"2017-11-15 09:49:22 +0530 (Wed, 15 Nov 2017)\");\n script_tag(name:\"qod_type\", value:\"executable_version\");\n script_name(\"Microsoft Project Server 2013 Elevation of Privilege Vulnerability (KB4011257)\");\n\n script_tag(name:\"summary\", value:\"This host is missing an important security\n update according to Microsoft KB4011257\");\n\n script_tag(name:\"vuldetect\", value:\"Checks if a vulnerable version is present on the target host.\");\n\n script_tag(name:\"insight\", value:\"The flaw exist due to microsoft project\n server does not properly manage user sessions.\");\n\n script_tag(name:\"impact\", value:\"Successful exploitation will allow an\n attacker to read content, use the victim's identity to take actions on the\n web application on behalf of the victim, such as change permissions and\n delete content, and inject malicious content in the browser of the victim.\");\n\n script_tag(name:\"affected\", value:\"Microsoft Project Server 2013 Service Pack 1.\");\n\n script_tag(name:\"solution\", value:\"The vendor has released updates. Please see the references for more information.\");\n\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_xref(name:\"URL\", value:\"https://support.microsoft.com/en-us/help/4011257\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2017 Greenbone Networks GmbH\");\n script_family(\"Windows : Microsoft Bulletins\");\n script_dependencies(\"gb_ms_project_server_detect.nasl\");\n script_require_ports(139, 445);\n script_mandatory_keys(\"MS/ProjectServer/Server/Ver\");\n\n exit(0);\n}\n\ninclude(\"smb_nt.inc\");\ninclude(\"host_details.inc\");\ninclude(\"version_func.inc\");\ninclude(\"secpod_smb_func.inc\");\n\npsVer = get_app_version(cpe:CPE);\nif(!psVer){\n exit(0);\n}\n\nif(psVer =~ \"^15\\..*\")\n{\n path = registry_get_sz(key:\"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\",\n item:\"CommonFilesDir\");\n if(path)\n {\n path = path + \"\\Microsoft Shared\\web server extensions\\15\\CONFIG\\BIN\";\n\n dllVer = fetch_file_version(sysPath:path,\n file_name:\"microsoft.office.project.server.pwa.applicationpages.dll\");\n\n if(dllVer && dllVer =~ \"^15\\.\")\n {\n if(version_is_less(version:dllVer, test_version:\"15.0.4981.1000\"))\n {\n report = report_fixed_ver( file_checked:path + \"\\Microsoft.office.project.server.pwa.applicationpages.dll\",\n file_version:dllVer, vulnerable_range:\"15.0 - 15.0.4981.999\" );\n security_message(data:report);\n exit(0);\n }\n }\n }\n}\n\nexit(99);\n", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2020-06-08T23:35:34", "bulletinFamily": "scanner", "cvelist": ["CVE-2017-11876"], "description": "This host is missing an important security\n update according to Microsoft KB4011244", "modified": "2020-06-04T00:00:00", "published": "2017-11-15T00:00:00", "id": "OPENVAS:1361412562310812129", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310812129", "type": "openvas", "title": "Microsoft SharePoint Enterprise Server 2016 Multiple Vulnerabilities (KB4011244)", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Microsoft SharePoint Enterprise Server 2016 Multiple Vulnerabilities (KB4011244)\n#\n# Authors:\n# Kashinath T <tkashinath@secpod.com>\n#\n# Copyright:\n# Copyright (C) 2017 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.812129\");\n script_version(\"2020-06-04T12:11:49+0000\");\n script_cve_id(\"CVE-2017-11876\");\n script_bugtraq_id(101754);\n script_tag(name:\"cvss_base\", value:\"6.8\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:P/I:P/A:P\");\n script_tag(name:\"last_modification\", value:\"2020-06-04 12:11:49 +0000 (Thu, 04 Jun 2020)\");\n script_tag(name:\"creation_date\", value:\"2017-11-15 00:51:31 +0530 (Wed, 15 Nov 2017)\");\n script_name(\"Microsoft SharePoint Enterprise Server 2016 Multiple Vulnerabilities (KB4011244)\");\n\n script_tag(name:\"summary\", value:\"This host is missing an important security\n update according to Microsoft KB4011244\");\n\n script_tag(name:\"vuldetect\", value:\"Checks if a vulnerable version is present on the target host.\");\n\n script_tag(name:\"insight\", value:\"Multiple flaws exists due to,\n\n - Microsoft Project Server does not properly manage user sessions.\n\n - Microsoft has released an update for Microsoft Office that provides enhanced\n security as a defense-in-depth measure.\");\n\n script_tag(name:\"impact\", value:\"Successful exploitation will allow an attacker\n to compromise system's availability, integrity, and confidentiality.\");\n\n script_tag(name:\"affected\", value:\"Microsoft SharePoint Enterprise Server 2016.\");\n\n script_tag(name:\"solution\", value:\"The vendor has released updates. Please see the references for more information.\");\n\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_tag(name:\"qod_type\", value:\"executable_version\");\n script_xref(name:\"URL\", value:\"https://support.microsoft.com/en-us/help/4011244\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2017 Greenbone Networks GmbH\");\n script_family(\"Windows : Microsoft Bulletins\");\n script_dependencies(\"gb_ms_sharepoint_sever_n_foundation_detect.nasl\");\n script_mandatory_keys(\"MS/SharePoint/Server/Ver\");\n script_require_ports(139, 445);\n exit(0);\n}\n\ninclude(\"smb_nt.inc\");\ninclude(\"host_details.inc\");\ninclude(\"version_func.inc\");\ninclude(\"secpod_smb_func.inc\");\n\nif( ! infos = get_app_version_and_location( cpe:'cpe:/a:microsoft:sharepoint_server', exit_no_version:TRUE ) ) exit(0);\nshareVer = infos['version'];\npath = infos['location'];\nif(!path || \"Could not find the install location\" >< path){\n exit(0);\n}\n\nif(shareVer =~ \"^16\\..*\")\n{\n path = registry_get_sz(key:\"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\",\n item:\"CommonFilesDir\");\n if(path)\n {\n path = path + \"\\microsoft shared\\Web Server Extensions\\16\\BIN\";\n\n shareVer = fetch_file_version(sysPath:path, file_name:\"Onetutil.dll\");\n\n if(shareVer && version_in_range(version:shareVer, test_version:\"16.0\", test_version2:\"16.0.4615.0999\"))\n {\n report = report_fixed_ver(file_checked:path + \"\\Onetutil.dll\",\n file_version:shareVer, vulnerable_range:\"16.0 - 16.0.4615.0999\");\n security_message(data:report);\n exit(0);\n }\n }\n}\n\nexit(99);\n", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}], "mskb": [{"lastseen": "2021-01-01T22:41:42", "bulletinFamily": "microsoft", "cvelist": ["CVE-2017-11876"], "description": "<html><body><p>Description of the security update for SharePoint Server 2016: November 14, 2017.</p><h2>Summary</h2><div><p>This security update resolves vulnerabilities in Microsoft Office that could allow remote code execution if a user opens a specially crafted Office file. To learn more about these vulnerabilities, see <a data-content-id=\"\" data-content-type=\"\" href=\"https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11876\" target=\"\">Microsoft Common Vulnerabilities and Exposures CVE-2017-11876</a>\u00a0and <a data-content-id=\"\" data-content-type=\"\" href=\"https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/ADV170020\" target=\"\">Microsoft Common Vulnerabilities and Exposures ADV170020</a>.<br/><br/><strong>Note</strong> To apply this security update, you must have the release version of SharePoint Server 2016 installed on the computer.</p><p>This public update delivers Feature Pack 2 for SharePoint Server 2016, which contains the following feature:</p><ul><li>SharePoint Framework (SPFx)</li></ul><p>This public update also delivers all\u00a0the features previously included in Feature Pack 1 for SharePoint Server 2016, including:</p><ul><li>Administrative Actions Logging</li><li>MinRole enhancements</li><li>SharePoint Custom Tiles</li><li>Hybrid Auditing (preview)</li><li>Hybrid Taxonomy</li><li>OneDrive API for SharePoint on-premises</li><li>OneDrive for Business modern experience (available to Software Assurance customers)</li></ul><p>The OneDrive for Business modern user experience requires an active Software Assurance contract at the time that it is enabled, either by installation of the public update or by manual enablement. If you don't have an active Software Assurance contract at the time of enablement, you must turn off the OneDrive for Business modern user experience.</p><p>For more information, see <a href=\"https://go.microsoft.com/fwlink/?linkid=832679\">New features included in the November 2016 Public Update for SharePoint Server 2016 (Feature Pack 1)</a> and <a href=\"https://go.microsoft.com/fwlink/?linkid=856819\">New features included in the September 2017 Public Update for SharePoint Server 2016 (Feature Pack 2)</a>.</p></div><h2>Improvements and fixes</h2><div>This security update contains the following improvements and fixes the following nonsecurity issues in SharePoint Server 2016:<ul linespacing=\"1\" style=\"list-style-type:UnorderedBullets\" type=\"UnorderedBullets\"><li>The UPN of an account is used instead of the SMTP email address in some scenarios. For example, this issue occurs when you share a file in OneDrive for Business or you create an alert on another user's blog for the first time.</li><li><p>Changes the following Health Analyzer rules.</p>After you install this update, by default these three rules will be reset from\u00a0<strong>ON</strong>\u00a0to\u00a0<strong>OFF</strong>,\u00a0unless you have configured the rules or made changes to the rules:<ul><li>Health Analyzer:\u00a0<a href=\"https://technet.microsoft.com/en-us/library/hh344224(v=office.16).aspx\">Accounts used by application pools or service identities are in the local machine Administrators group (SharePoint Server)</a></li><li>Health Analyzer:\u00a0<a href=\"https://technet.microsoft.com/en-us/library/hh564132(v=office.16).aspx\">Databases running in compatibility range, upgrade recommended (SharePoint Server)</a></li><li>Health Analyzer:\u00a0<a href=\"https://technet.microsoft.com/en-us/library/hh564124(v=office.16).aspx\">Databases exist on servers running SharePoint Foundation (SharePointServer)</a></li></ul></li><li><p>When you try to add a user to a site by using the Site Users Web Part, the Sharing dialog box is not loaded.</p></li><li><p>When you click a term and the <strong>Term-Driven Page with Friendly URLs</strong> option is selected, you receive a PageNotFound error if the URL includes an ampersand (&).</p></li><li><p>When you update terms in SharePoint Server 2016, you receive the following error message:</p><div class=\"alert-band\"><div class=\"alert alert-info\" role=\"alert\"><div class=\"row\"><div class=\"col-xs-24\"><p>This operation cannot be completed. The term store may be unavailable.</p></div></div></div></div></li><li><p>Health analyzer does not remove apps stuck in the installing state.</p></li><li><p>Hybrid self-service site creation redirects the default Self-Service Site Creation (SSSC) page in SharePoint Server 2016 to the SharePoint Online site creation experience. After you install this update, you can enable users to create their sites in SharePoint Online instead of in SharePoint Server. You can also target this redirection experience based on audience, allowing hybrid-enabled users to create sites in SharePoint Online while other users continue to create sites on-premises.</p></li><li><p>Starting with the May 2017 Public Update for SharePoint 2013, the Secure Store schema version number in SharePoint 2013 is higher than the one in SharePoint Server 2016, and this prevents a version-to-version upgrade. This update fixes the Secure Store schema version in SharePoint Server 2016 to unblock Secure Store upgrade from SharePoint Server 2013.</p></li><li><p>When you visit another user's OneDrive, the menu shows an incorrect user name instead of yours.</p></li><li><p>Renames the following two\u00a0<a href=\"https://technet.microsoft.com/en-us/library/ff686816(v=office.16).aspx\">Health Analyzer rules</a>\u00a0titles for better wording:</p><ul><li><p>\"Health Analyzer: Some health analyzer rules do not have associated timer jobs\" is renamed as\u00a0\"Health Analyzer: Some Health Analyzer rules are enabled but do not have any associated timer jobs.\"</p></li><li><p>Health Analyzer:\u00a0<a href=\"https://technet.microsoft.com/en-us/library/hh564124(v=office.16).aspx\" target=\"_blank\">Databases exist on servers running SharePoint Foundation</a>\u00a0is renamed as\u00a0\"Health Analyzer: Databases exist on servers running SharePoint.\"</p></li></ul></li><li><p>An incorrect user name is displayed in OneDrive if there is an ampersand character (&) in the user name.</p></li><li><p>You can now edit the SharePoint properties of a document directly in the Microsoft Word client through the SharePoint Properties panel. This experience requires a version of Microsoft Word that supports this functionality, such as the version that is included in Microsoft Office 365.</p></li><li><p>Some SharePoint features impersonate end users when sending email to personalize the message. For example, when a user requests access to a site, SharePoint will set the \"From\" address of the email notification as the user who made the request.</p><p>Some SMTP servers may block impersonation to protect users from unauthorized attempts to spoof their identities. If your SMTP server blocks impersonation, you can now configure each SharePoint web application to disable this behavior. This will ensure that SharePoint always uses the \"From\" address that is specified at the web application level.</p><p>Follow these steps to disable SharePoint email impersonation:</p><ol><li><p>Launch the SharePoint 2016 Management Shell.</p></li><li><p>Run the following commands:</p><p>$webapp = Get-SPWebApplication <em>WebApplicationURL</em></p><p>$webapp.OutboundMailOverrideEnvelopeSender = $true</p><p>$webapp.Update()</p></li></ol></li><li><p>Fix a word wrap issue for the Polish version of SharePoint Server 2016.</p></li><li><p>Translate some terms in multiple languages to make the meaning\u00a0accurate.</p></li><li><p>Some browsers are unable to download files from SharePoint that have file names that include double-byte characters.</p></li><li><p>Update copies and overwrite\u00a0of minor version of documents from the ribbon or document library improvements is blocked.</p></li><li><p>Some files (.docx) that are indexed by search and parsed by using IFilters are not searchable and discoverable. This issue occurs because tab characters are ignored, and text is concatenated instead of proper spacing between them.</p></li><li><p>Fix a typo for the German version of SharePoint Server 2016.</p></li></ul><p>This security update contains the following improvements and fixes the following nonsecurity issues in Project Server 2016:</p><ul><li><p>When a Project Server lookup table is created\u00a0and details are added, nothing is displayed for the resource in <strong>Resource Center</strong> > <strong>Capacity Planning</strong>.</p></li><li><p>After you change the SharePoint farm authentication realm, Project Server workflows\u00a0stop progressing and go into suspended mode.</p></li><li><p>If the previous publish is failed, the publishing of the master project is blocked.</p></li></ul></div><h2>How to get and install the update</h2><h3>Method 1: Microsoft Update</h3><p>This update is available from Microsoft Update. When you turn on automatic updating, this update will be downloaded and installed automatically. For more information about how to get security updates automatically, see <a bookmark-id=\"\" data-content-id=\"\" data-content-type=\"\" href=\"https://support.microsoft.com/en-us/help/12373/windows-update-faq\" managed-link=\"\" target=\"\">Windows Update: FAQ</a>.</p><h3>Method 2: Microsoft Update Catalog</h3><p>To get the stand-alone package for this update, go to the <a bookmark-id=\"\" data-content-id=\"\" data-content-type=\"\" href=\"http://www.catalog.update.microsoft.com/Search.aspx?q=KB4011244\" managed-link=\"\" target=\"\">Microsoft Update Catalog</a> website.</p><h3>Method 3: Microsoft Download Center</h3><p>You can get the stand-alone update package through the Microsoft Download Center. Follow the installation instructions on the download page to install the update.</p><ul linespacing=\"1\" style=\"list-style-type:UnorderedBullets\" type=\"UnorderedBullets\"><li><span asset=\"4009805\" contenteditable=\"false\" props='{\"size\":\"full\"}' unselectable=\"on\">4009805</span><a bookmark-id=\"\" data-content-id=\"\" href=\"http://www.microsoft.com/download/details.aspx?familyid=deda0337-0dc9-41af-96e0-741f8158f135\" managed-link=\"\">Download the security update KB4011244 for the 64-bit version of SharePoint Server 2016</a></li></ul><h2>More Information</h2><h3>Security update deployment information</h3><p>For deployment information about this update, see <a href=\"https://support.microsoft.com/en-us/help/20171114\">security update deployment information: November 14, 2017</a>.</p><h3>Security update replacement information</h3><p>This security update replaces previously released security update <a bookmark-id=\"\" data-content-id=\"\" data-content-type=\"\" href=\"http://support.microsoft.com/kb/4011217\" managed-link=\"\" target=\"\">KB 4011217</a>.</p><h3>File hash information</h3><table class=\"table\"><tbody><tr><th>Package Name</th><th>Package Hash SHA 1</th><th>Package Hash SHA 2</th></tr><tr><td>sts2016-kb4011244-fullfile-x64-glb.exe</td><td>C687AE1C64D59056687FA108B11130250BE606EC</td><td>129F1AE875CD844BA4447FF37F942860329A83E90EF1505FA031E3CD29FEC4A7</td></tr></tbody></table><h3>File information</h3><p>For the list of files that cumulative update 4011244 contains, download the <a href=\"http://download.microsoft.com/download/5/e/1/5e109f56-4e91-4c68-b5da-70b00fe0c470/4011244.csv\" managed-link=\"\">file information for update 4011244</a>.</p><h2>How to get help and support for this security update</h2><p>Help for installing updates: <a bookmark-id=\"\" data-content-id=\"\" data-content-type=\"\" href=\"https://support.microsoft.com/help/12373/windows-update-faq\" managed-link=\"\" target=\"\">Windows Update FAQ</a><br/><br/>Security solutions for IT professionals: <a bookmark-id=\"\" data-content-id=\"\" data-content-type=\"\" href=\"https://technet.microsoft.com/security/bb980617.aspx\" managed-link=\"\" target=\"\">Security Support and Troubleshooting</a><br/><br/>Help for protecting your Windows-based computer from viruses and malware: <a bookmark-id=\"\" data-content-id=\"\" data-content-type=\"\" href=\"https://support.microsoft.com/contactus/cu_sc_virsec_master\" managed-link=\"\" target=\"\">Microsoft Secure</a><br/><br/>Local support according to your country: <a bookmark-id=\"\" data-content-id=\"\" data-content-type=\"\" href=\"http://support.microsoft.com\" managed-link=\"\" target=\"\">International Support</a></p><p><span><span>Propose a feature or provide feedback on SharePoint: <a href=\"http://sharepoint.uservoice.com/\" target=\"_blank\">SharePoint User Voice portal</a></span></span></p></body></html>", "edition": 14, "modified": "2020-04-16T08:19:45", "id": "KB4011244", "href": "https://support.microsoft.com/en-us/help/4011244/", "published": "2017-11-14T00:00:00", "title": "Description of the security update for SharePoint Server 2016: November 14, 2017", "type": "mskb", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}, {"lastseen": "2021-01-01T22:50:48", "bulletinFamily": "microsoft", "cvelist": ["CVE-2017-11876"], "description": "<html><body><p>Description of the security update for Project Server 2013: November 14, 2017.</p><h2>Summary</h2><div><p>This security update resolves vulnerabilities in Microsoft Office that could allow remote code execution if a user opens a specially crafted Office file. To learn more about these vulnerabilities, see <a href=\"https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11876\">Microsoft Common Vulnerabilities and Exposures CVE-2017-11876</a>.<br/><br/><strong>Note</strong> To apply this security update, you must have the release version of <a data-content-id=\"\" data-content-type=\"\" href=\"http://support.microsoft.com/kb/2880553\" target=\"\">Service Pack 1 for Microsoft Project Server 2013</a> installed on the computer.</p></div><h2>Improvements and fixes</h2><div>This security update contains improvements and fixes for the following nonsecurity issues:<ul linespacing=\"1\" style=\"list-style-type:UnorderedBullets\" type=\"UnorderedBullets\"><li>Assume that you have Office Web Apps Server 2013 installed. In the on-premises version of Microsoft Word Online and Microsoft PowerPoint Online, decimal values are truncated in a chart axis or data label.</li><li><p>After you change the SharePoint farm authentication realm, Project Server workflows stop progressing and go into suspended mode.</p></li><li><p>If you don't have permission to approve a timesheet, the browse button in the Confirm Approval dialog displays the following message:</p><p class=\"indent-1\"><strong><%<%$Resource:PWA.ADMIN_ADDMODIFYUSER_BROWSE%>>\u00a0</strong></p></li><li><p>If the previous publish\u00a0failed, the publish of the master project is blocked.</p></li></ul></div><h2>How to get and install the update</h2><h3>Method 1: Microsoft Update</h3><p>This update is available from Microsoft Update. When you turn on automatic updating, this update will be downloaded and installed automatically. For more information about how to get security updates automatically, see <a bookmark-id=\"\" data-content-id=\"\" data-content-type=\"\" href=\"https://support.microsoft.com/en-us/help/12373/windows-update-faq\" managed-link=\"\" target=\"\">Windows Update: FAQ</a>.</p><h3>Method 2: Microsoft Update Catalog</h3><p>To get the stand-alone package for this update, go to the <a bookmark-id=\"\" data-content-id=\"\" data-content-type=\"\" href=\"http://www.catalog.update.microsoft.com/Search.aspx?q=KB4011257\" managed-link=\"\" target=\"\">Microsoft Update Catalog</a> website.</p><h3>Method 3: Microsoft Download Center</h3><p>You can get the stand-alone update package through the Microsoft Download Center. Follow the installation instructions on the download page to install the update.</p><ul linespacing=\"1\" style=\"list-style-type:UnorderedBullets\" type=\"UnorderedBullets\"><li><span asset=\"4009805\" contenteditable=\"false\" props='{\"size\":\"full\"}' unselectable=\"on\">4009805</span><a bookmark-id=\"\" data-content-id=\"\" href=\"http://www.microsoft.com/download/details.aspx?familyid=a4f59b68-efe3-4f34-afec-c17b03ef8387\" managed-link=\"\">Download the security update KB4011257 for the 64-bit version of Project Server 2013</a></li></ul><h2>More Information</h2><h3>Security update deployment information</h3><p>For deployment information about this update, see <a href=\"https://support.microsoft.com/en-us/help/20171114\">security update deployment information: November 14, 2017</a>.</p><h3>Security update replacement information</h3><p>This security update replaces previously released security update <a bookmark-id=\"\" data-content-id=\"\" data-content-type=\"\" href=\"http://support.microsoft.com/kb/3203399\" managed-link=\"\" target=\"\">KB 3203399</a>.</p><h3>File hash information</h3><table class=\"table\"><tbody><tr><th>Package Name</th><th>Package Hash SHA 1</th><th>Package Hash SHA 2</th></tr><tr><td>pjsrvloc2013-kb4011257-fullfile-x64-glb.exe</td><td>F7C0C996A5CF534D2F366C0F8883EFC66E8DBFA7</td><td>01BC27F5C3C922433153D568E78E4C4D18CDCE0F77A57B25FA69CF1265C100F9</td></tr></tbody></table><h3>File information</h3><p>The English 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). The dates and times for these files on your local computer are displayed in your local time together with your current daylight-saving time (DST) bias. Additionally, the dates and times may change when you perform certain operations on the files.</p><div class=\"faq-section\" faq-section=\"\"><div class=\"faq-panel\"><div class=\"faq-panel-heading\" faq-panel-heading=\"\"><span class=\"link-expand-image\"><span class=\"faq-chevron win-icon win-icon-ChevronUpSmall\"></span></span><span class=\"bold btn-link link-expand-text\">For all supported x64-based versions of Project Server 2013</span></div><div class=\"faq-panel-body\" faq-panel-body=\"\"><table class=\"table\"><tbody><tr><th>File identifier</th><th>File name</th><th>File version</th><th>File size</th><th>Date</th><th>Time</th></tr><tr><td>ps16x16.png.1025</td><td>ps16x16.png</td><td>\u00a0</td><td>15916</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ps32x32.png.1025</td><td>ps32x32.png</td><td>\u00a0</td><td>31412</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwagettingstarted.png.1025</td><td>pwagettingstarted.png</td><td>\u00a0</td><td>8304</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ps16x16.png.1029</td><td>ps16x16.png</td><td>\u00a0</td><td>15815</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ps32x32.png.1029</td><td>ps32x32.png</td><td>\u00a0</td><td>31459</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwagettingstarted.png.1029</td><td>pwagettingstarted.png</td><td>\u00a0</td><td>8304</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ps16x16.png.1030</td><td>ps16x16.png</td><td>\u00a0</td><td>15815</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ps32x32.png.1030</td><td>ps32x32.png</td><td>\u00a0</td><td>31459</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwagettingstarted.png.1030</td><td>pwagettingstarted.png</td><td>\u00a0</td><td>8304</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ps16x16.png.1031</td><td>ps16x16.png</td><td>\u00a0</td><td>15815</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ps32x32.png.1031</td><td>ps32x32.png</td><td>\u00a0</td><td>31459</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwagettingstarted.png.1031</td><td>pwagettingstarted.png</td><td>\u00a0</td><td>8304</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ps16x16.png.1032</td><td>ps16x16.png</td><td>\u00a0</td><td>15815</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ps32x32.png.1032</td><td>ps32x32.png</td><td>\u00a0</td><td>31459</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwagettingstarted.png.1032</td><td>pwagettingstarted.png</td><td>\u00a0</td><td>8304</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ps16x16.png.3082</td><td>ps16x16.png</td><td>\u00a0</td><td>15815</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ps32x32.png.3082</td><td>ps32x32.png</td><td>\u00a0</td><td>31459</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwagettingstarted.png.3082</td><td>pwagettingstarted.png</td><td>\u00a0</td><td>8304</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ps16x16.png.1035</td><td>ps16x16.png</td><td>\u00a0</td><td>15815</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ps32x32.png.1035</td><td>ps32x32.png</td><td>\u00a0</td><td>31459</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwagettingstarted.png.1035</td><td>pwagettingstarted.png</td><td>\u00a0</td><td>8304</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ps16x16.png.1036</td><td>ps16x16.png</td><td>\u00a0</td><td>15815</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ps32x32.png.1036</td><td>ps32x32.png</td><td>\u00a0</td><td>31459</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwagettingstarted.png.1036</td><td>pwagettingstarted.png</td><td>\u00a0</td><td>8304</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ps16x16.png.1037</td><td>ps16x16.png</td><td>\u00a0</td><td>15924</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ps32x32.png.1037</td><td>ps32x32.png</td><td>\u00a0</td><td>31465</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwagettingstarted.png.1037</td><td>pwagettingstarted.png</td><td>\u00a0</td><td>8304</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ps16x16.png.1038</td><td>ps16x16.png</td><td>\u00a0</td><td>15815</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ps32x32.png.1038</td><td>ps32x32.png</td><td>\u00a0</td><td>31459</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwagettingstarted.png.1038</td><td>pwagettingstarted.png</td><td>\u00a0</td><td>8304</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ps16x16.png.1040</td><td>ps16x16.png</td><td>\u00a0</td><td>15815</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ps32x32.png.1040</td><td>ps32x32.png</td><td>\u00a0</td><td>31459</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwagettingstarted.png.1040</td><td>pwagettingstarted.png</td><td>\u00a0</td><td>8304</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ps16x16.png.1041</td><td>ps16x16.png</td><td>\u00a0</td><td>15815</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ps32x32.png.1041</td><td>ps32x32.png</td><td>\u00a0</td><td>31459</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwagettingstarted.png.1041</td><td>pwagettingstarted.png</td><td>\u00a0</td><td>8304</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ps16x16.png.1042</td><td>ps16x16.png</td><td>\u00a0</td><td>15815</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ps32x32.png.1042</td><td>ps32x32.png</td><td>\u00a0</td><td>31459</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwagettingstarted.png.1042</td><td>pwagettingstarted.png</td><td>\u00a0</td><td>8304</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ps16x16.png.1044</td><td>ps16x16.png</td><td>\u00a0</td><td>15815</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ps32x32.png.1044</td><td>ps32x32.png</td><td>\u00a0</td><td>31459</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwagettingstarted.png.1044</td><td>pwagettingstarted.png</td><td>\u00a0</td><td>8304</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ps16x16.png.1043</td><td>ps16x16.png</td><td>\u00a0</td><td>15815</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ps32x32.png.1043</td><td>ps32x32.png</td><td>\u00a0</td><td>31459</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwagettingstarted.png.1043</td><td>pwagettingstarted.png</td><td>\u00a0</td><td>8304</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ps16x16.png.1045</td><td>ps16x16.png</td><td>\u00a0</td><td>15815</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ps32x32.png.1045</td><td>ps32x32.png</td><td>\u00a0</td><td>31459</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwagettingstarted.png.1045</td><td>pwagettingstarted.png</td><td>\u00a0</td><td>8304</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ps16x16.png.1046</td><td>ps16x16.png</td><td>\u00a0</td><td>15815</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ps32x32.png.1046</td><td>ps32x32.png</td><td>\u00a0</td><td>31459</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwagettingstarted.png.1046</td><td>pwagettingstarted.png</td><td>\u00a0</td><td>8304</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ps16x16.png.2070</td><td>ps16x16.png</td><td>\u00a0</td><td>15815</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ps32x32.png.2070</td><td>ps32x32.png</td><td>\u00a0</td><td>31459</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwagettingstarted.png.2070</td><td>pwagettingstarted.png</td><td>\u00a0</td><td>8304</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ps16x16.png.1048</td><td>ps16x16.png</td><td>\u00a0</td><td>15815</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ps32x32.png.1048</td><td>ps32x32.png</td><td>\u00a0</td><td>31459</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwagettingstarted.png.1048</td><td>pwagettingstarted.png</td><td>\u00a0</td><td>8304</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ps16x16.png.1049</td><td>ps16x16.png</td><td>\u00a0</td><td>15815</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ps32x32.png.1049</td><td>ps32x32.png</td><td>\u00a0</td><td>31459</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwagettingstarted.png.1049</td><td>pwagettingstarted.png</td><td>\u00a0</td><td>8304</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ps16x16.png.1051</td><td>ps16x16.png</td><td>\u00a0</td><td>15815</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ps32x32.png.1051</td><td>ps32x32.png</td><td>\u00a0</td><td>31459</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwagettingstarted.png.1051</td><td>pwagettingstarted.png</td><td>\u00a0</td><td>8304</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ps16x16.png.1060</td><td>ps16x16.png</td><td>\u00a0</td><td>15815</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ps32x32.png.1060</td><td>ps32x32.png</td><td>\u00a0</td><td>31459</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwagettingstarted.png.1060</td><td>pwagettingstarted.png</td><td>\u00a0</td><td>8304</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ps16x16.png.1053</td><td>ps16x16.png</td><td>\u00a0</td><td>15815</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ps32x32.png.1053</td><td>ps32x32.png</td><td>\u00a0</td><td>31459</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwagettingstarted.png.1053</td><td>pwagettingstarted.png</td><td>\u00a0</td><td>8304</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ps16x16.png.1055</td><td>ps16x16.png</td><td>\u00a0</td><td>15806</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ps32x32.png.1055</td><td>ps32x32.png</td><td>\u00a0</td><td>31477</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwagettingstarted.png.1055</td><td>pwagettingstarted.png</td><td>\u00a0</td><td>8304</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ps16x16.png.1058</td><td>ps16x16.png</td><td>\u00a0</td><td>15815</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ps32x32.png.1058</td><td>ps32x32.png</td><td>\u00a0</td><td>31459</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwagettingstarted.png.1058</td><td>pwagettingstarted.png</td><td>\u00a0</td><td>8304</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ps16x16.png.2052</td><td>ps16x16.png</td><td>\u00a0</td><td>15815</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ps32x32.png.2052</td><td>ps32x32.png</td><td>\u00a0</td><td>31459</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwagettingstarted.png.2052</td><td>pwagettingstarted.png</td><td>\u00a0</td><td>8304</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ps16x16.png.1028</td><td>ps16x16.png</td><td>\u00a0</td><td>15815</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ps32x32.png.1028</td><td>ps32x32.png</td><td>\u00a0</td><td>31459</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwagettingstarted.png.1028</td><td>pwagettingstarted.png</td><td>\u00a0</td><td>8304</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.administration.intl.resources.dll.1025</td><td>microsoft.office.project.server.administration.intl.resources.dll</td><td>15.0.4911.1000</td><td>476920</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.stsadmcommandhandler.intl.resources.dll.1025</td><td>microsoft.office.project.server.stsadmcommandhandler.intl.resources.dll</td><td>15.0.4569.1000</td><td>74432</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>microsoft.office.project.server.workflow.intl.resources.dll.1025</td><td>microsoft.office.project.server.workflow.intl.resources.dll</td><td>15.0.4911.1000</td><td>47352</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>deliverables.xlsx.1025</td><td>deliverables.xlsx</td><td>\u00a0</td><td>12126</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>issuesandrisks.xlsx.1025</td><td>issuesandrisks.xlsx</td><td>\u00a0</td><td>16796</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>milestonesduethismonth.xlsx.1025</td><td>milestonesduethismonth.xlsx</td><td>\u00a0</td><td>18486</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectslist.xlsx.1025</td><td>projectslist.xlsx</td><td>\u00a0</td><td>12022</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>rejectedprojectslist.xlsx.1025</td><td>rejectedprojectslist.xlsx</td><td>\u00a0</td><td>11957</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>resourcecapacity.xlsx.1025</td><td>resourcecapacity.xlsx</td><td>\u00a0</td><td>15886</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>timesheetactuals.xlsx.1025</td><td>timesheetactuals.xlsx</td><td>\u00a0</td><td>24873</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>topprojects.xlsx.1025</td><td>topprojects.xlsx</td><td>\u00a0</td><td>13406</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>workflowchart.xlsx.1025</td><td>workflowchart.xlsx</td><td>\u00a0</td><td>13742</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>workflowdrilldown.xlsx.1025</td><td>workflowdrilldown.xlsx</td><td>\u00a0</td><td>12446</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.wssadmin.prjadmin.resx.1025</td><td>prjadmin.ar-sa.resx</td><td>\u00a0</td><td>34360</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.wssadmin2.prjadmin.resx.1025</td><td>prjadmin.ar-sa.resx</td><td>\u00a0</td><td>34360</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.lcid.resx.1025</td><td>pwa.ar-sa.resx</td><td>\u00a0</td><td>918077</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.resources.pwafeatures.resx.1025</td><td>pwafeatures.ar-sa.resx</td><td>\u00a0</td><td>158061</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pws.resources.pws.resx.1025</td><td>pws.ar-sa.resx</td><td>\u00a0</td><td>37234</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.templatexml.webtemppwa.xml.1025</td><td>webtemppwa.xml</td><td>\u00a0</td><td>1161</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>project.actions4.1025</td><td>project.actions4</td><td>\u00a0</td><td>6033</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.administration.intl.resources.dll.1029</td><td>microsoft.office.project.server.administration.intl.resources.dll</td><td>15.0.4508.1000</td><td>408752</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.stsadmcommandhandler.intl.resources.dll.1029</td><td>microsoft.office.project.server.stsadmcommandhandler.intl.resources.dll</td><td>15.0.4569.1000</td><td>65216</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>microsoft.office.project.server.workflow.intl.resources.dll.1029</td><td>microsoft.office.project.server.workflow.intl.resources.dll</td><td>15.0.4454.1000</td><td>33904</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.wssadmin.prjadmin.resx.1029</td><td>prjadmin.cs-cz.resx</td><td>\u00a0</td><td>31311</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.wssadmin2.prjadmin.resx.1029</td><td>prjadmin.cs-cz.resx</td><td>\u00a0</td><td>31311</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.lcid.resx.1029</td><td>pwa.cs-cz.resx</td><td>\u00a0</td><td>817466</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.resources.pwafeatures.resx.1029</td><td>pwafeatures.cs-cz.resx</td><td>\u00a0</td><td>144819</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pws.resources.pws.resx.1029</td><td>pws.cs-cz.resx</td><td>\u00a0</td><td>34031</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.templatexml.webtemppwa.xml.1029</td><td>webtemppwa.xml</td><td>\u00a0</td><td>1094</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>project.actions4.1029</td><td>project.actions4</td><td>\u00a0</td><td>5608</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.administration.intl.resources.dll.1030</td><td>microsoft.office.project.server.administration.intl.resources.dll</td><td>15.0.4508.1000</td><td>400048</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.stsadmcommandhandler.intl.resources.dll.1030</td><td>microsoft.office.project.server.stsadmcommandhandler.intl.resources.dll</td><td>15.0.4569.1000</td><td>64192</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>microsoft.office.project.server.workflow.intl.resources.dll.1030</td><td>microsoft.office.project.server.workflow.intl.resources.dll</td><td>15.0.4442.1000</td><td>33928</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>rejectedprojectslist.xlsx.1030</td><td>rejectedprojectslist.xlsx</td><td>\u00a0</td><td>11951</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>workflowchart.xlsx.1030</td><td>workflowchart.xlsx</td><td>\u00a0</td><td>13734</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>workflowdrilldown.xlsx.1030</td><td>workflowdrilldown.xlsx</td><td>\u00a0</td><td>12455</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.lcid.resx.1030</td><td>pwa.da-dk.resx</td><td>\u00a0</td><td>798270</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.resources.pwafeatures.resx.1030</td><td>pwafeatures.da-dk.resx</td><td>\u00a0</td><td>141140</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pws.resources.pws.resx.1030</td><td>pws.da-dk.resx</td><td>\u00a0</td><td>32951</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>project.actions4.1030</td><td>project.actions4</td><td>\u00a0</td><td>5597</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.administration.intl.resources.dll.1031</td><td>microsoft.office.project.server.administration.intl.resources.dll</td><td>15.0.4508.1000</td><td>397488</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.stsadmcommandhandler.intl.resources.dll.1031</td><td>microsoft.office.project.server.stsadmcommandhandler.intl.resources.dll</td><td>15.0.4567.1000</td><td>67776</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>microsoft.office.project.server.workflow.intl.resources.dll.1031</td><td>microsoft.office.project.server.workflow.intl.resources.dll</td><td>15.0.4442.1000</td><td>35992</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>deliverables.xlsx.1031</td><td>deliverables.xlsx</td><td>\u00a0</td><td>12006</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>issuesandrisks.xlsx.1031</td><td>issuesandrisks.xlsx</td><td>\u00a0</td><td>16707</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>milestonesduethismonth.xlsx.1031</td><td>milestonesduethismonth.xlsx</td><td>\u00a0</td><td>18880</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectslist.xlsx.1031</td><td>projectslist.xlsx</td><td>\u00a0</td><td>11997</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>rejectedprojectslist.xlsx.1031</td><td>rejectedprojectslist.xlsx</td><td>\u00a0</td><td>11892</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>resourcecapacity.xlsx.1031</td><td>resourcecapacity.xlsx</td><td>\u00a0</td><td>15759</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>timesheetactuals.xlsx.1031</td><td>timesheetactuals.xlsx</td><td>\u00a0</td><td>24742</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>topprojects.xlsx.1031</td><td>topprojects.xlsx</td><td>\u00a0</td><td>13290</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>workflowchart.xlsx.1031</td><td>workflowchart.xlsx</td><td>\u00a0</td><td>13689</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>workflowdrilldown.xlsx.1031</td><td>workflowdrilldown.xlsx</td><td>\u00a0</td><td>12391</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.wssadmin.prjadmin.resx.1031</td><td>prjadmin.de-de.resx</td><td>\u00a0</td><td>32035</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.wssadmin2.prjadmin.resx.1031</td><td>prjadmin.de-de.resx</td><td>\u00a0</td><td>32035</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.lcid.resx.1031</td><td>pwa.de-de.resx</td><td>\u00a0</td><td>844562</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.resources.pwafeatures.resx.1031</td><td>pwafeatures.de-de.resx</td><td>\u00a0</td><td>147539</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pws.resources.pws.resx.1031</td><td>pws.de-de.resx</td><td>\u00a0</td><td>34208</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.templatexml.webtemppwa.xml.1031</td><td>webtemppwa.xml</td><td>\u00a0</td><td>1130</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>project.actions4.1031</td><td>project.actions4</td><td>\u00a0</td><td>5743</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.administration.intl.resources.dll.1032</td><td>microsoft.office.project.server.administration.intl.resources.dll</td><td>15.0.4508.1000</td><td>480944</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.stsadmcommandhandler.intl.resources.dll.1032</td><td>microsoft.office.project.server.stsadmcommandhandler.intl.resources.dll</td><td>15.0.4569.1000</td><td>87744</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.lcid.resx.1032</td><td>pwa.el-gr.resx</td><td>\u00a0</td><td>1082321</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.resources.pwafeatures.resx.1032</td><td>pwafeatures.el-gr.resx</td><td>\u00a0</td><td>177928</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.administration.intl.resources.dll.3082</td><td>microsoft.office.project.server.administration.intl.resources.dll</td><td>15.0.4508.1000</td><td>404656</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.stsadmcommandhandler.intl.resources.dll.3082</td><td>microsoft.office.project.server.stsadmcommandhandler.intl.resources.dll</td><td>15.0.4569.1000</td><td>66752</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>microsoft.office.project.server.workflow.intl.resources.dll.3082</td><td>microsoft.office.project.server.workflow.intl.resources.dll</td><td>15.0.4442.1000</td><td>34968</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>deliverables.xlsx.3082</td><td>deliverables.xlsx</td><td>\u00a0</td><td>12012</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>issuesandrisks.xlsx.3082</td><td>issuesandrisks.xlsx</td><td>\u00a0</td><td>16722</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>milestonesduethismonth.xlsx.3082</td><td>milestonesduethismonth.xlsx</td><td>\u00a0</td><td>19002</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectslist.xlsx.3082</td><td>projectslist.xlsx</td><td>\u00a0</td><td>12020</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>rejectedprojectslist.xlsx.3082</td><td>rejectedprojectslist.xlsx</td><td>\u00a0</td><td>11897</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>resourcecapacity.xlsx.3082</td><td>resourcecapacity.xlsx</td><td>\u00a0</td><td>15750</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>timesheetactuals.xlsx.3082</td><td>timesheetactuals.xlsx</td><td>\u00a0</td><td>24698</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>topprojects.xlsx.3082</td><td>topprojects.xlsx</td><td>\u00a0</td><td>13289</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>workflowchart.xlsx.3082</td><td>workflowchart.xlsx</td><td>\u00a0</td><td>13713</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>workflowdrilldown.xlsx.3082</td><td>workflowdrilldown.xlsx</td><td>\u00a0</td><td>12410</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.wssadmin.prjadmin.resx.3082</td><td>prjadmin.es-es.resx</td><td>\u00a0</td><td>32320</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.wssadmin2.prjadmin.resx.3082</td><td>prjadmin.es-es.resx</td><td>\u00a0</td><td>32320</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.lcid.resx.3082</td><td>pwa.es-es.resx</td><td>\u00a0</td><td>830802</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.resources.pwafeatures.resx.3082</td><td>pwafeatures.es-es.resx</td><td>\u00a0</td><td>145513</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pws.resources.pws.resx.3082</td><td>pws.es-es.resx</td><td>\u00a0</td><td>34328</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.templatexml.webtemppwa.xml.3082</td><td>webtemppwa.xml</td><td>\u00a0</td><td>1093</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>project.actions4.3082</td><td>project.actions4</td><td>\u00a0</td><td>5723</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.administration.intl.resources.dll.1035</td><td>microsoft.office.project.server.administration.intl.resources.dll</td><td>15.0.4508.1000</td><td>402096</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.stsadmcommandhandler.intl.resources.dll.1035</td><td>microsoft.office.project.server.stsadmcommandhandler.intl.resources.dll</td><td>15.0.4569.1000</td><td>64704</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>milestonesduethismonth.xlsx.1035</td><td>milestonesduethismonth.xlsx</td><td>\u00a0</td><td>18806</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.wssadmin.prjadmin.resx.1035</td><td>prjadmin.fi-fi.resx</td><td>\u00a0</td><td>30822</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.wssadmin2.prjadmin.resx.1035</td><td>prjadmin.fi-fi.resx</td><td>\u00a0</td><td>30822</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.lcid.resx.1035</td><td>pwa.fi-fi.resx</td><td>\u00a0</td><td>807919</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.resources.pwafeatures.resx.1035</td><td>pwafeatures.fi-fi.resx</td><td>\u00a0</td><td>142903</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pws.resources.pws.resx.1035</td><td>pws.fi-fi.resx</td><td>\u00a0</td><td>33358</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>project.actions4.1035</td><td>project.actions4</td><td>\u00a0</td><td>5646</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.administration.intl.resources.dll.1036</td><td>microsoft.office.project.server.administration.intl.resources.dll</td><td>15.0.4508.1000</td><td>412864</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.stsadmcommandhandler.intl.resources.dll.1036</td><td>microsoft.office.project.server.stsadmcommandhandler.intl.resources.dll</td><td>15.0.4567.1000</td><td>68288</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>microsoft.office.project.server.workflow.intl.resources.dll.1036</td><td>microsoft.office.project.server.workflow.intl.resources.dll</td><td>15.0.4442.1000</td><td>35464</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>deliverables.xlsx.1036</td><td>deliverables.xlsx</td><td>\u00a0</td><td>11984</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>issuesandrisks.xlsx.1036</td><td>issuesandrisks.xlsx</td><td>\u00a0</td><td>16702</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>milestonesduethismonth.xlsx.1036</td><td>milestonesduethismonth.xlsx</td><td>\u00a0</td><td>18937</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectslist.xlsx.1036</td><td>projectslist.xlsx</td><td>\u00a0</td><td>11985</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>rejectedprojectslist.xlsx.1036</td><td>rejectedprojectslist.xlsx</td><td>\u00a0</td><td>11896</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>resourcecapacity.xlsx.1036</td><td>resourcecapacity.xlsx</td><td>\u00a0</td><td>15776</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>timesheetactuals.xlsx.1036</td><td>timesheetactuals.xlsx</td><td>\u00a0</td><td>24739</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>topprojects.xlsx.1036</td><td>topprojects.xlsx</td><td>\u00a0</td><td>13299</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>workflowchart.xlsx.1036</td><td>workflowchart.xlsx</td><td>\u00a0</td><td>13675</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>workflowdrilldown.xlsx.1036</td><td>workflowdrilldown.xlsx</td><td>\u00a0</td><td>12387</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.wssadmin.prjadmin.resx.1036</td><td>prjadmin.fr-fr.resx</td><td>\u00a0</td><td>31823</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.wssadmin2.prjadmin.resx.1036</td><td>prjadmin.fr-fr.resx</td><td>\u00a0</td><td>31823</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.lcid.resx.1036</td><td>pwa.fr-fr.resx</td><td>\u00a0</td><td>848713</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.resources.pwafeatures.resx.1036</td><td>pwafeatures.fr-fr.resx</td><td>\u00a0</td><td>149071</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pws.resources.pws.resx.1036</td><td>pws.fr-fr.resx</td><td>\u00a0</td><td>34493</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.templatexml.webtemppwa.xml.1036</td><td>webtemppwa.xml</td><td>\u00a0</td><td>1095</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>project.actions4.1036</td><td>project.actions4</td><td>\u00a0</td><td>5789</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.administration.intl.resources.dll.1037</td><td>microsoft.office.project.server.administration.intl.resources.dll</td><td>15.0.4508.1000</td><td>430256</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.stsadmcommandhandler.intl.resources.dll.1037</td><td>microsoft.office.project.server.stsadmcommandhandler.intl.resources.dll</td><td>15.0.4569.1000</td><td>70336</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>microsoft.office.project.server.workflow.intl.resources.dll.1037</td><td>microsoft.office.project.server.workflow.intl.resources.dll</td><td>15.0.4442.1000</td><td>36504</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>deliverables.xlsx.1037</td><td>deliverables.xlsx</td><td>\u00a0</td><td>12115</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>issuesandrisks.xlsx.1037</td><td>issuesandrisks.xlsx</td><td>\u00a0</td><td>16951</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>milestonesduethismonth.xlsx.1037</td><td>milestonesduethismonth.xlsx</td><td>\u00a0</td><td>19358</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectslist.xlsx.1037</td><td>projectslist.xlsx</td><td>\u00a0</td><td>12094</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>rejectedprojectslist.xlsx.1037</td><td>rejectedprojectslist.xlsx</td><td>\u00a0</td><td>12001</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>resourcecapacity.xlsx.1037</td><td>resourcecapacity.xlsx</td><td>\u00a0</td><td>15889</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>timesheetactuals.xlsx.1037</td><td>timesheetactuals.xlsx</td><td>\u00a0</td><td>24895</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>topprojects.xlsx.1037</td><td>topprojects.xlsx</td><td>\u00a0</td><td>13434</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>workflowchart.xlsx.1037</td><td>workflowchart.xlsx</td><td>\u00a0</td><td>13844</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>workflowdrilldown.xlsx.1037</td><td>workflowdrilldown.xlsx</td><td>\u00a0</td><td>12518</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.wssadmin.prjadmin.resx.1037</td><td>prjadmin.he-il.resx</td><td>\u00a0</td><td>33093</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.wssadmin2.prjadmin.resx.1037</td><td>prjadmin.he-il.resx</td><td>\u00a0</td><td>33093</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.lcid.resx.1037</td><td>pwa.he-il.resx</td><td>\u00a0</td><td>889213</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.resources.pwafeatures.resx.1037</td><td>pwafeatures.he-il.resx</td><td>\u00a0</td><td>153924</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pws.resources.pws.resx.1037</td><td>pws.he-il.resx</td><td>\u00a0</td><td>36331</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.templatexml.webtemppwa.xml.1037</td><td>webtemppwa.xml</td><td>\u00a0</td><td>1176</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>project.actions4.1037</td><td>project.actions4</td><td>\u00a0</td><td>5893</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.administration.intl.resources.dll.1038</td><td>microsoft.office.project.server.administration.intl.resources.dll</td><td>15.0.4508.1000</td><td>413392</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.stsadmcommandhandler.intl.resources.dll.1038</td><td>microsoft.office.project.server.stsadmcommandhandler.intl.resources.dll</td><td>15.0.4569.1000</td><td>67280</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>microsoft.office.project.server.workflow.intl.resources.dll.1038</td><td>microsoft.office.project.server.workflow.intl.resources.dll</td><td>15.0.4442.1000</td><td>35480</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>issuesandrisks.xlsx.1038</td><td>issuesandrisks.xlsx</td><td>\u00a0</td><td>16844</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>milestonesduethismonth.xlsx.1038</td><td>milestonesduethismonth.xlsx</td><td>\u00a0</td><td>18768</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectslist.xlsx.1038</td><td>projectslist.xlsx</td><td>\u00a0</td><td>12066</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>workflowchart.xlsx.1038</td><td>workflowchart.xlsx</td><td>\u00a0</td><td>13738</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>workflowdrilldown.xlsx.1038</td><td>workflowdrilldown.xlsx</td><td>\u00a0</td><td>12466</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.lcid.resx.1038</td><td>pwa.hu-hu.resx</td><td>\u00a0</td><td>836814</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.resources.pwafeatures.resx.1038</td><td>pwafeatures.hu-hu.resx</td><td>\u00a0</td><td>148135</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pws.resources.pws.resx.1038</td><td>pws.hu-hu.resx</td><td>\u00a0</td><td>34158</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.templatexml.webtemppwa.xml.1038</td><td>webtemppwa.xml</td><td>\u00a0</td><td>1148</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>project.actions4.1038</td><td>project.actions4</td><td>\u00a0</td><td>5813</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.administration.intl.resources.dll.1040</td><td>microsoft.office.project.server.administration.intl.resources.dll</td><td>15.0.4553.1000</td><td>406208</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.stsadmcommandhandler.intl.resources.dll.1040</td><td>microsoft.office.project.server.stsadmcommandhandler.intl.resources.dll</td><td>15.0.4567.1000</td><td>65728</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>microsoft.office.project.server.workflow.intl.resources.dll.1040</td><td>microsoft.office.project.server.workflow.intl.resources.dll</td><td>15.0.4442.1000</td><td>34440</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>deliverables.xlsx.1040</td><td>deliverables.xlsx</td><td>\u00a0</td><td>11981</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>issuesandrisks.xlsx.1040</td><td>issuesandrisks.xlsx</td><td>\u00a0</td><td>16626</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>milestonesduethismonth.xlsx.1040</td><td>milestonesduethismonth.xlsx</td><td>\u00a0</td><td>18883</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectslist.xlsx.1040</td><td>projectslist.xlsx</td><td>\u00a0</td><td>11990</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>rejectedprojectslist.xlsx.1040</td><td>rejectedprojectslist.xlsx</td><td>\u00a0</td><td>11882</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>resourcecapacity.xlsx.1040</td><td>resourcecapacity.xlsx</td><td>\u00a0</td><td>15734</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>timesheetactuals.xlsx.1040</td><td>timesheetactuals.xlsx</td><td>\u00a0</td><td>24686</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>topprojects.xlsx.1040</td><td>topprojects.xlsx</td><td>\u00a0</td><td>13277</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>workflowchart.xlsx.1040</td><td>workflowchart.xlsx</td><td>\u00a0</td><td>13690</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>workflowdrilldown.xlsx.1040</td><td>workflowdrilldown.xlsx</td><td>\u00a0</td><td>12393</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.wssadmin.prjadmin.resx.1040</td><td>prjadmin.it-it.resx</td><td>\u00a0</td><td>31491</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.wssadmin2.prjadmin.resx.1040</td><td>prjadmin.it-it.resx</td><td>\u00a0</td><td>31491</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.lcid.resx.1040</td><td>pwa.it-it.resx</td><td>\u00a0</td><td>830501</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.resources.pwafeatures.resx.1040</td><td>pwafeatures.it-it.resx</td><td>\u00a0</td><td>146674</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pws.resources.pws.resx.1040</td><td>pws.it-it.resx</td><td>\u00a0</td><td>34005</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.templatexml.webtemppwa.xml.1040</td><td>webtemppwa.xml</td><td>\u00a0</td><td>1106</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>project.actions4.1040</td><td>project.actions4</td><td>\u00a0</td><td>5716</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.administration.intl.resources.dll.1041</td><td>microsoft.office.project.server.administration.intl.resources.dll</td><td>15.0.4508.1000</td><td>443056</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.stsadmcommandhandler.intl.resources.dll.1041</td><td>microsoft.office.project.server.stsadmcommandhandler.intl.resources.dll</td><td>15.0.4567.1000</td><td>71872</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>microsoft.office.project.server.workflow.intl.resources.dll.1041</td><td>microsoft.office.project.server.workflow.intl.resources.dll</td><td>15.0.4442.1000</td><td>38024</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>deliverables.xlsx.1041</td><td>deliverables.xlsx</td><td>\u00a0</td><td>12101</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>issuesandrisks.xlsx.1041</td><td>issuesandrisks.xlsx</td><td>\u00a0</td><td>17082</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>milestonesduethismonth.xlsx.1041</td><td>milestonesduethismonth.xlsx</td><td>\u00a0</td><td>18967</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectslist.xlsx.1041</td><td>projectslist.xlsx</td><td>\u00a0</td><td>12143</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>rejectedprojectslist.xlsx.1041</td><td>rejectedprojectslist.xlsx</td><td>\u00a0</td><td>12041</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>resourcecapacity.xlsx.1041</td><td>resourcecapacity.xlsx</td><td>\u00a0</td><td>15972</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>timesheetactuals.xlsx.1041</td><td>timesheetactuals.xlsx</td><td>\u00a0</td><td>24854</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>topprojects.xlsx.1041</td><td>topprojects.xlsx</td><td>\u00a0</td><td>13407</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>workflowchart.xlsx.1041</td><td>workflowchart.xlsx</td><td>\u00a0</td><td>13876</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>workflowdrilldown.xlsx.1041</td><td>workflowdrilldown.xlsx</td><td>\u00a0</td><td>12596</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.wssadmin.prjadmin.resx.1041</td><td>prjadmin.ja-jp.resx</td><td>\u00a0</td><td>33461</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.wssadmin2.prjadmin.resx.1041</td><td>prjadmin.ja-jp.resx</td><td>\u00a0</td><td>33461</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.lcid.resx.1041</td><td>pwa.ja-jp.resx</td><td>\u00a0</td><td>885722</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.resources.pwafeatures.resx.1041</td><td>pwafeatures.ja-jp.resx</td><td>\u00a0</td><td>153764</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pws.resources.pws.resx.1041</td><td>pws.ja-jp.resx</td><td>\u00a0</td><td>36693</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.templatexml.webtemppwa.xml.1041</td><td>webtemppwa.xml</td><td>\u00a0</td><td>1171</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>project.actions4.1041</td><td>project.actions4</td><td>\u00a0</td><td>6053</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.administration.intl.resources.dll.1042</td><td>microsoft.office.project.server.administration.intl.resources.dll</td><td>15.0.4508.1000</td><td>398000</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.stsadmcommandhandler.intl.resources.dll.1042</td><td>microsoft.office.project.server.stsadmcommandhandler.intl.resources.dll</td><td>15.0.4567.1000</td><td>66752</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>microsoft.office.project.server.workflow.intl.resources.dll.1042</td><td>microsoft.office.project.server.workflow.intl.resources.dll</td><td>15.0.4442.1000</td><td>34952</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>deliverables.xlsx.1042</td><td>deliverables.xlsx</td><td>\u00a0</td><td>12070</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>issuesandrisks.xlsx.1042</td><td>issuesandrisks.xlsx</td><td>\u00a0</td><td>16872</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>milestonesduethismonth.xlsx.1042</td><td>milestonesduethismonth.xlsx</td><td>\u00a0</td><td>18798</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectslist.xlsx.1042</td><td>projectslist.xlsx</td><td>\u00a0</td><td>12093</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>rejectedprojectslist.xlsx.1042</td><td>rejectedprojectslist.xlsx</td><td>\u00a0</td><td>12023</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>resourcecapacity.xlsx.1042</td><td>resourcecapacity.xlsx</td><td>\u00a0</td><td>15891</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>timesheetactuals.xlsx.1042</td><td>timesheetactuals.xlsx</td><td>\u00a0</td><td>24802</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>topprojects.xlsx.1042</td><td>topprojects.xlsx</td><td>\u00a0</td><td>13376</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>workflowchart.xlsx.1042</td><td>workflowchart.xlsx</td><td>\u00a0</td><td>13807</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>workflowdrilldown.xlsx.1042</td><td>workflowdrilldown.xlsx</td><td>\u00a0</td><td>12559</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.wssadmin.prjadmin.resx.1042</td><td>prjadmin.ko-kr.resx</td><td>\u00a0</td><td>32096</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.wssadmin2.prjadmin.resx.1042</td><td>prjadmin.ko-kr.resx</td><td>\u00a0</td><td>32096</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.lcid.resx.1042</td><td>pwa.ko-kr.resx</td><td>\u00a0</td><td>834973</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.resources.pwafeatures.resx.1042</td><td>pwafeatures.ko-kr.resx</td><td>\u00a0</td><td>146496</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pws.resources.pws.resx.1042</td><td>pws.ko-kr.resx</td><td>\u00a0</td><td>34167</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.templatexml.webtemppwa.xml.1042</td><td>webtemppwa.xml</td><td>\u00a0</td><td>1126</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>project.actions4.1042</td><td>project.actions4</td><td>\u00a0</td><td>5732</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.administration.intl.resources.dll.1044</td><td>microsoft.office.project.server.administration.intl.resources.dll</td><td>15.0.4508.1000</td><td>400560</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.stsadmcommandhandler.intl.resources.dll.1044</td><td>microsoft.office.project.server.stsadmcommandhandler.intl.resources.dll</td><td>15.0.4569.1000</td><td>63168</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>issuesandrisks.xlsx.1044</td><td>issuesandrisks.xlsx</td><td>\u00a0</td><td>16633</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.lcid.resx.1044</td><td>pwa.nb-no.resx</td><td>\u00a0</td><td>791989</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.resources.pwafeatures.resx.1044</td><td>pwafeatures.nb-no.resx</td><td>\u00a0</td><td>141529</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pws.resources.pws.resx.1044</td><td>pws.nb-no.resx</td><td>\u00a0</td><td>32802</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.administration.intl.resources.dll.1043</td><td>microsoft.office.project.server.administration.intl.resources.dll</td><td>15.0.4508.1000</td><td>395952</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.stsadmcommandhandler.intl.resources.dll.1043</td><td>microsoft.office.project.server.stsadmcommandhandler.intl.resources.dll</td><td>15.0.4569.1000</td><td>65728</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>microsoft.office.project.server.workflow.intl.resources.dll.1043</td><td>microsoft.office.project.server.workflow.intl.resources.dll</td><td>15.0.4442.1000</td><td>34968</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>deliverables.xlsx.1043</td><td>deliverables.xlsx</td><td>\u00a0</td><td>11960</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>issuesandrisks.xlsx.1043</td><td>issuesandrisks.xlsx</td><td>\u00a0</td><td>16608</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>milestonesduethismonth.xlsx.1043</td><td>milestonesduethismonth.xlsx</td><td>\u00a0</td><td>18816</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectslist.xlsx.1043</td><td>projectslist.xlsx</td><td>\u00a0</td><td>11999</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>rejectedprojectslist.xlsx.1043</td><td>rejectedprojectslist.xlsx</td><td>\u00a0</td><td>11881</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>resourcecapacity.xlsx.1043</td><td>resourcecapacity.xlsx</td><td>\u00a0</td><td>15746</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>timesheetactuals.xlsx.1043</td><td>timesheetactuals.xlsx</td><td>\u00a0</td><td>24692</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>topprojects.xlsx.1043</td><td>topprojects.xlsx</td><td>\u00a0</td><td>13288</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>workflowchart.xlsx.1043</td><td>workflowchart.xlsx</td><td>\u00a0</td><td>13685</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>workflowdrilldown.xlsx.1043</td><td>workflowdrilldown.xlsx</td><td>\u00a0</td><td>12393</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.wssadmin.prjadmin.resx.1043</td><td>prjadmin.nl-nl.resx</td><td>\u00a0</td><td>30959</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.wssadmin2.prjadmin.resx.1043</td><td>prjadmin.nl-nl.resx</td><td>\u00a0</td><td>30959</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.lcid.resx.1043</td><td>pwa.nl-nl.resx</td><td>\u00a0</td><td>820357</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.resources.pwafeatures.resx.1043</td><td>pwafeatures.nl-nl.resx</td><td>\u00a0</td><td>147117</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pws.resources.pws.resx.1043</td><td>pws.nl-nl.resx</td><td>\u00a0</td><td>33802</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.templatexml.webtemppwa.xml.1043</td><td>webtemppwa.xml</td><td>\u00a0</td><td>1083</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>project.actions4.1043</td><td>project.actions4</td><td>\u00a0</td><td>5682</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.administration.intl.resources.dll.1045</td><td>microsoft.office.project.server.administration.intl.resources.dll</td><td>15.0.4508.1000</td><td>421552</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.stsadmcommandhandler.intl.resources.dll.1045</td><td>microsoft.office.project.server.stsadmcommandhandler.intl.resources.dll</td><td>15.0.4569.1000</td><td>67776</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.wssadmin.prjadmin.resx.1045</td><td>prjadmin.pl-pl.resx</td><td>\u00a0</td><td>32433</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.wssadmin2.prjadmin.resx.1045</td><td>prjadmin.pl-pl.resx</td><td>\u00a0</td><td>32433</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.lcid.resx.1045</td><td>pwa.pl-pl.resx</td><td>\u00a0</td><td>833480</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.resources.pwafeatures.resx.1045</td><td>pwafeatures.pl-pl.resx</td><td>\u00a0</td><td>147824</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.administration.intl.resources.dll.1046</td><td>microsoft.office.project.server.administration.intl.resources.dll</td><td>15.0.4553.1000</td><td>406208</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.stsadmcommandhandler.intl.resources.dll.1046</td><td>microsoft.office.project.server.stsadmcommandhandler.intl.resources.dll</td><td>15.0.4567.1000</td><td>65728</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>microsoft.office.project.server.workflow.intl.resources.dll.1046</td><td>microsoft.office.project.server.workflow.intl.resources.dll</td><td>15.0.4442.1000</td><td>34456</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>deliverables.xlsx.1046</td><td>deliverables.xlsx</td><td>\u00a0</td><td>12013</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>issuesandrisks.xlsx.1046</td><td>issuesandrisks.xlsx</td><td>\u00a0</td><td>16710</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>milestonesduethismonth.xlsx.1046</td><td>milestonesduethismonth.xlsx</td><td>\u00a0</td><td>19129</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectslist.xlsx.1046</td><td>projectslist.xlsx</td><td>\u00a0</td><td>12020</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>rejectedprojectslist.xlsx.1046</td><td>rejectedprojectslist.xlsx</td><td>\u00a0</td><td>11923</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>resourcecapacity.xlsx.1046</td><td>resourcecapacity.xlsx</td><td>\u00a0</td><td>15754</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>timesheetactuals.xlsx.1046</td><td>timesheetactuals.xlsx</td><td>\u00a0</td><td>24737</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>topprojects.xlsx.1046</td><td>topprojects.xlsx</td><td>\u00a0</td><td>13297</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>workflowchart.xlsx.1046</td><td>workflowchart.xlsx</td><td>\u00a0</td><td>13709</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>workflowdrilldown.xlsx.1046</td><td>workflowdrilldown.xlsx</td><td>\u00a0</td><td>12436</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.wssadmin.prjadmin.resx.1046</td><td>prjadmin.pt-br.resx</td><td>\u00a0</td><td>31730</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.wssadmin2.prjadmin.resx.1046</td><td>prjadmin.pt-br.resx</td><td>\u00a0</td><td>31730</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.lcid.resx.1046</td><td>pwa.pt-br.resx</td><td>\u00a0</td><td>825666</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.resources.pwafeatures.resx.1046</td><td>pwafeatures.pt-br.resx</td><td>\u00a0</td><td>145370</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pws.resources.pws.resx.1046</td><td>pws.pt-br.resx</td><td>\u00a0</td><td>33765</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.templatexml.webtemppwa.xml.1046</td><td>webtemppwa.xml</td><td>\u00a0</td><td>1098</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>project.actions4.1046</td><td>project.actions4</td><td>\u00a0</td><td>5654</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.administration.intl.resources.dll.2070</td><td>microsoft.office.project.server.administration.intl.resources.dll</td><td>15.0.4508.1000</td><td>406192</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.stsadmcommandhandler.intl.resources.dll.2070</td><td>microsoft.office.project.server.stsadmcommandhandler.intl.resources.dll</td><td>15.0.4569.1000</td><td>66240</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>microsoft.office.project.server.workflow.intl.resources.dll.2070</td><td>microsoft.office.project.server.workflow.intl.resources.dll</td><td>15.0.4442.1000</td><td>34456</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>deliverables.xlsx.2070</td><td>deliverables.xlsx</td><td>\u00a0</td><td>12032</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>issuesandrisks.xlsx.2070</td><td>issuesandrisks.xlsx</td><td>\u00a0</td><td>16651</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>milestonesduethismonth.xlsx.2070</td><td>milestonesduethismonth.xlsx</td><td>\u00a0</td><td>18932</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectslist.xlsx.2070</td><td>projectslist.xlsx</td><td>\u00a0</td><td>12007</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>rejectedprojectslist.xlsx.2070</td><td>rejectedprojectslist.xlsx</td><td>\u00a0</td><td>11895</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>timesheetactuals.xlsx.2070</td><td>timesheetactuals.xlsx</td><td>\u00a0</td><td>24713</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>topprojects.xlsx.2070</td><td>topprojects.xlsx</td><td>\u00a0</td><td>13289</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>workflowchart.xlsx.2070</td><td>workflowchart.xlsx</td><td>\u00a0</td><td>13683</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>workflowdrilldown.xlsx.2070</td><td>workflowdrilldown.xlsx</td><td>\u00a0</td><td>12409</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.wssadmin.prjadmin.resx.2070</td><td>prjadmin.pt-pt.resx</td><td>\u00a0</td><td>31715</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.wssadmin2.prjadmin.resx.2070</td><td>prjadmin.pt-pt.resx</td><td>\u00a0</td><td>31715</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.lcid.resx.2070</td><td>pwa.pt-pt.resx</td><td>\u00a0</td><td>828163</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.resources.pwafeatures.resx.2070</td><td>pwafeatures.pt-pt.resx</td><td>\u00a0</td><td>145144</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pws.resources.pws.resx.2070</td><td>pws.pt-pt.resx</td><td>\u00a0</td><td>33965</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.templatexml.webtemppwa.xml.2070</td><td>webtemppwa.xml</td><td>\u00a0</td><td>1096</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>project.actions4.2070</td><td>project.actions4</td><td>\u00a0</td><td>5666</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.administration.intl.resources.dll.1048</td><td>microsoft.office.project.server.administration.intl.resources.dll</td><td>15.0.4508.1000</td><td>404144</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.stsadmcommandhandler.intl.resources.dll.1048</td><td>microsoft.office.project.server.stsadmcommandhandler.intl.resources.dll</td><td>15.0.4569.1000</td><td>66240</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>microsoft.office.project.server.workflow.intl.resources.dll.1048</td><td>microsoft.office.project.server.workflow.intl.resources.dll</td><td>15.0.4445.1000</td><td>34392</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>deliverables.xlsx.1048</td><td>deliverables.xlsx</td><td>\u00a0</td><td>12048</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>issuesandrisks.xlsx.1048</td><td>issuesandrisks.xlsx</td><td>\u00a0</td><td>16702</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>resourcecapacity.xlsx.1048</td><td>resourcecapacity.xlsx</td><td>\u00a0</td><td>15755</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>timesheetactuals.xlsx.1048</td><td>timesheetactuals.xlsx</td><td>\u00a0</td><td>24718</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.wssadmin.prjadmin.resx.1048</td><td>prjadmin.ro-ro.resx</td><td>\u00a0</td><td>31653</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.wssadmin2.prjadmin.resx.1048</td><td>prjadmin.ro-ro.resx</td><td>\u00a0</td><td>31653</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.lcid.resx.1048</td><td>pwa.ro-ro.resx</td><td>\u00a0</td><td>827805</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.resources.pwafeatures.resx.1048</td><td>pwafeatures.ro-ro.resx</td><td>\u00a0</td><td>145495</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pws.resources.pws.resx.1048</td><td>pws.ro-ro.resx</td><td>\u00a0</td><td>34004</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.administration.intl.resources.dll.1049</td><td>microsoft.office.project.server.administration.intl.resources.dll</td><td>15.0.4709.1000</td><td>483008</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.stsadmcommandhandler.intl.resources.dll.1049</td><td>microsoft.office.project.server.stsadmcommandhandler.intl.resources.dll</td><td>15.0.4569.1000</td><td>82112</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>microsoft.office.project.server.workflow.intl.resources.dll.1049</td><td>microsoft.office.project.server.workflow.intl.resources.dll</td><td>15.0.4442.1000</td><td>44168</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>deliverables.xlsx.1049</td><td>deliverables.xlsx</td><td>\u00a0</td><td>12245</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>issuesandrisks.xlsx.1049</td><td>issuesandrisks.xlsx</td><td>\u00a0</td><td>17251</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>milestonesduethismonth.xlsx.1049</td><td>milestonesduethismonth.xlsx</td><td>\u00a0</td><td>19855</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectslist.xlsx.1049</td><td>projectslist.xlsx</td><td>\u00a0</td><td>12220</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>rejectedprojectslist.xlsx.1049</td><td>rejectedprojectslist.xlsx</td><td>\u00a0</td><td>12142</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>resourcecapacity.xlsx.1049</td><td>resourcecapacity.xlsx</td><td>\u00a0</td><td>15988</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>timesheetactuals.xlsx.1049</td><td>timesheetactuals.xlsx</td><td>\u00a0</td><td>24964</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>topprojects.xlsx.1049</td><td>topprojects.xlsx</td><td>\u00a0</td><td>13526</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>workflowchart.xlsx.1049</td><td>workflowchart.xlsx</td><td>\u00a0</td><td>13951</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>workflowdrilldown.xlsx.1049</td><td>workflowdrilldown.xlsx</td><td>\u00a0</td><td>12723</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.wssadmin.prjadmin.resx.1049</td><td>prjadmin.ru-ru.resx</td><td>\u00a0</td><td>37328</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.wssadmin2.prjadmin.resx.1049</td><td>prjadmin.ru-ru.resx</td><td>\u00a0</td><td>37328</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.lcid.resx.1049</td><td>pwa.ru-ru.resx</td><td>\u00a0</td><td>1018260</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.resources.pwafeatures.resx.1049</td><td>pwafeatures.ru-ru.resx</td><td>\u00a0</td><td>170852</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pws.resources.pws.resx.1049</td><td>pws.ru-ru.resx</td><td>\u00a0</td><td>41514</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.templatexml.webtemppwa.xml.1049</td><td>webtemppwa.xml</td><td>\u00a0</td><td>1270</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>project.actions4.1049</td><td>project.actions4</td><td>\u00a0</td><td>6446</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.administration.intl.resources.dll.1051</td><td>microsoft.office.project.server.administration.intl.resources.dll</td><td>15.0.4508.1000</td><td>407216</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.stsadmcommandhandler.intl.resources.dll.1051</td><td>microsoft.office.project.server.stsadmcommandhandler.intl.resources.dll</td><td>15.0.4569.1000</td><td>66240</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>issuesandrisks.xlsx.1051</td><td>issuesandrisks.xlsx</td><td>\u00a0</td><td>16836</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>milestonesduethismonth.xlsx.1051</td><td>milestonesduethismonth.xlsx</td><td>\u00a0</td><td>19452</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>resourcecapacity.xlsx.1051</td><td>resourcecapacity.xlsx</td><td>\u00a0</td><td>15797</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>timesheetactuals.xlsx.1051</td><td>timesheetactuals.xlsx</td><td>\u00a0</td><td>24800</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>topprojects.xlsx.1051</td><td>topprojects.xlsx</td><td>\u00a0</td><td>13369</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.wssadmin.prjadmin.resx.1051</td><td>prjadmin.sk-sk.resx</td><td>\u00a0</td><td>32201</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.wssadmin2.prjadmin.resx.1051</td><td>prjadmin.sk-sk.resx</td><td>\u00a0</td><td>32201</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.lcid.resx.1051</td><td>pwa.sk-sk.resx</td><td>\u00a0</td><td>819678</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.resources.pwafeatures.resx.1051</td><td>pwafeatures.sk-sk.resx</td><td>\u00a0</td><td>144335</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pws.resources.pws.resx.1051</td><td>pws.sk-sk.resx</td><td>\u00a0</td><td>34180</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>project.actions4.1051</td><td>project.actions4</td><td>\u00a0</td><td>5747</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.administration.intl.resources.dll.1060</td><td>microsoft.office.project.server.administration.intl.resources.dll</td><td>15.0.4508.1000</td><td>403632</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.stsadmcommandhandler.intl.resources.dll.1060</td><td>microsoft.office.project.server.stsadmcommandhandler.intl.resources.dll</td><td>15.0.4569.1000</td><td>65728</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.wssadmin.prjadmin.resx.1060</td><td>prjadmin.sl-si.resx</td><td>\u00a0</td><td>31883</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.wssadmin2.prjadmin.resx.1060</td><td>prjadmin.sl-si.resx</td><td>\u00a0</td><td>31883</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.lcid.resx.1060</td><td>pwa.sl-si.resx</td><td>\u00a0</td><td>803287</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.resources.pwafeatures.resx.1060</td><td>pwafeatures.sl-si.resx</td><td>\u00a0</td><td>141815</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pws.resources.pws.resx.1060</td><td>pws.sl-si.resx</td><td>\u00a0</td><td>33533</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>project.actions4.1060</td><td>project.actions4</td><td>\u00a0</td><td>5637</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.administration.intl.resources.dll.1053</td><td>microsoft.office.project.server.administration.intl.resources.dll</td><td>15.0.4508.1000</td><td>398528</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.stsadmcommandhandler.intl.resources.dll.1053</td><td>microsoft.office.project.server.stsadmcommandhandler.intl.resources.dll</td><td>15.0.4569.1000</td><td>64192</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>milestonesduethismonth.xlsx.1053</td><td>milestonesduethismonth.xlsx</td><td>\u00a0</td><td>18635</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.wssadmin.prjadmin.resx.1053</td><td>prjadmin.sv-se.resx</td><td>\u00a0</td><td>30809</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.wssadmin2.prjadmin.resx.1053</td><td>prjadmin.sv-se.resx</td><td>\u00a0</td><td>30809</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.lcid.resx.1053</td><td>pwa.sv-se.resx</td><td>\u00a0</td><td>804649</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.resources.pwafeatures.resx.1053</td><td>pwafeatures.sv-se.resx</td><td>\u00a0</td><td>142746</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.administration.intl.resources.dll.1055</td><td>microsoft.office.project.server.administration.intl.resources.dll</td><td>15.0.4508.1000</td><td>389808</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.stsadmcommandhandler.intl.resources.dll.1055</td><td>microsoft.office.project.server.stsadmcommandhandler.intl.resources.dll</td><td>15.0.4569.1000</td><td>64192</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>microsoft.office.project.server.workflow.intl.resources.dll.1055</td><td>microsoft.office.project.server.workflow.intl.resources.dll</td><td>15.0.4442.1000</td><td>33944</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>milestonesduethismonth.xlsx.1055</td><td>milestonesduethismonth.xlsx</td><td>\u00a0</td><td>18621</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.wssadmin.prjadmin.resx.1055</td><td>prjadmin.tr-tr.resx</td><td>\u00a0</td><td>30801</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.wssadmin2.prjadmin.resx.1055</td><td>prjadmin.tr-tr.resx</td><td>\u00a0</td><td>30801</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.lcid.resx.1055</td><td>pwa.tr-tr.resx</td><td>\u00a0</td><td>806190</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.resources.pwafeatures.resx.1055</td><td>pwafeatures.tr-tr.resx</td><td>\u00a0</td><td>144241</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pws.resources.pws.resx.1055</td><td>pws.tr-tr.resx</td><td>\u00a0</td><td>33222</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.templatexml.webtemppwa.xml.1055</td><td>webtemppwa.xml</td><td>\u00a0</td><td>1105</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>project.actions4.1055</td><td>project.actions4</td><td>\u00a0</td><td>5538</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.administration.intl.resources.dll.1058</td><td>microsoft.office.project.server.administration.intl.resources.dll</td><td>15.0.4508.1000</td><td>487600</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.stsadmcommandhandler.intl.resources.dll.1058</td><td>microsoft.office.project.server.stsadmcommandhandler.intl.resources.dll</td><td>15.0.4569.1000</td><td>80576</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.wssadmin.prjadmin.resx.1058</td><td>prjadmin.uk-ua.resx</td><td>\u00a0</td><td>38267</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.wssadmin2.prjadmin.resx.1058</td><td>prjadmin.uk-ua.resx</td><td>\u00a0</td><td>38267</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.lcid.resx.1058</td><td>pwa.uk-ua.resx</td><td>\u00a0</td><td>1001528</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.resources.pwafeatures.resx.1058</td><td>pwafeatures.uk-ua.resx</td><td>\u00a0</td><td>170244</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pws.resources.pws.resx.1058</td><td>pws.uk-ua.resx</td><td>\u00a0</td><td>41562</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>project.actions4.1058</td><td>project.actions4</td><td>\u00a0</td><td>6736</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.administration.intl.resources.dll.2052</td><td>microsoft.office.project.server.administration.intl.resources.dll</td><td>15.0.4553.1000</td><td>379584</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.stsadmcommandhandler.intl.resources.dll.2052</td><td>microsoft.office.project.server.stsadmcommandhandler.intl.resources.dll</td><td>15.0.4567.1000</td><td>59584</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>microsoft.office.project.server.workflow.intl.resources.dll.2052</td><td>microsoft.office.project.server.workflow.intl.resources.dll</td><td>15.0.4442.1000</td><td>31368</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>deliverables.xlsx.2052</td><td>deliverables.xlsx</td><td>\u00a0</td><td>12106</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>issuesandrisks.xlsx.2052</td><td>issuesandrisks.xlsx</td><td>\u00a0</td><td>16864</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>milestonesduethismonth.xlsx.2052</td><td>milestonesduethismonth.xlsx</td><td>\u00a0</td><td>18722</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectslist.xlsx.2052</td><td>projectslist.xlsx</td><td>\u00a0</td><td>12069</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>rejectedprojectslist.xlsx.2052</td><td>rejectedprojectslist.xlsx</td><td>\u00a0</td><td>12011</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>resourcecapacity.xlsx.2052</td><td>resourcecapacity.xlsx</td><td>\u00a0</td><td>15859</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>timesheetactuals.xlsx.2052</td><td>timesheetactuals.xlsx</td><td>\u00a0</td><td>24765</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>topprojects.xlsx.2052</td><td>topprojects.xlsx</td><td>\u00a0</td><td>13356</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>workflowchart.xlsx.2052</td><td>workflowchart.xlsx</td><td>\u00a0</td><td>13796</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>workflowdrilldown.xlsx.2052</td><td>workflowdrilldown.xlsx</td><td>\u00a0</td><td>12516</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.wssadmin.prjadmin.resx.2052</td><td>prjadmin.zh-cn.resx</td><td>\u00a0</td><td>29360</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.wssadmin2.prjadmin.resx.2052</td><td>prjadmin.zh-cn.resx</td><td>\u00a0</td><td>29360</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.lcid.resx.2052</td><td>pwa.zh-cn.resx</td><td>\u00a0</td><td>752334</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.resources.pwafeatures.resx.2052</td><td>pwafeatures.zh-cn.resx</td><td>\u00a0</td><td>136161</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pws.resources.pws.resx.2052</td><td>pws.zh-cn.resx</td><td>\u00a0</td><td>31085</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.templatexml.webtemppwa.xml.2052</td><td>webtemppwa.xml</td><td>\u00a0</td><td>1064</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>project.actions4.2052</td><td>project.actions4</td><td>\u00a0</td><td>5386</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.administration.intl.resources.dll.1028</td><td>microsoft.office.project.server.administration.intl.resources.dll</td><td>15.0.4508.1000</td><td>379056</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.stsadmcommandhandler.intl.resources.dll.1028</td><td>microsoft.office.project.server.stsadmcommandhandler.intl.resources.dll</td><td>15.0.4567.1000</td><td>59584</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>microsoft.office.project.server.workflow.intl.resources.dll.1028</td><td>microsoft.office.project.server.workflow.intl.resources.dll</td><td>15.0.4442.1000</td><td>31368</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>deliverables.xlsx.1028</td><td>deliverables.xlsx</td><td>\u00a0</td><td>12125</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>issuesandrisks.xlsx.1028</td><td>issuesandrisks.xlsx</td><td>\u00a0</td><td>16898</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>milestonesduethismonth.xlsx.1028</td><td>milestonesduethismonth.xlsx</td><td>\u00a0</td><td>18783</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectslist.xlsx.1028</td><td>projectslist.xlsx</td><td>\u00a0</td><td>12118</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>rejectedprojectslist.xlsx.1028</td><td>rejectedprojectslist.xlsx</td><td>\u00a0</td><td>12011</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>resourcecapacity.xlsx.1028</td><td>resourcecapacity.xlsx</td><td>\u00a0</td><td>15856</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>timesheetactuals.xlsx.1028</td><td>timesheetactuals.xlsx</td><td>\u00a0</td><td>24800</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>topprojects.xlsx.1028</td><td>topprojects.xlsx</td><td>\u00a0</td><td>13420</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>workflowchart.xlsx.1028</td><td>workflowchart.xlsx</td><td>\u00a0</td><td>13852</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>workflowdrilldown.xlsx.1028</td><td>workflowdrilldown.xlsx</td><td>\u00a0</td><td>12525</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.wssadmin.prjadmin.resx.1028</td><td>prjadmin.zh-tw.resx</td><td>\u00a0</td><td>29448</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.wssadmin2.prjadmin.resx.1028</td><td>prjadmin.zh-tw.resx</td><td>\u00a0</td><td>29448</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.lcid.resx.1028</td><td>pwa.zh-tw.resx</td><td>\u00a0</td><td>756518</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.resources.pwafeatures.resx.1028</td><td>pwafeatures.zh-tw.resx</td><td>\u00a0</td><td>136620</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pws.resources.pws.resx.1028</td><td>pws.zh-tw.resx</td><td>\u00a0</td><td>31211</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.templatexml.webtemppwa.xml.1028</td><td>webtemppwa.xml</td><td>\u00a0</td><td>1055</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>project.actions4.1028</td><td>project.actions4</td><td>\u00a0</td><td>5370</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjmsg.dll_1025</td><td>microsoft.office.project.server.msg.dll</td><td>15.0.4911.1000</td><td>165600</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjmsgp.dll_1025</td><td>microsoft.office.project.server.perfmonmsg.dll</td><td>15.0.4442.1000</td><td>22160</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>microsoft.office.project.shared.intl.loc.dll.1025</td><td>microsoft.office.project.shared.intl.resources.dll</td><td>15.0.4911.1000</td><td>413432</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjmsg.dll_1029</td><td>microsoft.office.project.server.msg.dll</td><td>15.0.4514.1000</td><td>173240</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>microsoft.office.project.shared.intl.loc.dll.1029</td><td>microsoft.office.project.shared.intl.resources.dll</td><td>15.0.4454.1000</td><td>371800</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjmsg.dll_1030</td><td>microsoft.office.project.server.msg.dll</td><td>15.0.4514.1000</td><td>169656</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>microsoft.office.project.shared.intl.loc.dll.1030</td><td>microsoft.office.project.shared.intl.resources.dll</td><td>15.0.4442.1000</td><td>359560</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjmsg.dll_1031</td><td>microsoft.office.project.server.msg.dll</td><td>15.0.4514.1000</td><td>191672</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjmsgp.dll_1031</td><td>microsoft.office.project.server.perfmonmsg.dll</td><td>15.0.4442.1000</td><td>24192</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>microsoft.office.project.shared.intl.loc.dll.1031</td><td>microsoft.office.project.shared.intl.resources.dll</td><td>15.0.4442.1000</td><td>365720</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjmsg.dll_1032</td><td>microsoft.office.project.server.msg.dll</td><td>15.0.4514.1000</td><td>189624</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>microsoft.office.project.shared.intl.loc.dll.1032</td><td>microsoft.office.project.shared.intl.resources.dll</td><td>15.0.4442.1000</td><td>491656</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjmsg.dll_3082</td><td>microsoft.office.project.server.msg.dll</td><td>15.0.4514.1000</td><td>189624</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjmsgp.dll_3082</td><td>microsoft.office.project.server.perfmonmsg.dll</td><td>15.0.4442.1000</td><td>24704</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>microsoft.office.project.shared.intl.loc.dll.3082</td><td>microsoft.office.project.shared.intl.resources.dll</td><td>15.0.4442.1000</td><td>367256</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjmsg.dll_1035</td><td>microsoft.office.project.server.msg.dll</td><td>15.0.4514.1000</td><td>166584</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>microsoft.office.project.shared.intl.loc.dll.1035</td><td>microsoft.office.project.shared.intl.resources.dll</td><td>15.0.4442.1000</td><td>365704</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjmsg.dll_1036</td><td>microsoft.office.project.server.msg.dll</td><td>15.0.4514.1000</td><td>191160</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjmsgp.dll_1036</td><td>microsoft.office.project.server.perfmonmsg.dll</td><td>15.0.4442.1000</td><td>23696</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>microsoft.office.project.shared.intl.loc.dll.1036</td><td>microsoft.office.project.shared.intl.resources.dll</td><td>15.0.4569.1504</td><td>369856</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjmsg.dll_1037</td><td>microsoft.office.project.server.msg.dll</td><td>15.0.4514.1000</td><td>148664</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjmsgp.dll_1037</td><td>microsoft.office.project.server.perfmonmsg.dll</td><td>15.0.4442.1000</td><td>21120</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>microsoft.office.project.shared.intl.loc.dll.1037</td><td>microsoft.office.project.shared.intl.resources.dll</td><td>15.0.4561.1000</td><td>405696</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjmsg.dll_1038</td><td>microsoft.office.project.server.msg.dll</td><td>15.0.4514.1000</td><td>181432</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>microsoft.office.project.shared.intl.loc.dll.1038</td><td>microsoft.office.project.shared.intl.resources.dll</td><td>15.0.4454.1000</td><td>370792</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjmsg.dll_1040</td><td>microsoft.office.project.server.msg.dll</td><td>15.0.4514.1000</td><td>187064</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjmsgp.dll_1040</td><td>microsoft.office.project.server.perfmonmsg.dll</td><td>15.0.4442.1000</td><td>22672</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>microsoft.office.project.shared.intl.loc.dll.1040</td><td>microsoft.office.project.shared.intl.resources.dll</td><td>15.0.4442.1000</td><td>362648</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjmsg.dll_1041</td><td>microsoft.office.project.server.msg.dll</td><td>15.0.4514.1000</td><td>119480</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjmsgp.dll_1041</td><td>microsoft.office.project.server.perfmonmsg.dll</td><td>15.0.4442.1000</td><td>19072</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>microsoft.office.project.shared.intl.loc.dll.1041</td><td>microsoft.office.project.shared.intl.resources.dll</td><td>15.0.4442.1000</td><td>397960</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjmsg.dll_1042</td><td>microsoft.office.project.server.msg.dll</td><td>15.0.4514.1000</td><td>118968</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjmsgp.dll_1042</td><td>microsoft.office.project.server.perfmonmsg.dll</td><td>15.0.4442.1000</td><td>19600</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>microsoft.office.project.shared.intl.loc.dll.1042</td><td>microsoft.office.project.shared.intl.resources.dll</td><td>15.0.4442.1000</td><td>367240</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjmsg.dll_1044</td><td>microsoft.office.project.server.msg.dll</td><td>15.0.4514.1000</td><td>165048</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>microsoft.office.project.shared.intl.loc.dll.1044</td><td>microsoft.office.project.shared.intl.resources.dll</td><td>15.0.4442.1000</td><td>353416</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjmsg.dll_1043</td><td>microsoft.office.project.server.msg.dll</td><td>15.0.4514.1000</td><td>177848</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjmsgp.dll_1043</td><td>microsoft.office.project.server.perfmonmsg.dll</td><td>15.0.4442.1000</td><td>23696</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>microsoft.office.project.shared.intl.loc.dll.1043</td><td>microsoft.office.project.shared.intl.resources.dll</td><td>15.0.4442.1000</td><td>357512</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjmsg.dll_1045</td><td>microsoft.office.project.server.msg.dll</td><td>15.0.4514.1000</td><td>194232</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>microsoft.office.project.shared.intl.loc.dll.1045</td><td>microsoft.office.project.shared.intl.resources.dll</td><td>15.0.4442.1000</td><td>374920</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjmsg.dll_1046</td><td>microsoft.office.project.server.msg.dll</td><td>15.0.4514.1000</td><td>177336</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjmsgp.dll_1046</td><td>microsoft.office.project.server.perfmonmsg.dll</td><td>15.0.4442.1000</td><td>22656</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>microsoft.office.project.shared.intl.loc.dll.1046</td><td>microsoft.office.project.shared.intl.resources.dll</td><td>15.0.4442.1000</td><td>365704</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjmsg.dll_2070</td><td>microsoft.office.project.server.msg.dll</td><td>15.0.4514.1000</td><td>178360</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>microsoft.office.project.shared.intl.loc.dll.2070</td><td>microsoft.office.project.shared.intl.resources.dll</td><td>15.0.4442.1000</td><td>364696</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjmsg.dll_1048</td><td>microsoft.office.project.server.msg.dll</td><td>15.0.4514.1000</td><td>182968</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>microsoft.office.project.shared.intl.loc.dll.1048</td><td>microsoft.office.project.shared.intl.resources.dll</td><td>15.0.4448.1000</td><td>361560</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjmsg.dll_1049</td><td>microsoft.office.project.server.msg.dll</td><td>15.0.4514.1000</td><td>176312</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjmsgp.dll_1049</td><td>microsoft.office.project.server.perfmonmsg.dll</td><td>15.0.4442.1000</td><td>22656</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>microsoft.office.project.shared.intl.loc.dll.1049</td><td>microsoft.office.project.shared.intl.resources.dll</td><td>15.0.4442.1000</td><td>466568</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjmsg.dll_1051</td><td>microsoft.office.project.server.msg.dll</td><td>15.0.4514.1000</td><td>175288</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>microsoft.office.project.shared.intl.loc.dll.1051</td><td>microsoft.office.project.shared.intl.resources.dll</td><td>15.0.4561.1000</td><td>372928</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjmsg.dll_1060</td><td>microsoft.office.project.server.msg.dll</td><td>15.0.4514.1000</td><td>177848</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>microsoft.office.project.shared.intl.loc.dll.1060</td><td>microsoft.office.project.shared.intl.resources.dll</td><td>15.0.4454.1000</td><td>356952</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjmsg.dll_1053</td><td>microsoft.office.project.server.msg.dll</td><td>15.0.4514.1000</td><td>167608</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>microsoft.office.project.shared.intl.loc.dll.1053</td><td>microsoft.office.project.shared.intl.resources.dll</td><td>15.0.4442.1000</td><td>356488</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjmsg.dll_1055</td><td>microsoft.office.project.server.msg.dll</td><td>15.0.4514.1000</td><td>160440</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>microsoft.office.project.shared.intl.loc.dll.1055</td><td>microsoft.office.project.shared.intl.resources.dll</td><td>15.0.4454.1000</td><td>354904</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjmsg.dll_1058</td><td>microsoft.office.project.server.msg.dll</td><td>15.0.4514.1000</td><td>173752</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>microsoft.office.project.shared.intl.loc.dll.1058</td><td>microsoft.office.project.shared.intl.resources.dll</td><td>15.0.4454.1000</td><td>460376</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjmsg.dll_2052</td><td>microsoft.office.project.server.msg.dll</td><td>15.0.4514.1000</td><td>100024</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjmsgp.dll_2052</td><td>microsoft.office.project.server.perfmonmsg.dll</td><td>15.0.4442.1000</td><td>19072</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>microsoft.office.project.shared.intl.loc.dll.2052</td><td>microsoft.office.project.shared.intl.resources.dll</td><td>15.0.4442.1000</td><td>334984</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjmsg.dll_1028</td><td>microsoft.office.project.server.msg.dll</td><td>15.0.4514.1000</td><td>101048</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjmsgp.dll_1028</td><td>microsoft.office.project.server.perfmonmsg.dll</td><td>15.0.4442.1000</td><td>19072</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>microsoft.office.project.shared.intl.loc.dll.1028</td><td>microsoft.office.project.shared.intl.resources.dll</td><td>15.0.4442.1000</td><td>336536</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.library.projectserverapishim.debug.js</td><td>projectserverapishim.generated.debug.js</td><td>\u00a0</td><td>165284</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.library.projectserverapishim.js</td><td>projectserverapishim.generated.js</td><td>\u00a0</td><td>87190</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.library.sharedapi.generated.debug.js</td><td>sharedapi.generated.debug.js</td><td>\u00a0</td><td>32944</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.library.pstimelineapishim.debug.js</td><td>pstimelineapishim.generated.debug.js</td><td>\u00a0</td><td>2255</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.library.pstimelinesharedapi.debug.js</td><td>pstimelinesharedapi.generated.debug.js</td><td>\u00a0</td><td>3287</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>conversion.office.saext.dll</td><td>saext.dll</td><td>15.0.4454.1000</td><td>303216</td><td>17-Oct-17</td><td>10:29</td></tr><tr><td>ppt.conversion.saext.dll</td><td>saext.dll</td><td>15.0.4454.1000</td><td>303216</td><td>17-Oct-17</td><td>10:29</td></tr><tr><td>ppt.edit.saext.dll</td><td>saext.dll</td><td>15.0.4454.1000</td><td>303216</td><td>17-Oct-17</td><td>10:29</td></tr><tr><td>saext.dll</td><td>saext.dll</td><td>15.0.4454.1000</td><td>303216</td><td>17-Oct-17</td><td>10:29</td></tr><tr><td>saext.dll_0001</td><td>saext.dll</td><td>15.0.4454.1000</td><td>303216</td><td>17-Oct-17</td><td>10:29</td></tr><tr><td>wac.office.saext.dll</td><td>saext.dll</td><td>15.0.4454.1000</td><td>303216</td><td>17-Oct-17</td><td>10:29</td></tr><tr><td>xlsrv.ecs.saext.dll</td><td>saext.dll</td><td>15.0.4454.1000</td><td>303216</td><td>17-Oct-17</td><td>10:29</td></tr><tr><td>conversion.office.exp_pdf_server.dll</td><td>exp_pdf_server.dll</td><td>15.0.4815.1000</td><td>150768</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>ppt.conversion.exp_pdf_server.dll</td><td>exp_pdf_server.dll</td><td>15.0.4815.1000</td><td>150768</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>ppt.edit.exp_pdf_server.dll</td><td>exp_pdf_server.dll</td><td>15.0.4815.1000</td><td>150768</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>wac.office.exp_pdf_server.dll</td><td>exp_pdf_server.dll</td><td>15.0.4815.1000</td><td>150768</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>conversion.office.exp_xps_server.dll</td><td>exp_xps_server.dll</td><td>15.0.4815.1000</td><td>86768</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>ppt.conversion.exp_xps_server.dll</td><td>exp_xps_server.dll</td><td>15.0.4815.1000</td><td>86768</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>ppt.edit.exp_xps_server.dll</td><td>exp_xps_server.dll</td><td>15.0.4815.1000</td><td>86768</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>wac.office.exp_xps_server.dll</td><td>exp_xps_server.dll</td><td>15.0.4815.1000</td><td>86768</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>conversion.office.msores.dll</td><td>msores.dll</td><td>15.0.4963.1000</td><td>135076608</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>msores.dll</td><td>msores.dll</td><td>15.0.4963.1000</td><td>135076608</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>ppt.conversion.msores.dll</td><td>msores.dll</td><td>15.0.4963.1000</td><td>135076608</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>ppt.edit.msores.dll</td><td>msores.dll</td><td>15.0.4963.1000</td><td>135076608</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>wac.office.msores.dll</td><td>msores.dll</td><td>15.0.4963.1000</td><td>135076608</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>conversion.office.msoserver.dll</td><td>msoserver.dll</td><td>15.0.4981.1000</td><td>25817320</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>ppt.conversion.msoserver.dll</td><td>msoserver.dll</td><td>15.0.4981.1000</td><td>25817320</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>ppt.edit.msoserver.dll</td><td>msoserver.dll</td><td>15.0.4981.1000</td><td>25817320</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>wac.office.msoserver.dll</td><td>msoserver.dll</td><td>15.0.4981.1000</td><td>25817320</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>conversion.proof.mshy2_bg.dll</td><td>mshy7bg.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>mshy2_en.dll_1026</td><td>mshy7bg.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>wac.conversion.proof.mshy2_bg.dll</td><td>mshy7bg.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>conversion.proof.mshy2_ct.dll</td><td>mshy7ct.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>mshy2_en.dll_1027</td><td>mshy7ct.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>mshy2_en.dll_2051</td><td>mshy7ct.dll</td><td>15.0.4763.1000</td><td>226920</td><td>\u00a0</td><td>\u00a0</td></tr><tr><td>wac.conversion.proof.mshy2_ct.dll</td><td>mshy7ct.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>conversion.proof.mshy2_cz.dll</td><td>mshy7cz.dll</td><td>15.0.4763.1000</td><td>225488</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>mshy2_en.dll_1029</td><td>mshy7cz.dll</td><td>15.0.4763.1000</td><td>225488</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>wac.conversion.proof.mshy2_cz.dll</td><td>mshy7cz.dll</td><td>15.0.4763.1000</td><td>225488</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>conversion.proof.mshy2_da.dll</td><td>mshy7da.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>mshy2_en.dll_1030</td><td>mshy7da.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>wac.conversion.proof.mshy2_da.dll</td><td>mshy7da.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>conversion.proof.mshy2_el.dll</td><td>mshy7el.dll</td><td>15.0.4763.1000</td><td>225488</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>mshy2_en.dll_1032</td><td>mshy7el.dll</td><td>15.0.4763.1000</td><td>225488</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>wac.conversion.proof.mshy2_el.dll</td><td>mshy7el.dll</td><td>15.0.4763.1000</td><td>225488</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>conversion.proof.mshy2_en.dll</td><td>mshy7en.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>mshy2_en.dll_1033</td><td>mshy7en.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>wac.conversion.proof.mshy2_en.dll</td><td>mshy7en.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>conversion.proof.mshy2_es.dll</td><td>mshy7es.dll</td><td>15.0.4763.1000</td><td>225488</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>mshy2_en.dll_3082</td><td>mshy7es.dll</td><td>15.0.4763.1000</td><td>225488</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>wac.conversion.proof.mshy2_es.dll</td><td>mshy7es.dll</td><td>15.0.4763.1000</td><td>225488</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>conversion.proof.mshy2_et.dll</td><td>mshy7et.dll</td><td>15.0.4763.1000</td><td>225488</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>mshy2_en.dll_1061</td><td>mshy7et.dll</td><td>15.0.4763.1000</td><td>225488</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>wac.conversion.proof.mshy2_et.dll</td><td>mshy7et.dll</td><td>15.0.4763.1000</td><td>225488</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>conversion.proof.mshy2_eu.dll</td><td>mshy7eu.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>mshy2_en.dll_1069</td><td>mshy7eu.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>wac.conversion.proof.mshy2_eu.dll</td><td>mshy7eu.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>conversion.proof.mshy2_fi.dll</td><td>mshy7fi.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>mshy2_en.dll_1035</td><td>mshy7fi.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>wac.conversion.proof.mshy2_fi.dll</td><td>mshy7fi.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>conversion.proof.mshy2_fr.dll</td><td>mshy7fr.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>mshy2_en.dll_1036</td><td>mshy7fr.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>wac.conversion.proof.mshy2_fr.dll</td><td>mshy7fr.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>conversion.proof.mshy2_ge.dll</td><td>mshy7ge.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>mshy2_en.dll_1031</td><td>mshy7ge.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>wac.conversion.proof.mshy2_ge.dll</td><td>mshy7ge.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>conversion.proof.mshy2_gl.dll</td><td>mshy7gl.dll</td><td>15.0.4763.1000</td><td>225488</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>mshy2_en.dll_1110</td><td>mshy7gl.dll</td><td>15.0.4763.1000</td><td>225488</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>wac.conversion.proof.mshy2_gl.dll</td><td>mshy7gl.dll</td><td>15.0.4763.1000</td><td>225488</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>conversion.proof.mshy2_cr.dll</td><td>mshy7hr.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>mshy2_en.dll_1050</td><td>mshy7hr.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>wac.conversion.proof.mshy2_hr.dll</td><td>mshy7hr.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>conversion.proof.mshy2_it.dll</td><td>mshy7it.dll</td><td>15.0.4763.1000</td><td>225488</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>mshy2_en.dll_1040</td><td>mshy7it.dll</td><td>15.0.4763.1000</td><td>225488</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>wac.conversion.proof.mshy2_it.dll</td><td>mshy7it.dll</td><td>15.0.4763.1000</td><td>225488</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>conversion.proof.mshy2_lt.dll</td><td>mshy7lt.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>mshy2_en.dll_1063</td><td>mshy7lt.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>wac.conversion.proof.mshy2_lt.dll</td><td>mshy7lt.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>conversion.proof.mshy2_lv.dll</td><td>mshy7lv.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>mshy2_en.dll_1062</td><td>mshy7lv.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>wac.conversion.proof.mshy2_lv.dll</td><td>mshy7lv.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>conversion.proof.mshy2_nb.dll</td><td>mshy7nb.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>mshy2_en.dll_1044</td><td>mshy7nb.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>wac.conversion.proof.mshy2_nb.dll</td><td>mshy7nb.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>conversion.proof.mshy2_nl.dll</td><td>mshy7nl.dll</td><td>15.0.4763.1000</td><td>225488</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>mshy2_en.dll_1043</td><td>mshy7nl.dll</td><td>15.0.4763.1000</td><td>225488</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>wac.conversion.proof.mshy2_nl.dll</td><td>mshy7nl.dll</td><td>15.0.4763.1000</td><td>225488</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>conversion.proof.mshy2_no.dll</td><td>mshy7no.dll</td><td>15.0.4763.1000</td><td>225488</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>mshy2_en.dll_2068</td><td>mshy7no.dll</td><td>15.0.4763.1000</td><td>225488</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>wac.conversion.proof.mshy2_no.dll</td><td>mshy7no.dll</td><td>15.0.4763.1000</td><td>225488</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>conversion.proof.mshy2_pb.dll</td><td>mshy7pb.dll</td><td>15.0.4763.1000</td><td>225488</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>mshy2_en.dll_1046</td><td>mshy7pb.dll</td><td>15.0.4763.1000</td><td>225488</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>wac.conversion.proof.mshy2_pb.dll</td><td>mshy7pb.dll</td><td>15.0.4763.1000</td><td>225488</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>conversion.proof.mshy2_pl.dll</td><td>mshy7pl.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>mshy2_en.dll_1045</td><td>mshy7pl.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>wac.conversion.proof.mshy2_pl.dll</td><td>mshy7pl.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>conversion.proof.mshy2_pt.dll</td><td>mshy7pt.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>mshy2_en.dll_2070</td><td>mshy7pt.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>wac.conversion.proof.mshy2_pt.dll</td><td>mshy7pt.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>conversion.proof.mshy2_ro.dll</td><td>mshy7ro.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>mshy2_en.dll_1048</td><td>mshy7ro.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>wac.conversion.proof.mshy2_ro.dll</td><td>mshy7ro.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>conversion.proof.mshy2_ru.dll</td><td>mshy7ru.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>mshy2_en.dll_1049</td><td>mshy7ru.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>wac.conversion.proof.mshy2_ru.dll</td><td>mshy7ru.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>conversion.proof.mshy2_sk.dll</td><td>mshy7sk.dll</td><td>15.0.4763.1000</td><td>225488</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>mshy2_en.dll_1051</td><td>mshy7sk.dll</td><td>15.0.4763.1000</td><td>225488</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>wac.conversion.proof.mshy2_sk.dll</td><td>mshy7sk.dll</td><td>15.0.4763.1000</td><td>225488</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>conversion.proof.mshy2_sl.dll</td><td>mshy7sl.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>mshy2_en.dll_1060</td><td>mshy7sl.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>wac.conversion.proof.mshy2_sl.dll</td><td>mshy7sl.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>conversion.proof.mshy2_sr.dll</td><td>mshy7srm.dll</td><td>15.0.4763.1000</td><td>225488</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>mshy2_en.dll_2074</td><td>mshy7srm.dll</td><td>15.0.4763.1000</td><td>225488</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>wac.conversion.proof.mshy2_srm.dll</td><td>mshy7srm.dll</td><td>15.0.4763.1000</td><td>225488</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>conversion.proof.mshy2_sro.dll</td><td>mshy7sro.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>mshy2_en.dll_3098</td><td>mshy7sro.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>mshy2_en.dll_7194</td><td>mshy7sro.dll</td><td>15.0.4763.1000</td><td>226920</td><td>\u00a0</td><td>\u00a0</td></tr><tr><td>wac.conversion.proof.mshy2_sro.dll</td><td>mshy7sro.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>conversion.proof.mshy2_sw.dll</td><td>mshy7sw.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>mshy2_en.dll_1053</td><td>mshy7sw.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>wac.conversion.proof.mshy2_sw.dll</td><td>mshy7sw.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>conversion.proof.mshy2_tr.dll</td><td>mshy7tr.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>mshy2_en.dll_1055</td><td>mshy7tr.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>wac.conversion.proof.mshy2_tr.dll</td><td>mshy7tr.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>conversion.proof.mshy2_ua.dll</td><td>mshy7uk.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>mshy2_en.dll_1058</td><td>mshy7uk.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>wac.conversion.proof.mshy2_uk.dll</td><td>mshy7uk.dll</td><td>15.0.4763.1000</td><td>226920</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>conversion.igxserver.dll</td><td>igxserver.dll</td><td>15.0.4981.1000</td><td>10438816</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>ppt.conversion.igxserver.dll</td><td>igxserver.dll</td><td>15.0.4981.1000</td><td>10438816</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>ppt.edit.igxserver.dll</td><td>igxserver.dll</td><td>15.0.4981.1000</td><td>10438816</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>wac.office.igxserver.dll</td><td>igxserver.dll</td><td>15.0.4981.1000</td><td>10438816</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>conversion.oartodfserver.dll</td><td>oartodfserver.dll</td><td>15.0.4981.1000</td><td>3840712</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>ppt.conversion.oartodfserver.dll</td><td>oartodfserver.dll</td><td>15.0.4981.1000</td><td>3840712</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>ppt.edit.oartodfserver.dll</td><td>oartodfserver.dll</td><td>15.0.4981.1000</td><td>3840712</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>wac.office.oartodfserver.dll</td><td>oartodfserver.dll</td><td>15.0.4981.1000</td><td>3840712</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>conversion.office.oartserver.dll</td><td>oartserver.dll</td><td>15.0.4981.1000</td><td>21669592</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>ppt.conversion.oartserver.dll</td><td>oartserver.dll</td><td>15.0.4981.1000</td><td>21669592</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>ppt.edit.oartserver.dll</td><td>oartserver.dll</td><td>15.0.4981.1000</td><td>21669592</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>wac.office.oartserver.dll</td><td>oartserver.dll</td><td>15.0.4981.1000</td><td>21669592</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>ps16x16.png.1033</td><td>ps16x16.png</td><td>\u00a0</td><td>15815</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ps16x16.png.3098</td><td>ps16x16.png</td><td>\u00a0</td><td>15815</td><td>\u00a0</td><td>\u00a0</td></tr><tr><td>ps32x32.png.1033</td><td>ps32x32.png</td><td>\u00a0</td><td>31459</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ps32x32.png.3098</td><td>ps32x32.png</td><td>\u00a0</td><td>31459</td><td>\u00a0</td><td>\u00a0</td></tr><tr><td>pwa.images.pwagettingstarted.png</td><td>pwagettingstarted.png</td><td>\u00a0</td><td>8304</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwagettingstarted.png.1033</td><td>pwagettingstarted.png</td><td>\u00a0</td><td>8304</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwagettingstarted.png.3098</td><td>pwagettingstarted.png</td><td>\u00a0</td><td>8304</td><td>\u00a0</td><td>\u00a0</td></tr><tr><td>addtasktotimeline.png</td><td>addtasktotimeline.png</td><td>\u00a0</td><td>236</td><td>18-Oct-17</td><td>07:58</td></tr><tr><td>pwa.images.addtasktotimeline.png</td><td>addtasktotimeline.png</td><td>\u00a0</td><td>236</td><td>18-Oct-17</td><td>07:58</td></tr><tr><td>pwa.images.timeline_branch.png</td><td>timeline_branch.png</td><td>\u00a0</td><td>456</td><td>18-Oct-17</td><td>07:58</td></tr><tr><td>conversion.cultures.office.odf</td><td>office.odf</td><td>\u00a0</td><td>5249728</td><td>17-Oct-17</td><td>10:29</td></tr><tr><td>office.odf</td><td>office.odf</td><td>\u00a0</td><td>5249728</td><td>17-Oct-17</td><td>10:29</td></tr><tr><td>office.odf.x64</td><td>office.odf</td><td>\u00a0</td><td>5249728</td><td>17-Oct-17</td><td>10:34</td></tr><tr><td>ppt.conversion.cultures.office.odf</td><td>office.odf</td><td>\u00a0</td><td>5249728</td><td>17-Oct-17</td><td>10:29</td></tr><tr><td>wac.conversion.cultures.office.odf</td><td>office.odf</td><td>\u00a0</td><td>5249728</td><td>17-Oct-17</td><td>10:29</td></tr><tr><td>wac.powerpoint.edit.bin.cultures.office.odf</td><td>office.odf</td><td>\u00a0</td><td>5249728</td><td>17-Oct-17</td><td>10:29</td></tr><tr><td>xlsrv.ecs.culture.office.odf</td><td>office.odf</td><td>\u00a0</td><td>5249728</td><td>17-Oct-17</td><td>10:29</td></tr><tr><td>xlsrv.ecs.office.odf</td><td>office.odf</td><td>\u00a0</td><td>5249728</td><td>17-Oct-17</td><td>10:29</td></tr><tr><td>conversionhtmlutil.dll</td><td>htmlutil.dll</td><td>15.0.4981.1000</td><td>2624232</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>onetnative.dll</td><td>onetnative.dll</td><td>15.0.4919.1000</td><td>523008</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>xlsrv.onetnative.dll</td><td>onetnative.dll</td><td>15.0.4919.1000</td><td>523008</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>sp.userprofiles.debug.js</td><td>sp.userprofiles.debug.js</td><td>\u00a0</td><td>140997</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>sp.userprofiles.debug.js.x64</td><td>sp.userprofiles.debug.js</td><td>\u00a0</td><td>140997</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>sp.userprofiles.js</td><td>sp.userprofiles.js</td><td>\u00a0</td><td>140991</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>sp.userprofiles.js.x64</td><td>sp.userprofiles.js</td><td>\u00a0</td><td>140991</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>conversion.microsoft.office.server.native.dll</td><td>microsoft.office.server.native.dll</td><td>15.0.4919.1000</td><td>798976</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>microsoft.office.server.native.dll</td><td>microsoft.office.server.native.dll</td><td>15.0.4919.1000</td><td>798976</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>ppt.conversion.uls.native.dll</td><td>microsoft.office.server.native.dll</td><td>15.0.4919.1000</td><td>798976</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>microsoft.office.server.userprofiles.serverstub.dll_0001</td><td>microsoft.office.server.userprofiles.serverstub.dll</td><td>15.0.4745.1000</td><td>376488</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>microsoft.sharepoint.client.userprofiles.dll</td><td>microsoft.sharepoint.client.userprofiles.dll</td><td>15.0.4745.1000</td><td>145616</td><td>17-Oct-17</td><td>09:20</td></tr><tr><td>microsoft.sharepoint.client.userprofiles.dll_001</td><td>microsoft.sharepoint.client.userprofiles.dll</td><td>15.0.4745.1000</td><td>145616</td><td>17-Oct-17</td><td>09:20</td></tr><tr><td>pjintl.dll</td><td>pjintl.dll</td><td>15.0.4917.1000</td><td>4394768</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pjintl.dll_1033</td><td>pjintl.dll</td><td>15.0.4917.1000</td><td>4394768</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>schedengine.exe</td><td>schedengine.exe</td><td>15.0.4981.1000</td><td>16651040</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>prjsvr.administration.intl.resources.dll.1033</td><td>microsoft.office.project.server.administration.intl.resources.dll</td><td>15.0.4508.1000</td><td>1157808</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.stsadmcommandhandler.intl.resources.dll.1033</td><td>microsoft.office.project.server.stsadmcommandhandler.intl.resources.dll</td><td>15.0.4567.1000</td><td>135360</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>pwa.lcid.resx.1033</td><td>pwa.en-us.resx</td><td>\u00a0</td><td>780551</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>microsoft.projectserver.client.silverlight.dll</td><td>microsoft.projectserver.client.silverlight.dll</td><td>15.0.4719.1000</td><td>341176</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>microsoft.projectserver.client.phone.dll</td><td>microsoft.projectserver.client.phone.dll</td><td>15.0.4719.1000</td><td>341176</td><td>17-Oct-17</td><td>10:29</td></tr><tr><td>projectdatabasecreate.sql</td><td>projectdatabasecreate.sql</td><td>\u00a0</td><td>10598581</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>projectpostupgrade.sql</td><td>projectpostupgrade.sql</td><td>\u00a0</td><td>371150</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>projectpreupgrade.sql</td><td>projectpreupgrade.sql</td><td>\u00a0</td><td>6733</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>microsoft.office.project.schema.dll</td><td>microsoft.office.project.schema.dll</td><td>15.0.4883.1000</td><td>6387424</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>mspjcalcservice.exe</td><td>microsoft.office.project.server.calculation.exe</td><td>15.0.4659.1000</td><td>19176</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>microsoft.office.project.server.communications.dll</td><td>microsoft.office.project.server.communications.dll</td><td>15.0.4911.1000</td><td>311016</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>microsoft.office.project.server.communications.internal.dll</td><td>microsoft.office.project.server.communications.internal.dll</td><td>15.0.4981.1000</td><td>1097424</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>microsoft.office.project.server.database.dll</td><td>microsoft.office.project.server.database.dll</td><td>15.0.4951.1000</td><td>11093728</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>microsoft.office.project.server.dll</td><td>microsoft.office.project.server.dll</td><td>15.0.4981.1000</td><td>8294608</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>microsoft.office.project.server.events.remote.dll</td><td>microsoft.office.project.server.events.remote.dll</td><td>15.0.4663.1000</td><td>57008</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>microsoft.office.project.server.extensibility.dll</td><td>microsoft.office.project.server.extensibility.dll</td><td>15.0.4663.1000</td><td>92384</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>microsoft.office.project.server.inproc.dll</td><td>microsoft.office.project.server.inproc.dll</td><td>15.0.4911.1000</td><td>765160</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>mspsqservice.exe</td><td>microsoft.office.project.server.queuing.exe</td><td>15.0.4515.1000</td><td>44240</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>prjsvr.stsadmcommandhandler.dll</td><td>microsoft.office.project.server.stsadmcommandhandler.dll</td><td>15.0.4647.1000</td><td>280752</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>prjsvr.stsadmcommandhandler.intl.dll</td><td>microsoft.office.project.server.stsadmcommandhandler.intl.dll</td><td>15.0.4567.1000</td><td>61120</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>microsoft.office.project.server.upgrade.dll</td><td>microsoft.office.project.server.upgrade.dll</td><td>15.0.4951.1000</td><td>10543328</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>microsoft.office.project.server.wmserviceextensions.taskprovider.dll</td><td>microsoft.office.project.server.wmserviceextensions.taskprovider.dll</td><td>15.0.4673.1000</td><td>96552</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>microsoft.office.project.server.workflow.dll</td><td>microsoft.office.project.server.workflow.dll</td><td>15.0.4911.1000</td><td>475880</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>sdk.microsoft.office.project.server.workflow.dll</td><td>microsoft.office.project.server.workflow.dll</td><td>15.0.4911.1000</td><td>475880</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>microsoft.projectserver.client.dll</td><td>microsoft.projectserver.client.dll</td><td>15.0.4719.1000</td><td>340712</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>microsoft.projectserver.client.dll_001</td><td>microsoft.projectserver.client.dll</td><td>15.0.4719.1000</td><td>340712</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>microsoft.projectserver.dll</td><td>microsoft.projectserver.dll</td><td>15.0.4981.1000</td><td>628520</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>microsoft.projectserver.dll_001</td><td>microsoft.projectserver.dll</td><td>15.0.4981.1000</td><td>628520</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>microsoft.projectserver.serverproxy.dll</td><td>microsoft.projectserver.serverproxy.dll</td><td>15.0.4745.1000</td><td>964328</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>prjsvr.pscmdletreg.xml</td><td>pscmdletreg.xml</td><td>\u00a0</td><td>17607</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>ps.csom.scriptclient.debug.js</td><td>ps.debug.js</td><td>\u00a0</td><td>892897</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>ps.csom.scriptclient.js</td><td>ps.js</td><td>\u00a0</td><td>545886</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>microsoft.office.project.server.pwa.applicationpages.dll</td><td>microsoft.office.project.server.pwa.applicationpages.dll</td><td>15.0.4981.1000</td><td>1018672</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>microsoft.office.project.server.pwa.dll</td><td>microsoft.office.project.server.pwa.dll</td><td>15.0.4981.1000</td><td>3170096</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>microsoft.office.project.server.administration.dll</td><td>microsoft.office.project.server.administration.dll</td><td>15.0.4815.1000</td><td>1411296</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>microsoft.office.project.server.administration.intl.dll</td><td>microsoft.office.project.server.administration.intl.dll</td><td>15.0.4508.1000</td><td>385200</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.pwaribbon.pwaribbon.xml</td><td>pwaribbon.xml</td><td>\u00a0</td><td>703005</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.admin.addmodifyuser.aspx</td><td>addmodifyuser.aspx</td><td>\u00a0</td><td>139242</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.admin.adsyncerp.aspx</td><td>adsyncerp.aspx</td><td>\u00a0</td><td>4709</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.admin.adsyncpsgroups.aspx</td><td>adsyncpsgroups.aspx</td><td>\u00a0</td><td>1635</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.admin.changeskipworkflow.aspx</td><td>changeskipworkflow.aspx</td><td>\u00a0</td><td>19297</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.admin.enterpriseprojecttypedetails.aspx</td><td>enterpriseprojecttypedetails.aspx</td><td>\u00a0</td><td>36666</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.admin.fiscalperiod.aspx</td><td>fiscalperiod.aspx</td><td>\u00a0</td><td>9093</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.admin.sitemap.aspx</td><td>sitemap.aspx</td><td>\u00a0</td><td>21215</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.common.importsite.aspx</td><td>importsite.aspx</td><td>\u00a0</td><td>9808</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.library.projectdrilldownsatellite.debug.js</td><td>projectdrilldownsatellite.debug.js</td><td>\u00a0</td><td>147547</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.library.projectdrilldownsatellite.js</td><td>projectdrilldownsatellite.js</td><td>\u00a0</td><td>96457</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.library.resplanssat.debug.js</td><td>resourceplans.debug.js</td><td>\u00a0</td><td>30117</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.library.resplanssat.js</td><td>resourceplans.js</td><td>\u00a0</td><td>19492</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.library.customfilterdlg.debug.js</td><td>customfilterdlg.debug.js</td><td>\u00a0</td><td>35448</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.library.customfilterdlg.js</td><td>customfilterdlg.js</td><td>\u00a0</td><td>14761</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.library.pdplib.debug.js</td><td>pdplib.debug.js</td><td>\u00a0</td><td>89067</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.library.pdplib.js</td><td>pdplib.js</td><td>\u00a0</td><td>61446</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.library.pdpprojectfield.debug.js</td><td>pdpprojectfield.debug.js</td><td>\u00a0</td><td>16249</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.library.pdpprojectfield.js</td><td>pdpprojectfield.js</td><td>\u00a0</td><td>11499</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.library.projectserverscripts.core.debug.js</td><td>ps.core.debug.js</td><td>\u00a0</td><td>361749</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.library.projectserverscripts.core.js</td><td>ps.core.js</td><td>\u00a0</td><td>220677</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.library.projectserverscripts.pm.debug.js</td><td>ps.projectmanagers.debug.js</td><td>\u00a0</td><td>269661</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.library.projectserverscripts.pm.js</td><td>ps.projectmanagers.js</td><td>\u00a0</td><td>169411</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.library.projectserverscripts.rm.debug.js</td><td>ps.resourcemanagers.debug.js</td><td>\u00a0</td><td>81176</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.library.projectserverscripts.rm.js</td><td>ps.resourcemanagers.js</td><td>\u00a0</td><td>51364</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.library.projectserverscripts.tm.debug.js</td><td>ps.teammembers.debug.js</td><td>\u00a0</td><td>344282</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.library.projectserverscripts.tm.js</td><td>ps.teammembers.js</td><td>\u00a0</td><td>219218</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.library.timeline.debug.js</td><td>ps.timeline.debug.js</td><td>\u00a0</td><td>80993</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.library.timeline.js</td><td>ps.timeline.js</td><td>\u00a0</td><td>80993</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.library.shell.debug.js</td><td>shell.debug.js</td><td>\u00a0</td><td>87110</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.library.shell.js</td><td>shell.js</td><td>\u00a0</td><td>42452</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.library.taskdetails.ascx</td><td>taskdetails.ascx</td><td>\u00a0</td><td>24786</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.library.xmlgrid.debug.js</td><td>xmlgrid.debug.js</td><td>\u00a0</td><td>73662</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.library.xmlgrid.js</td><td>xmlgrid.js</td><td>\u00a0</td><td>40524</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.portfoliooptimizer.drivercomparison.aspx</td><td>comparedrivers.aspx</td><td>\u00a0</td><td>18906</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.portfoliooptimizer.optimizerspreadsheet.aspx</td><td>costconstraintanalysis.aspx</td><td>\u00a0</td><td>80843</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.library.portfolioanalysis.debug.js</td><td>portfolioanalysis.debug.js</td><td>\u00a0</td><td>6503</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.library.portfolioanalysis.js</td><td>portfolioanalysis.js</td><td>\u00a0</td><td>3421</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.portfoliooptimizer.plannerspreadsheet.aspx</td><td>resourceconstraintanalysis.aspx</td><td>\u00a0</td><td>67148</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.portfoliooptimizer.resourceconstraintreport.aspx</td><td>resourceconstraintreport.aspx</td><td>\u00a0</td><td>30442</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.resx</td><td>pwa.resx</td><td>\u00a0</td><td>780551</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.resx_0.scriptx</td><td>pwa.resx.scriptx</td><td>\u00a0</td><td>20472</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.resmgr.buildresplanteam.aspx</td><td>buildresplanteam.aspx</td><td>\u00a0</td><td>4160</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.resmgr.buildteam.aspx</td><td>buildteam.aspx</td><td>\u00a0</td><td>6845</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.rules.rulesaddmod.aspx</td><td>rulesaddmod.aspx</td><td>\u00a0</td><td>41097</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.statusing.approvalcommentdlg.aspx</td><td>approvalcommentdlg.aspx</td><td>\u00a0</td><td>4199</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.statusing.srrequest.aspx</td><td>srrequest.aspx</td><td>\u00a0</td><td>31932</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.styles.pwastyle.css</td><td>pwastyle.css</td><td>\u00a0</td><td>10259</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.timesheet.timesheethistory.aspx</td><td>timesheethistory.aspx</td><td>\u00a0</td><td>4742</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.userdelegation.addmodifydelegation.aspx</td><td>addmodifydelegation.aspx</td><td>\u00a0</td><td>16726</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>prjsvr.templatexml.fldtypes_pwalink.xml</td><td>fldtypes_pwalink.xml</td><td>\u00a0</td><td>776</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>psi.isapi.adminwsdl.aspx</td><td>adminwsdl.aspx</td><td>\u00a0</td><td>120095</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>psi.isapi.archivewsdl.aspx</td><td>archivewsdl.aspx</td><td>\u00a0</td><td>45596</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>psi.isapi.driverwsdl.aspx</td><td>driverwsdl.aspx</td><td>\u00a0</td><td>35143</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>psi.isapi.eventswsdl.aspx</td><td>eventswsdl.aspx</td><td>\u00a0</td><td>34807</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>psi.isapi.lookuptablewsdl.aspx</td><td>lookuptablewsdl.aspx</td><td>\u00a0</td><td>42187</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>psi.isapi.notificationswsdl.aspx</td><td>notificationswsdl.aspx</td><td>\u00a0</td><td>14538</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>psi.isapi.portfolioanalyseswsdl.aspx</td><td>portfolioanalyseswsdl.aspx</td><td>\u00a0</td><td>92996</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>psi.isapi.projectwsdl.aspx</td><td>projectwsdl.aspx</td><td>\u00a0</td><td>235013</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>psi.isapi.queuesystemwsdl.aspx</td><td>queuesystemwsdl.aspx</td><td>\u00a0</td><td>66465</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>psi.isapi.resourcewsdl.aspx</td><td>resourcewsdl.aspx</td><td>\u00a0</td><td>78160</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>psi.isapi.securitywsdl.aspx</td><td>securitywsdl.aspx</td><td>\u00a0</td><td>94070</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>psi.isapi.statusingwsdl.aspx</td><td>statusingwsdl.aspx</td><td>\u00a0</td><td>205154</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>psi.isapi.timesheetwsdl.aspx</td><td>timesheetwsdl.aspx</td><td>\u00a0</td><td>88442</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>psi.isapi.viewwsdl.aspx</td><td>viewwsdl.aspx</td><td>\u00a0</td><td>40239</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>psi.isapi.workflowwsdl.aspx</td><td>workflowwsdl.aspx</td><td>\u00a0</td><td>84415</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>psi.isapi.wssinteropwsdl.aspx</td><td>wssinteropwsdl.aspx</td><td>\u00a0</td><td>36323</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>workflowactivitiesdll</td><td>microsoft.office.project.server.workflowactivities.dll</td><td>15.0.4855.1000</td><td>58080</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>prjmsg.dll_1033</td><td>microsoft.office.project.server.msg.dll</td><td>15.0.4514.1000</td><td>160440</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>microsoft.office.project.server.library.dll</td><td>microsoft.office.project.server.library.dll</td><td>15.0.4981.1000</td><td>1776848</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>sdk.microsoft.office.project.server.library.dll</td><td>microsoft.office.project.server.library.dll</td><td>15.0.4981.1000</td><td>1776848</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>microsoft.office.project.server.native.dll</td><td>microsoft.office.project.server.native.dll</td><td>15.0.4919.1000</td><td>443616</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>microsoft.office.project.shared.dll</td><td>microsoft.office.project.shared.dll</td><td>15.0.4815.1000</td><td>982248</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>sdk.microsoft.office.project.shared.dll</td><td>microsoft.office.project.shared.dll</td><td>15.0.4815.1000</td><td>982248</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>microsoft.office.project.webproj.dll</td><td>microsoft.office.project.webproj.dll</td><td>15.0.4807.1000</td><td>823520</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>projmanifest.man_1025</td><td>projectservermanifest.man</td><td>\u00a0</td><td>322866</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>projmanifest.man_1028</td><td>projectservermanifest.man</td><td>\u00a0</td><td>322866</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>projmanifest.man_1029</td><td>projectservermanifest.man</td><td>\u00a0</td><td>322866</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>projmanifest.man_1030</td><td>projectservermanifest.man</td><td>\u00a0</td><td>322866</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>projmanifest.man_1031</td><td>projectservermanifest.man</td><td>\u00a0</td><td>322866</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>projmanifest.man_1032</td><td>projectservermanifest.man</td><td>\u00a0</td><td>322866</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>projmanifest.man_1033</td><td>projectservermanifest.man</td><td>\u00a0</td><td>322866</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>projmanifest.man_1035</td><td>projectservermanifest.man</td><td>\u00a0</td><td>322866</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>projmanifest.man_1036</td><td>projectservermanifest.man</td><td>\u00a0</td><td>322866</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>projmanifest.man_1037</td><td>projectservermanifest.man</td><td>\u00a0</td><td>322866</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>projmanifest.man_1038</td><td>projectservermanifest.man</td><td>\u00a0</td><td>322866</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>projmanifest.man_1040</td><td>projectservermanifest.man</td><td>\u00a0</td><td>322866</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>projmanifest.man_1041</td><td>projectservermanifest.man</td><td>\u00a0</td><td>322866</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>projmanifest.man_1042</td><td>projectservermanifest.man</td><td>\u00a0</td><td>322866</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>projmanifest.man_1043</td><td>projectservermanifest.man</td><td>\u00a0</td><td>322866</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>projmanifest.man_1044</td><td>projectservermanifest.man</td><td>\u00a0</td><td>322866</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>projmanifest.man_1045</td><td>projectservermanifest.man</td><td>\u00a0</td><td>322866</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>projmanifest.man_1046</td><td>projectservermanifest.man</td><td>\u00a0</td><td>322866</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>projmanifest.man_1048</td><td>projectservermanifest.man</td><td>\u00a0</td><td>322866</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>projmanifest.man_1049</td><td>projectservermanifest.man</td><td>\u00a0</td><td>322866</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>projmanifest.man_1051</td><td>projectservermanifest.man</td><td>\u00a0</td><td>322866</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>projmanifest.man_1053</td><td>projectservermanifest.man</td><td>\u00a0</td><td>322866</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>projmanifest.man_1055</td><td>projectservermanifest.man</td><td>\u00a0</td><td>322866</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>projmanifest.man_1058</td><td>projectservermanifest.man</td><td>\u00a0</td><td>322866</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>projmanifest.man_1060</td><td>projectservermanifest.man</td><td>\u00a0</td><td>322866</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>projmanifest.man_2052</td><td>projectservermanifest.man</td><td>\u00a0</td><td>322866</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>projmanifest.man_2070</td><td>projectservermanifest.man</td><td>\u00a0</td><td>322866</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>projmanifest.man_3082</td><td>projectservermanifest.man</td><td>\u00a0</td><td>322866</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>conversion.office.msptls.dll</td><td>msptls.dll</td><td>15.0.4745.1000</td><td>1522880</td><td>17-Oct-17</td><td>10:29</td></tr><tr><td>msptls.dll</td><td>msptls.dll</td><td>15.0.4745.1000</td><td>1522880</td><td>17-Oct-17</td><td>10:29</td></tr><tr><td>msptls.dll_0001</td><td>msptls.dll</td><td>15.0.4745.1000</td><td>1522880</td><td>17-Oct-17</td><td>10:29</td></tr><tr><td>ppt.conversion.msptls.dll</td><td>msptls.dll</td><td>15.0.4745.1000</td><td>1522880</td><td>17-Oct-17</td><td>10:29</td></tr><tr><td>ppt.edit.msptls.dll</td><td>msptls.dll</td><td>15.0.4745.1000</td><td>1522880</td><td>17-Oct-17</td><td>10:29</td></tr><tr><td>wac.office.msptls.dll</td><td>msptls.dll</td><td>15.0.4745.1000</td><td>1522880</td><td>17-Oct-17</td><td>10:29</td></tr><tr><td>xlsrv.ecs.msptls.dll</td><td>msptls.dll</td><td>15.0.4745.1000</td><td>1522880</td><td>17-Oct-17</td><td>10:29</td></tr><tr><td>conversion.office.riched20.dll</td><td>riched20.dll</td><td>15.0.4927.1000</td><td>2237136</td><td>17-Oct-17</td><td>10:29</td></tr><tr><td>ppt.conversion.riched20.dll</td><td>riched20.dll</td><td>15.0.4927.1000</td><td>2237136</td><td>17-Oct-17</td><td>10:29</td></tr><tr><td>ppt.edit.riched20.dll</td><td>riched20.dll</td><td>15.0.4927.1000</td><td>2237136</td><td>17-Oct-17</td><td>10:29</td></tr><tr><td>riched20.dll</td><td>riched20.dll</td><td>15.0.4927.1000</td><td>2237136</td><td>17-Oct-17</td><td>10:29</td></tr><tr><td>riched20.dll_0001</td><td>riched20.dll</td><td>15.0.4927.1000</td><td>2237136</td><td>17-Oct-17</td><td>10:29</td></tr><tr><td>wac.office.riched20.dll</td><td>riched20.dll</td><td>15.0.4927.1000</td><td>2237136</td><td>17-Oct-17</td><td>10:29</td></tr><tr><td>xlsrv.ecs.riched20.dll</td><td>riched20.dll</td><td>15.0.4927.1000</td><td>2237136</td><td>17-Oct-17</td><td>10:29</td></tr><tr><td>conversion.msvcp100.dll</td><td>msvcp100.dll</td><td>10.00.40219.325</td><td>608080</td><td>17-Oct-17</td><td>10:18</td></tr><tr><td>msvcp100.dll</td><td>msvcp100.dll</td><td>10.00.40219.325</td><td>608080</td><td>\u00a0</td><td>\u00a0</td></tr><tr><td>ppt.conversion.msvcp100.dll</td><td>msvcp100.dll</td><td>10.00.40219.325</td><td>608080</td><td>17-Oct-17</td><td>10:18</td></tr><tr><td>ppt.edit.msvcp100.dll</td><td>msvcp100.dll</td><td>10.00.40219.325</td><td>608080</td><td>17-Oct-17</td><td>10:18</td></tr><tr><td>wac.msvcp100.dll</td><td>msvcp100.dll</td><td>10.00.40219.325</td><td>608080</td><td>17-Oct-17</td><td>10:18</td></tr><tr><td>conversion.msvcr100.dll</td><td>msvcr100.dll</td><td>10.00.40219.325</td><td>829264</td><td>17-Oct-17</td><td>10:18</td></tr><tr><td>msvcr100.dll</td><td>msvcr100.dll</td><td>10.00.40219.325</td><td>829264</td><td>\u00a0</td><td>\u00a0</td></tr><tr><td>ppt.conversion.msvcr100.dll</td><td>msvcr100.dll</td><td>10.00.40219.325</td><td>829264</td><td>17-Oct-17</td><td>10:18</td></tr><tr><td>ppt.edit.msvcr100.dll</td><td>msvcr100.dll</td><td>10.00.40219.325</td><td>829264</td><td>17-Oct-17</td><td>10:18</td></tr><tr><td>wac.msvcr100.dll</td><td>msvcr100.dll</td><td>10.00.40219.325</td><td>829264</td><td>17-Oct-17</td><td>10:18</td></tr><tr><td>ms.prjsrvr.hc.cab_1025</td><td>ms.prjsrvr.hc.cab</td><td>\u00a0</td><td>49373</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ms.prjsrvr.hc.cab_1029</td><td>ms.prjsrvr.hc.cab</td><td>\u00a0</td><td>49313</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ms.prjsrvr.hc.cab_1030</td><td>ms.prjsrvr.hc.cab</td><td>\u00a0</td><td>49053</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.cmdlethelp.xml.1031</td><td>microsoft.office.project.server.stsadmcommandhandler.dll-help.xml</td><td>\u00a0</td><td>464276</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ms.prjsrvr.hc.cab_1031</td><td>ms.prjsrvr.hc.cab</td><td>\u00a0</td><td>49437</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ms.prjsrvr.hc.cab_1032</td><td>ms.prjsrvr.hc.cab</td><td>\u00a0</td><td>49929</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.cmdlethelp.xml.3082</td><td>microsoft.office.project.server.stsadmcommandhandler.dll-help.xml</td><td>\u00a0</td><td>458107</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ms.prjsrvr.hc.cab_3082</td><td>ms.prjsrvr.hc.cab</td><td>\u00a0</td><td>49149</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ms.prjsrvr.hc.cab_1035</td><td>ms.prjsrvr.hc.cab</td><td>\u00a0</td><td>49087</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.cmdlethelp.xml.1036</td><td>microsoft.office.project.server.stsadmcommandhandler.dll-help.xml</td><td>\u00a0</td><td>465985</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ms.prjsrvr.hc.cab_1036</td><td>ms.prjsrvr.hc.cab</td><td>\u00a0</td><td>49235</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ms.prjsrvr.hc.cab_1037</td><td>ms.prjsrvr.hc.cab</td><td>\u00a0</td><td>49005</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ms.prjsrvr.hc.cab_1038</td><td>ms.prjsrvr.hc.cab</td><td>\u00a0</td><td>49345</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.cmdlethelp.xml.1040</td><td>microsoft.office.project.server.stsadmcommandhandler.dll-help.xml</td><td>\u00a0</td><td>461273</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ms.prjsrvr.hc.cab_1040</td><td>ms.prjsrvr.hc.cab</td><td>\u00a0</td><td>49163</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.cmdlethelp.xml.1041</td><td>microsoft.office.project.server.stsadmcommandhandler.dll-help.xml</td><td>\u00a0</td><td>484233</td><td>17-Oct-17</td><td>10:39</td></tr><tr><td>ms.prjsrvr.hc.cab_1041</td><td>ms.prjsrvr.hc.cab</td><td>\u00a0</td><td>49071</td><td>17-Oct-17</td><td>10:39</td></tr><tr><td>prjsvr.cmdlethelp.xml.1042</td><td>microsoft.office.project.server.stsadmcommandhandler.dll-help.xml</td><td>\u00a0</td><td>463104</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ms.prjsrvr.hc.cab_1042</td><td>ms.prjsrvr.hc.cab</td><td>\u00a0</td><td>48973</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ms.prjsrvr.hc.cab_1044</td><td>ms.prjsrvr.hc.cab</td><td>\u00a0</td><td>49103</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ms.prjsrvr.hc.cab_1043</td><td>ms.prjsrvr.hc.cab</td><td>\u00a0</td><td>49157</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ms.prjsrvr.hc.cab_1045</td><td>ms.prjsrvr.hc.cab</td><td>\u00a0</td><td>49291</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.cmdlethelp.xml.1046</td><td>microsoft.office.project.server.stsadmcommandhandler.dll-help.xml</td><td>\u00a0</td><td>291547</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ms.prjsrvr.hc.cab_1046</td><td>ms.prjsrvr.hc.cab</td><td>\u00a0</td><td>49097</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ms.prjsrvr.hc.cab_2070</td><td>ms.prjsrvr.hc.cab</td><td>\u00a0</td><td>49157</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ms.prjsrvr.hc.cab_1048</td><td>ms.prjsrvr.hc.cab</td><td>\u00a0</td><td>49249</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.cmdlethelp.xml.1049</td><td>microsoft.office.project.server.stsadmcommandhandler.dll-help.xml</td><td>\u00a0</td><td>506521</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ms.prjsrvr.hc.cab_1049</td><td>ms.prjsrvr.hc.cab</td><td>\u00a0</td><td>49525</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ms.prjsrvr.hc.cab_1051</td><td>ms.prjsrvr.hc.cab</td><td>\u00a0</td><td>49269</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ms.prjsrvr.hc.cab_1060</td><td>ms.prjsrvr.hc.cab</td><td>\u00a0</td><td>49107</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ms.prjsrvr.hc.cab_1053</td><td>ms.prjsrvr.hc.cab</td><td>\u00a0</td><td>49069</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ms.prjsrvr.hc.cab_1055</td><td>ms.prjsrvr.hc.cab</td><td>\u00a0</td><td>49183</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ms.prjsrvr.hc.cab_1058</td><td>ms.prjsrvr.hc.cab</td><td>\u00a0</td><td>49539</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.cmdlethelp.xml.2052</td><td>microsoft.office.project.server.stsadmcommandhandler.dll-help.xml</td><td>\u00a0</td><td>429903</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ms.prjsrvr.hc.cab_2052</td><td>ms.prjsrvr.hc.cab</td><td>\u00a0</td><td>48899</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>prjsvr.cmdlethelp.xml.1028</td><td>microsoft.office.project.server.stsadmcommandhandler.dll-help.xml</td><td>\u00a0</td><td>436097</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>ms.prjsrvr.hc.cab_1028</td><td>ms.prjsrvr.hc.cab</td><td>\u00a0</td><td>48787</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectsoverview.xlsx.1025</td><td>projectsoverview.xlsx</td><td>\u00a0</td><td>499447</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectsoverviewpowerviewdashboard.xlsx.1025</td><td>projectsoverviewpowerviewdashboard.xlsx</td><td>\u00a0</td><td>510009</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>resourcesoverview.xlsx.1025</td><td>resourcesoverview.xlsx</td><td>\u00a0</td><td>306866</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectsoverview.xlsx.1029</td><td>projectsoverview.xlsx</td><td>\u00a0</td><td>481676</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectsoverviewpowerviewdashboard.xlsx.1029</td><td>projectsoverviewpowerviewdashboard.xlsx</td><td>\u00a0</td><td>492742</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>resourcesoverview.xlsx.1029</td><td>resourcesoverview.xlsx</td><td>\u00a0</td><td>297882</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectsoverview.xlsx.1030</td><td>projectsoverview.xlsx</td><td>\u00a0</td><td>476889</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectsoverviewpowerviewdashboard.xlsx.1030</td><td>projectsoverviewpowerviewdashboard.xlsx</td><td>\u00a0</td><td>488301</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>resourcesoverview.xlsx.1030</td><td>resourcesoverview.xlsx</td><td>\u00a0</td><td>293261</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectsoverview.xlsx.1031</td><td>projectsoverview.xlsx</td><td>\u00a0</td><td>476979</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectsoverviewpowerviewdashboard.xlsx.1031</td><td>projectsoverviewpowerviewdashboard.xlsx</td><td>\u00a0</td><td>491889</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>resourcesoverview.xlsx.1031</td><td>resourcesoverview.xlsx</td><td>\u00a0</td><td>293527</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectsoverview.xlsx.1032</td><td>projectsoverview.xlsx</td><td>\u00a0</td><td>512660</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectsoverviewpowerviewdashboard.xlsx.1032</td><td>projectsoverviewpowerviewdashboard.xlsx</td><td>\u00a0</td><td>522790</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>resourcesoverview.xlsx.1032</td><td>resourcesoverview.xlsx</td><td>\u00a0</td><td>311750</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectsoverview.xlsx.3082</td><td>projectsoverview.xlsx</td><td>\u00a0</td><td>502751</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectsoverviewpowerviewdashboard.xlsx.3082</td><td>projectsoverviewpowerviewdashboard.xlsx</td><td>\u00a0</td><td>513101</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>resourcesoverview.xlsx.3082</td><td>resourcesoverview.xlsx</td><td>\u00a0</td><td>327177</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectsoverview.xlsx.1035</td><td>projectsoverview.xlsx</td><td>\u00a0</td><td>481601</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectsoverviewpowerviewdashboard.xlsx.1035</td><td>projectsoverviewpowerviewdashboard.xlsx</td><td>\u00a0</td><td>496970</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>resourcesoverview.xlsx.1035</td><td>resourcesoverview.xlsx</td><td>\u00a0</td><td>297780</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectsoverview.xlsx.1036</td><td>projectsoverview.xlsx</td><td>\u00a0</td><td>477193</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectsoverviewpowerviewdashboard.xlsx.1036</td><td>projectsoverviewpowerviewdashboard.xlsx</td><td>\u00a0</td><td>499775</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>resourcesoverview.xlsx.1036</td><td>resourcesoverview.xlsx</td><td>\u00a0</td><td>293643</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectsoverview.xlsx.1037</td><td>projectsoverview.xlsx</td><td>\u00a0</td><td>494344</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectsoverviewpowerviewdashboard.xlsx.1037</td><td>projectsoverviewpowerviewdashboard.xlsx</td><td>\u00a0</td><td>501757</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>resourcesoverview.xlsx.1037</td><td>resourcesoverview.xlsx</td><td>\u00a0</td><td>302564</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectsoverview.xlsx.1038</td><td>projectsoverview.xlsx</td><td>\u00a0</td><td>485844</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectsoverviewpowerviewdashboard.xlsx.1038</td><td>projectsoverviewpowerviewdashboard.xlsx</td><td>\u00a0</td><td>505045</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>resourcesoverview.xlsx.1038</td><td>resourcesoverview.xlsx</td><td>\u00a0</td><td>302120</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectsoverview.xlsx.1040</td><td>projectsoverview.xlsx</td><td>\u00a0</td><td>477039</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectsoverviewpowerviewdashboard.xlsx.1040</td><td>projectsoverviewpowerviewdashboard.xlsx</td><td>\u00a0</td><td>492983</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>resourcesoverview.xlsx.1040</td><td>resourcesoverview.xlsx</td><td>\u00a0</td><td>293431</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectsoverview.xlsx.1041</td><td>projectsoverview.xlsx</td><td>\u00a0</td><td>495420</td><td>17-Oct-17</td><td>10:39</td></tr><tr><td>projectsoverviewpowerviewdashboard.xlsx.1041</td><td>projectsoverviewpowerviewdashboard.xlsx</td><td>\u00a0</td><td>506075</td><td>17-Oct-17</td><td>10:39</td></tr><tr><td>resourcesoverview.xlsx.1041</td><td>resourcesoverview.xlsx</td><td>\u00a0</td><td>303002</td><td>17-Oct-17</td><td>10:39</td></tr><tr><td>projectsoverview.xlsx.1042</td><td>projectsoverview.xlsx</td><td>\u00a0</td><td>482384</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectsoverviewpowerviewdashboard.xlsx.1042</td><td>projectsoverviewpowerviewdashboard.xlsx</td><td>\u00a0</td><td>497125</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>resourcesoverview.xlsx.1042</td><td>resourcesoverview.xlsx</td><td>\u00a0</td><td>298436</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectsoverview.xlsx.1044</td><td>projectsoverview.xlsx</td><td>\u00a0</td><td>481356</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectsoverviewpowerviewdashboard.xlsx.1044</td><td>projectsoverviewpowerviewdashboard.xlsx</td><td>\u00a0</td><td>492716</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>resourcesoverview.xlsx.1044</td><td>resourcesoverview.xlsx</td><td>\u00a0</td><td>293304</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectsoverview.xlsx.1043</td><td>projectsoverview.xlsx</td><td>\u00a0</td><td>477025</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectsoverviewpowerviewdashboard.xlsx.1043</td><td>projectsoverviewpowerviewdashboard.xlsx</td><td>\u00a0</td><td>493134</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>resourcesoverview.xlsx.1043</td><td>resourcesoverview.xlsx</td><td>\u00a0</td><td>293362</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectsoverview.xlsx.1045</td><td>projectsoverview.xlsx</td><td>\u00a0</td><td>485944</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectsoverviewpowerviewdashboard.xlsx.1045</td><td>projectsoverviewpowerviewdashboard.xlsx</td><td>\u00a0</td><td>503358</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>resourcesoverview.xlsx.1045</td><td>resourcesoverview.xlsx</td><td>\u00a0</td><td>293711</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectsoverview.xlsx.1046</td><td>projectsoverview.xlsx</td><td>\u00a0</td><td>477233</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectsoverviewpowerviewdashboard.xlsx.1046</td><td>projectsoverviewpowerviewdashboard.xlsx</td><td>\u00a0</td><td>492196</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>resourcesoverview.xlsx.1046</td><td>resourcesoverview.xlsx</td><td>\u00a0</td><td>293521</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectsoverview.xlsx.2070</td><td>projectsoverview.xlsx</td><td>\u00a0</td><td>481571</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectsoverviewpowerviewdashboard.xlsx.2070</td><td>projectsoverviewpowerviewdashboard.xlsx</td><td>\u00a0</td><td>492845</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>resourcesoverview.xlsx.2070</td><td>resourcesoverview.xlsx</td><td>\u00a0</td><td>293742</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectsoverview.xlsx.1048</td><td>projectsoverview.xlsx</td><td>\u00a0</td><td>481339</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectsoverviewpowerviewdashboard.xlsx.1048</td><td>projectsoverviewpowerviewdashboard.xlsx</td><td>\u00a0</td><td>492716</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>resourcesoverview.xlsx.1048</td><td>resourcesoverview.xlsx</td><td>\u00a0</td><td>293488</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectsoverview.xlsx.1049</td><td>projectsoverview.xlsx</td><td>\u00a0</td><td>508616</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectsoverviewpowerviewdashboard.xlsx.1049</td><td>projectsoverviewpowerviewdashboard.xlsx</td><td>\u00a0</td><td>518669</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>resourcesoverview.xlsx.1049</td><td>resourcesoverview.xlsx</td><td>\u00a0</td><td>315736</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectsoverview.xlsx.1051</td><td>projectsoverview.xlsx</td><td>\u00a0</td><td>481951</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectsoverviewpowerviewdashboard.xlsx.1051</td><td>projectsoverviewpowerviewdashboard.xlsx</td><td>\u00a0</td><td>497232</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>resourcesoverview.xlsx.1051</td><td>resourcesoverview.xlsx</td><td>\u00a0</td><td>298148</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectsoverview.xlsx.1060</td><td>projectsoverview.xlsx</td><td>\u00a0</td><td>477128</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectsoverviewpowerviewdashboard.xlsx.1060</td><td>projectsoverviewpowerviewdashboard.xlsx</td><td>\u00a0</td><td>493118</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>resourcesoverview.xlsx.1060</td><td>resourcesoverview.xlsx</td><td>\u00a0</td><td>293438</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectsoverview.xlsx.1053</td><td>projectsoverview.xlsx</td><td>\u00a0</td><td>476946</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectsoverviewpowerviewdashboard.xlsx.1053</td><td>projectsoverviewpowerviewdashboard.xlsx</td><td>\u00a0</td><td>492744</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>resourcesoverview.xlsx.1053</td><td>resourcesoverview.xlsx</td><td>\u00a0</td><td>293343</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectsoverview.xlsx.1055</td><td>projectsoverview.xlsx</td><td>\u00a0</td><td>481295</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectsoverviewpowerviewdashboard.xlsx.1055</td><td>projectsoverviewpowerviewdashboard.xlsx</td><td>\u00a0</td><td>492972</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>resourcesoverview.xlsx.1055</td><td>resourcesoverview.xlsx</td><td>\u00a0</td><td>293594</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectsoverview.xlsx.1058</td><td>projectsoverview.xlsx</td><td>\u00a0</td><td>512730</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectsoverviewpowerviewdashboard.xlsx.1058</td><td>projectsoverviewpowerviewdashboard.xlsx</td><td>\u00a0</td><td>531084</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>resourcesoverview.xlsx.1058</td><td>resourcesoverview.xlsx</td><td>\u00a0</td><td>320196</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectsoverview.xlsx.2052</td><td>projectsoverview.xlsx</td><td>\u00a0</td><td>482197</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectsoverviewpowerviewdashboard.xlsx.2052</td><td>projectsoverviewpowerviewdashboard.xlsx</td><td>\u00a0</td><td>493283</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>resourcesoverview.xlsx.2052</td><td>resourcesoverview.xlsx</td><td>\u00a0</td><td>294262</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectsoverview.xlsx.1028</td><td>projectsoverview.xlsx</td><td>\u00a0</td><td>482317</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>projectsoverviewpowerviewdashboard.xlsx.1028</td><td>projectsoverviewpowerviewdashboard.xlsx</td><td>\u00a0</td><td>497483</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>resourcesoverview.xlsx.1028</td><td>resourcesoverview.xlsx</td><td>\u00a0</td><td>298490</td><td>18-Oct-17</td><td>07:50</td></tr><tr><td>conversion.proof.mshy2_hu.lex</td><td>mshy3hu.lex</td><td>\u00a0</td><td>933579</td><td>17-Oct-17</td><td>10:28</td></tr><tr><td>mshy2_en.lex_1038</td><td>mshy3hu.lex</td><td>\u00a0</td><td>933579</td><td>17-Oct-17</td><td>10:28</td></tr><tr><td>wac.conversion.proof.mshy2_hu.lex</td><td>mshy3hu.lex</td><td>\u00a0</td><td>933579</td><td>17-Oct-17</td><td>10:28</td></tr><tr><td>conversion.proof.mshy2_hu.dll</td><td>mshy3hu.dll</td><td>15.0.0.1</td><td>218984</td><td>17-Oct-17</td><td>10:28</td></tr><tr><td>mshy2_en.dll_1038</td><td>mshy3hu.dll</td><td>15.0.0.1</td><td>218984</td><td>17-Oct-17</td><td>10:28</td></tr><tr><td>wac.conversion.proof.mshy2_hu.dll</td><td>mshy3hu.dll</td><td>15.0.0.1</td><td>218984</td><td>17-Oct-17</td><td>10:28</td></tr><tr><td>pwa.pwaribbon.pwaribbon.xml_14</td><td>pwaribbon.xml</td><td>\u00a0</td><td>641121</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.library.statusapprovalssatellite.js_14</td><td>statusapprovalssatellite.js</td><td>\u00a0</td><td>19682</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.library.timesheetsatellite.js_14</td><td>timesheetsatellite.js</td><td>\u00a0</td><td>56379</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.library.pdplib.debug.js_14</td><td>pdplib.debug.js</td><td>\u00a0</td><td>79311</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.library.pdplib.js_14</td><td>pdplib.js</td><td>\u00a0</td><td>53413</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.library.projectserverscripts.debug.js_14</td><td>projectserverscripts.debug.js</td><td>\u00a0</td><td>414861</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.library.projectserverscripts.js_14</td><td>projectserverscripts.js</td><td>\u00a0</td><td>308959</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.library.pwaparts.ascx_14</td><td>pwaparts.ascx</td><td>\u00a0</td><td>19504</td><td>17-Oct-17</td><td>10:30</td></tr><tr><td>pwa.statusing.locktask.aspx_14</td><td>locktask.aspx</td><td>\u00a0</td><td>8056</td><td>17-Oct-17</td><td>10:30</td></tr></tbody></table></div></div></div><h2>How to get help and support for this security update</h2><p>Help for installing updates: <a bookmark-id=\"\" data-content-id=\"\" data-content-type=\"\" href=\"https://support.microsoft.com/help/12373/windows-update-faq\" managed-link=\"\" target=\"\">Windows Update FAQ</a><br/><br/>Security solutions for IT professionals: <a bookmark-id=\"\" data-content-id=\"\" data-content-type=\"\" href=\"https://technet.microsoft.com/security/bb980617.aspx\" managed-link=\"\" target=\"\">Security Support and Troubleshooting</a><br/><br/>Help for protecting your Windows-based computer from viruses and malware: <a bookmark-id=\"\" data-content-id=\"\" data-content-type=\"\" href=\"https://support.microsoft.com/contactus/cu_sc_virsec_master\" managed-link=\"\" target=\"\">Microsoft Secure</a><br/><br/>Local support according to your country: <a bookmark-id=\"\" data-content-id=\"\" data-content-type=\"\" href=\"http://support.microsoft.com\" managed-link=\"\" target=\"\">International Support</a></p><p><span><span>Propose a feature or provide feedback on SharePoint: <a href=\"http://sharepoint.uservoice.com/\" target=\"_blank\">SharePoint User Voice portal</a></span></span></p></body></html>", "edition": 4, "modified": "2020-04-16T08:13:24", "id": "KB4011257", "href": "https://support.microsoft.com/en-us/help/4011257/", "published": "2017-11-14T00:00:00", "title": "Description of the security update for Project Server 2013: November 14, 2017", "type": "mskb", "cvss": {"score": 6.8, "vector": "AV:N/AC:M/Au:N/C:P/I:P/A:P"}}], "kaspersky": [{"lastseen": "2020-09-02T11:42:46", "bulletinFamily": "info", "cvelist": ["CVE-2017-11854", "CVE-2017-11882", "CVE-2017-11878", "CVE-2017-11876", "CVE-2017-11877", "CVE-2017-11884"], "description": "### *Detect date*:\n11/14/2017\n\n### *Severity*:\nCritical\n\n### *Description*:\nMultiple serious vulnerabilities have been found in Microsoft Office. Malicious users can exploit these vulnerabilities to execute arbitrary code, bypass security restrictions and privilege escalations.\n\n### *Affected products*:\nMicrosoft Word 2016 for Mac \nMicrosoft Excel 2016 Click-to-Run (C2R) for 32-bit editions \nMicrosoft Excel 2016 Click-to-Run (C2R) for 64-bit editions \nMicrosoft Excel 2007 Service Pack 3 \nMicrosoft Excel 2010 Service Pack 2 (32-bit editions) \nMicrosoft Excel 2010 Service Pack 2 (64-bit editions) \nMicrosoft Excel 2013 RT Service Pack 1 \nMicrosoft Excel 2013 Service Pack 1 (32-bit editions) \nMicrosoft Excel 2013 Service Pack 1 (64-bit editions) \nMicrosoft Excel 2016 (32-bit edition) \nMicrosoft Excel 2016 (64-bit edition) \nMicrosoft Excel 2016 for Mac \nMicrosoft Excel Viewer 2007 Service Pack 3 \nMicrosoft Office 2007 Service Pack 3 \nMicrosoft Office 2010 Service Pack 2 (32-bit editions) \nMicrosoft Office 2010 Service Pack 2 (64-bit editions) \nMicrosoft Office 2013 Service Pack 1 (32-bit editions) \nMicrosoft Office 2013 Service Pack 1 (64-bit editions) \nMicrosoft Office 2016 (32-bit edition) \nMicrosoft Office 2016 (64-bit edition) \nMicrosoft Office Compatibility Pack Service Pack 3 \nMicrosoft Office Web Apps 2010 Service Pack 2 \nMicrosoft Office Web Apps Server 2013 Service Pack 1 \nMicrosoft Office Word Viewer \nMicrosoft Project Server 2013 Service Pack 1 \nMicrosoft SharePoint Enterprise Server 2016 \nMicrosoft Word 2007 Service Pack 3 \nMicrosoft Word 2010 Service Pack 2 (32-bit editions) \nMicrosoft Word 2010 Service Pack 2 (64-bit editions) \nMicrosoft Word 2013 RT Service Pack 1 \nMicrosoft Word 2013 Service Pack 1 (32-bit editions) \nMicrosoft Word 2013 Service Pack 1 (64-bit editions) \nMicrosoft Word 2016 (32-bit edition) \nMicrosoft Word 2016 (64-bit edition)\n\n### *Solution*:\nInstall necessary updates from the KB section, that are listed in your Windows Update (Windows Update usually can be accessed from the Control Panel)\n\n### *Original advisories*:\n[ADV170020](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/ADV170020>) \n[CVE-2017-11854](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11854>) \n[CVE-2017-11876](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11876>) \n[CVE-2017-11877](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11877>) \n[CVE-2017-11878](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11878>) \n[CVE-2017-11882](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11882>) \n[CVE-2017-11884](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11884>) \n\n\n### *Impacts*:\nACE \n\n### *Related products*:\n[Microsoft Office Professional Plus 2010](<https://threats.kaspersky.com/en/product/Microsoft-Office-Professional-Plus-2010/>)\n\n### *CVE-IDS*:\n[CVE-2017-11854](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-11854>)9.3Critical \n[CVE-2017-11876](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-11876>)6.8High \n[CVE-2017-11877](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-11877>)4.3Warning \n[CVE-2017-11878](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-11878>)9.3Critical \n[CVE-2017-11882](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-11882>)9.3Critical \n[CVE-2017-11884](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-11884>)9.3Critical\n\n### *Microsoft official advisories*:\n\n\n### *KB list*:\n[4011242](<http://support.microsoft.com/kb/4011242>) \n[4011247](<http://support.microsoft.com/kb/4011247>) \n[4011268](<http://support.microsoft.com/kb/4011268>) \n[4011245](<http://support.microsoft.com/kb/4011245>) \n[4011244](<http://support.microsoft.com/kb/4011244>) \n[4011265](<http://support.microsoft.com/kb/4011265>) \n[4011264](<http://support.microsoft.com/kb/4011264>) \n[4011267](<http://support.microsoft.com/kb/4011267>) \n[4011266](<http://support.microsoft.com/kb/4011266>) \n[4011262](<http://support.microsoft.com/kb/4011262>) \n[4011206](<http://support.microsoft.com/kb/4011206>) \n[4011205](<http://support.microsoft.com/kb/4011205>) \n[4011220](<http://support.microsoft.com/kb/4011220>) \n[3162047](<http://support.microsoft.com/kb/3162047>) \n[4011233](<http://support.microsoft.com/kb/4011233>) \n[4011250](<http://support.microsoft.com/kb/4011250>) \n[4011199](<http://support.microsoft.com/kb/4011199>) \n[4011257](<http://support.microsoft.com/kb/4011257>) \n[4011270](<http://support.microsoft.com/kb/4011270>) \n[4011271](<http://support.microsoft.com/kb/4011271>) \n[4011197](<http://support.microsoft.com/kb/4011197>) \n[4011618](<http://support.microsoft.com/kb/4011618>) \n[4011020](<http://support.microsoft.com/kb/4011020>) \n[4011604](<http://support.microsoft.com/kb/4011604>)\n\n### *Exploitation*:\nThis vulnerability can be exploited by the following malware:", "edition": 44, "modified": "2020-06-18T00:00:00", "published": "2017-11-14T00:00:00", "id": "KLA11139", "href": "https://threats.kaspersky.com/en/vulnerability/KLA11139", "title": "\r KLA11139Multiple vulnerabilities in Microsoft Office ", "type": "kaspersky", "cvss": {"score": 9.3, "vector": "AV:N/AC:M/Au:N/C:C/I:C/A:C"}}], "talosblog": [{"lastseen": "2017-12-25T19:52:52", "bulletinFamily": "blog", "cvelist": ["CVE-2017-11768", "CVE-2017-11770", "CVE-2017-11788", "CVE-2017-11791", "CVE-2017-11803", "CVE-2017-11827", "CVE-2017-11830", "CVE-2017-11831", "CVE-2017-11832", "CVE-2017-11833", "CVE-2017-11834", "CVE-2017-11835", "CVE-2017-11836", "CVE-2017-11837", "CVE-2017-11838", "CVE-2017-11839", "CVE-2017-11840", "CVE-2017-11841", "CVE-2017-11842", "CVE-2017-11843", "CVE-2017-11844", "CVE-2017-11845", "CVE-2017-11846", "CVE-2017-11847", "CVE-2017-11848", "CVE-2017-11849", "CVE-2017-11850", "CVE-2017-11851", "CVE-2017-11852", "CVE-2017-11853", "CVE-2017-11854", "CVE-2017-11855", "CVE-2017-11856", "CVE-2017-11858", "CVE-2017-11861", "CVE-2017-11862", "CVE-2017-11863", "CVE-2017-11866", "CVE-2017-11869", "CVE-2017-11870", "CVE-2017-11871", "CVE-2017-11872", "CVE-2017-11873", "CVE-2017-11874", "CVE-2017-11876", "CVE-2017-11877", "CVE-2017-11878", "CVE-2017-11879", "CVE-2017-11880", "CVE-2017-11882", "CVE-2017-11883", "CVE-2017-11884", "CVE-2017-16367", "CVE-2017-8700"], "description": "Microsoft has released its monthly set of security advisories for vulnerabilities that have been identified and addressed in various products. This month's advisory release addresses 53 new vulnerabilities with 19 of them rated critical, 31 of them rated important and 3 of them rated moderate. These vulnerabilities impact Microsoft Edge, Internet Explorer, Microsoft Scripting Engine, and more.<br /><br />In addition, an update for Adobe Reader was released which addresses CVE-2017-16367 / TALOS-2017-0356 - Adobe Acrobat Reader DC PDF Structured Hierarchy ActualText Structure Element Code Execution Vulnerability which was discovered by Aleksandar Nikolic of Cisco Talos. This vulnerability manifests as a type confusion vulnerability in the PDF parsing functionality for documents containing marked structure elements. A specifically crafted PDF document designed to trigger the vulnerability could cause an out-of-bounds access on the heap, potentially leading to arbitrary code execution. More details regarding this vulnerability are available <a href=\"https://talosintelligence.com/vulnerability_reports/TALOS-2017-0356\">here</a>.<br /><br /><a name='more'></a><h2 id=\"h.zgfs4ty8epb8\">Vulnerabilities Rated Critical</h2><br />The following vulnerabilities are rated \"Critical\" by Microsoft:<br /><br /><ul><li><a href=\"https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11836\">CVE-2017-11836 - Scripting Engine Memory Corruption Vulnerability</a></li><li><a href=\"https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11837\">CVE-2017-11837 - Scripting Engine Memory Corruption Vulnerability</a></li><li><a href=\"https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11838\">CVE-2017-11838 - Scripting Engine Memory Corruption Vulnerability</a></li><li><a href=\"https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11839\">CVE-2017-11839 - Scripting Engine Memory Corruption Vulnerability</a></li><li><a href=\"https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11840\">CVE-2017-11840 - Scripting Engine Memory Corruption Vulnerability</a></li><li><a href=\"https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11841\">CVE-2017-11841 - Scripting Engine Memory Corruption Vulnerability</a></li><li><a href=\"https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11843\">CVE-2017-11843 - Scripting Engine Memory Corruption Vulnerability</a></li><li><a href=\"https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11845\">CVE-2017-11845 - Microsoft Edge Memory Corruption Vulnerability</a></li><li><a href=\"https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11846\">CVE-2017-11846 - Scripting Engine Memory Corruption Vulnerability</a></li><li><a href=\"https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11855\">CVE-2017-11855 - Internet Explorer Memory Corruption Vulnerability</a></li><li><a href=\"https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11856\">CVE-2017-11856 - Internet Explorer Memory Corruption Vulnerability</a></li><li><a href=\"https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11858\">CVE-2017-11858 - Scripting Engine Memory Corruption Vulnerability</a></li><li><a href=\"https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11861\">CVE-2017-11861 - Scripting Engine Memory Corruption Vulnerability</a></li><li><a href=\"https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11862\">CVE-2017-11862 - Scripting Engine Memory Corruption Vulnerability</a></li><li><a href=\"https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11866\">CVE-2017-11866 - Scripting Engine Memory Corruption Vulnerability</a></li><li><a href=\"https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11869\">CVE-2017-11869 - Scripting Engine Memory Corruption Vulnerability</a></li><li><a href=\"https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11870\">CVE-2017-11870 - Scripting Engine Memory Corruption Vulnerability</a></li><li><a href=\"https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11871\">CVE-2017-11871 - Scripting Engine Memory Corruption Vulnerability</a></li><li><a href=\"https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11873\">CVE-2017-11873 - Scripting Engine Memory Corruption Vulnerability</a></li></ul><br /><h3 id=\"h.pmrxkbmph7q8\">Multiple CVEs - Scripting Engine Memory Corruption Vulnerability</h3><br />Multiple vulnerabilities have been identified in the scripting engine of Microsoft Edge that could allow an attacker to execute arbitrary code. These vulnerabilities manifest due to Microsoft Edge improperly handling objects in memory. Scenarios where these vulnerabilities would likely be exploited include web-based attacks where the user navigates to a malicious web page designed to exploit these vulnerabilities. Successful exploitation of these vulnerabilities could allow an attacker to execute code within the context of the current user.<br /><br />The following is a list of CVEs related to these vulnerabilities:<br /><ul><li>CVE-2017-11836</li><li>CVE-2017-11839</li><li>CVE-2017-11840</li><li>CVE-2017-11841</li><li>CVE-2017-11861</li><li>CVE-2017-11862</li><li>CVE-2017-11866</li><li>CVE-2017-11870</li><li>CVE-2017-11871</li><li>CVE-2017-11873</li></ul><h3 id=\"h.9bhb21vu9pw3\">Multiple CVEs - Scripting Engine Memory Corruption Vulnerability</h3><br />Multiple remote code execution vulnerabilities have been identified affecting the scripting engine in Microsoft browsers. These vulnerabilities manifest due to the scripting engine improperly handling objects in memory. Successful exploitation of these vulnerabilities could allow an attacker to execute arbitrary code within the context of the current user. Scenarios where these vulnerabilities would likely be exploited include web-based attacks where the user navigates to a malicious web page designed to exploit these vulnerabilities or, in some cases, opens a Microsoft Office document containing an embedded ActiveX control marked \"safe for initialization.\"<br /><br />The following is a list of CVEs related to these vulnerabilities.<br /><ul><li>CVE-2017-11837 </li><li>CVE-2017-11838</li><li>CVE-2017-11843</li><li>CVE-2017-11846</li><li>CVE-2017-11858 </li></ul><h3 id=\"h.l4j3cblo56e5\">CVE-2017-11845 - Microsoft Edge Memory Corruption Vulnerability</h3><br />A remote code vulnerability has been identified that affects Microsoft Edge. The vulnerability is related to the way Microsoft Edge accesses objects in memory. Successful exploitation of this vulnerability could allow an attacker to execute arbitrary code with the same access rights as the current user. Scenarios where this vulnerability would likely be exploited include web-based attacks where a user navigates to a malicious webpage designed to exploit this vulnerability, or via the use of a malicious email attachment that the user is convinced to open. <br /><br /><h3 id=\"h.kwuhvlxn2rdl\">Multiple CVEs - Internet Explorer Memory Corruption Vulnerability</h3><br />Two remote code vulnerabilities have been discovered that affect Internet Explorer. These vulnerabilities are related to the way Internet Explorer accesses objects in memory. Successful exploitation of these vulnerabilities could result in the execution of arbitrary code with the same access rights as the current user. Scenarios where these vulnerabilities would likely be exploited include web-based attacks where a user navigates to a malicious webpage designed to exploit this vulnerability, or via the use of a malicious email attachment that the user is convinced to open.<br /><br />The following is a list of CVEs related to these vulnerabilities:<br /><ul><li>CVE-2017-11855</li><li>CVE-2017-11856 </li></ul><h3 id=\"h.25ulimn27xx4\">CVE-2017-11869 - Scripting Engine Memory Corruption Vulnerability</h3><br />A vulnerability has been identified in the scripting engine of Internet Explorer that could allow an attacker to execute arbitrary code. These vulnerability manifest due to Internet Explorer improperly accessing objects in memory. Scenarios where these vulnerabilities would likely be exploited include web-based attacks where the user navigates to a malicious web page designed to exploit these vulnerabilities. Successful exploitation of these vulnerabilities could allow an attacker to execute code within the context of the current user.<br /><br /><h2 id=\"h.ftn8wufn5bzc\">Vulnerabilities Rated Important</h2><br />The following vulnerabilities are rated \"Important\" by Microsoft:<br /><ul><li><a href=\"https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11768\">CVE-2017-11768 - Windows Media Player Information Disclosure Vulnerability</a></li><li><a href=\"https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11770\">CVE-2017-11770 - ASP.NET Core Denial Of Service Vulnerability</a></li><li><a href=\"https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11788\">CVE-2017-11788 - Windows Search Denial of Service Vulnerability</a></li><li><a href=\"https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11791\">CVE-2017-11791 - Scripting Engine Information Disclosure Vulnerability</a></li><li><a href=\"https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11803\">CVE-2017-11803 - Microsoft Edge Information Disclosure Vulnerability</a></li><li><a href=\"https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11827\">CVE-2017-11827 - Microsoft Browser Memory Corruption Vulnerability</a></li><li><a href=\"https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11830\">CVE-2017-11830 - Device Guard Security Feature Bypass Vulnerability</a></li><li><a href=\"https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11831\">CVE-2017-11831 - Windows Information Disclosure Vulnerability</a></li><li><a href=\"https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11832\">CVE-2017-11832 - Windows EOT Font Engine Information Disclosure Vulnerability</a></li><li><a href=\"https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11833\">CVE-2017-11833 - Microsoft Edge Information Disclosure Vulnerability</a></li><li><a href=\"https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11834\">CVE-2017-11834 - Scripting Engine Information Disclosure Vulnerability</a></li><li><a href=\"https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11835\">CVE-2017-11835 - Windows EOT Font Engine Information Disclosure Vulnerability</a></li><li><a href=\"https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11842\">CVE-2017-11842 - Windows Kernel Information Disclosure Vulnerability</a></li><li><a href=\"https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11844\">CVE-2017-11844 - Microsoft Edge Information Disclosure Vulnerability</a></li><li><a href=\"https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11847\">CVE-2017-11847 - Windows Kernel Elevation of Privilege Vulnerability</a></li><li><a href=\"https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11849\">CVE-2017-11849 - Windows Kernel Information Disclosure Vulnerability</a></li><li><a href=\"https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11850\">CVE-2017-11850 - Microsoft Graphics Component Information Disclosure Vulnerability</a></li><li><a href=\"https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11851\">CVE-2017-11851 - Windows Kernel Information Disclosure Vulnerability</a></li><li><a href=\"https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11852\">CVE-2017-11852 - Windows GDI Information Disclosure Vulnerability</a></li><li><a href=\"https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11853\">CVE-2017-11853 - Windows Kernel Information Disclosure Vulnerability</a></li><li><a href=\"https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11854\">CVE-2017-11854 - Microsoft Word Memory Corruption Vulnerability</a></li><li><a href=\"https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11863\">CVE-2017-11863 - Microsoft Edge Security Feature Bypass Vulnerability</a></li><li><a href=\"https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11872\">CVE-2017-11872 - Microsoft Edge Security Feature Bypass Vulnerability</a></li><li><a href=\"https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11874\">CVE-2017-11874 - Microsoft Edge Security Feature Bypass Vulnerability</a></li><li><a href=\"https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11877\">CVE-2017-11877 - Microsoft Excel Security Feature Bypass Vulnerability</a></li><li><a href=\"https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11878\">CVE-2017-11878 - Microsoft Excel Memory Corruption Vulnerability</a></li><li><a href=\"https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11879\">CVE-2017-11879 - ASP.NET Core Elevation Of Privilege Vulnerability</a></li><li><a href=\"https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11880\">CVE-2017-11880 - Windows Information Disclosure Vulnerability</a></li><li><a href=\"https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11882\">CVE-2017-11882 - Microsoft Office Memory Corruption Vulnerability</a></li><li><a href=\"https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11884\">CVE-2017-11884 - Microsoft Office Memory Corruption Vulnerability</a></li></ul><h3 id=\"h.bdoa4s47wkbw\">CVE-2017-11768 - Windows Media Player Information Disclosure Vulnerability</h3><br />An information disclosure vulnerability has been identified that affects Windows Media Player. This vulnerability manifests due to Windows Media Player improperly disclosing file information. In order to exploit this vulnerability an attacker would need to authenticate to an affected system and execute a program designed to exploit this vulnerability. Successful exploitation of this vulnerability would allow an attacker to enumerate the existence of files stored on an affected system.<br /><br /><h3 id=\"h.q5rd6srfdkn8\">Multiple CVEs - ASP.NET Core Denial Of Service Vulnerability</h3><br />Multiple denial of service vulnerabilities have been identified that affect ASP.NET Core. These vulnerabilities manifest due to .NET Core improperly handling web requests. These vulnerabilities could be exploited remotely by an unauthenticated attacker. Successful exploitation could result in a denial of service condition. <br /><br />The following CVEs are related to these vulnerabilities:<br /><ul><li><a href=\"https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11770\">CVE-2017-11770 - ASP.NET Core Denial Of Service Vulnerability</a></li><li><a href=\"https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11883\">CVE-2017-11883 - ASP.NET Core Denial Of Service Vulnerability</a></li></ul><h3 id=\"h.38zj0t9asa7l\">CVE-2017-11788 - Windows Search Denial of Service Vulnerability</h3><br />A denial of service vulnerability has been identified that affects Windows Search. This vulnerability manifests due to Windows Search improperly handling objects in memory. This vulnerability could be exploited by sending specially crafted messages to the Windows Search service. Additionally this vulnerability could be exploited by an unauthenticated remote attacker via Server Message Block (SMB). Successful exploitation of this vulnerability could result in a denial of service condition on affected systems.<br /><br /><h3 id=\"h.n7xhfhgh78f0\">CVE-2017-11791 - Scripting Engine Information Disclosure Vulnerability</h3><br />An information disclosure vulnerability has been identified that affects Microsoft browsers. This vulnerability manifests due to Microsoft browsers improperly handling objects in memory. This vulnerability could be leveraged by an attacker to obtain information that could be used for subsequent attacks against an affected system. Scenarios where this vulnerability would likely be exploited include web-based attacks where the user navigates to a malicious web page designed to exploit of this vulnerability.<br /><br /><h3 id=\"h.su1nmhb9yrz2\">Multiple CVEs - Microsoft Edge Information Disclosure Vulnerability</h3><br />Two information disclosure vulnerabilities have been identified that affect Microsoft Edge. These vulnerabilities manifest due to Microsoft Edge improperly handling objects in memory. These vulnerabilities could be leveraged by an attacker to obtain information that could be used for subsequent attacks against an affected system. Scenarios where these vulnerabilities would likely be exploited include web-based attacks where the user navigates to a malicious web page designed to exploit of this vulnerability.<br /><br />The following is a list of CVEs related to these vulnerabilities:<br /><ul><li>CVE-2017-11803</li><li>CVE-2017-11844</li></ul><h3 id=\"h.eak31u2c41u2\">CVE-2017-11827 - Microsoft Browser Memory Corruption Vulnerability</h3><br />A remote code execution vulnerability has been identified that affects Microsoft browsers. This vulnerability manifests due to the way in which Microsoft browsers access objects in memory. Successful exploitation of this vulnerability could allow an attacker to execute arbitrary code with the same privileges as the current user. Scenarios where this vulnerability would likely be exploited include web-based attacks where the user navigates to a malicious web page designed to exploit of this vulnerability or convincing a user to open a malicious email attachment.<br /><br /><h3 id=\"h.fn76sfmfrnf3\">CVE-2017-11830 - Device Guard Security Feature Bypass Vulnerability</h3><br />A security feature bypass vulnerability has been identified that affects Device Guard. This vulnerability manifests due to the way in which Device Guard incorrectly validates untrusted files. Successful exploitation of this vulnerability could allow an attacker to make an unsigned file appear as if it is signed, allowing an attacker to execute malicious files on affected systems.<br /><br /><h3 id=\"h.y3wb9e2yktsf\">Multiple CVEs - Windows Information Disclosure Vulnerability</h3><br />Multiple information disclosure vulnerabilities have been identified that affect the Windows kernel. These vulnerabilities manifest due to the Windows kernel failing to properly initialize memory addresses. These vulnerabilities could be leveraged by an attacker to obtain information that could be used for subsequent attacks against an affected system. Exploiting these vulnerabilities would require an attacker to authenticate to an affected device and execute an application designed to exploit this vulnerability.<br /><br />The following is a list of CVEs related to these vulnerabilities:<br /><ul><li>CVE-2017-11831</li><li>CVE-2017-11880</li></ul><h3 id=\"h.btsw9vna5f30\">Multiple CVEs - Windows EOT Font Engine Information Disclosure Vulnerability</h3><br />Two information disclosure vulnerabilities have been identified that affect Microsoft Windows Embedded OpenType (EOT). These vulnerabilities manifest due to the way in which the font engine parses embedded fonts. Successful exploitation of these vulnerabilities could allow an attacker to obtain information that could be used for subsequent attacks against an affected system. <br /><br />The following is a list of CVEs related to these vulnerabilities:<br /><ul><li>CVE-2017-11832</li><li>CVE-2017-11835</li></ul><h3 id=\"h.hzfeoreuofyd\">CVE-2017-11833 - Microsoft Edge Information Disclosure Vulnerability</h3><br />An information disclosure vulnerability has been identified that affects Microsoft Edge. This vulnerability manifests due to the way in which Microsoft Edge handles cross-origin requests. This vulnerability could be leveraged by an attacker to determine the origin of webpages within an affected browser. Scenarios where this vulnerability would likely be exploited include web-based attacks where the user navigates to a malicious web page designed to exploit of this vulnerability. <br /><br /><h3 id=\"h.3e1zkv9m7hzg\">CVE-2017-11834 - Scripting Engine Information Disclosure Vulnerability</h3><br />An information disclosure vulnerability was identified that affects Internet Explorer. This vulnerability manifests due to the scripting engine in Internet Explorer not properly handling objects in memory. This vulnerability could be leveraged by an attacker to obtain information that could be used in additional attacks. Scenarios where this vulnerability would likely be exploited include web-based attacks where the user navigates to a malicious web page designed to exploit of this vulnerability. <br /><br /><h3 id=\"h.yv8u67oyrby6\">Multiple CVEs - Windows Kernel Information Disclosure Vulnerability</h3><br />Multiple information disclosure vulnerabilities were identified that affect the Windows Kernel-Mode Drivers. These vulnerabilities manifest due to the Windows Kernel failing to properly initialize memory addresses. These vulnerabilities could be leveraged by an attacker to obtain information that could be used in subsequent attacks to further compromise an affected system. Exploitation of these vulnerabilities would require an attacker to log in and execute a program specifically designed to exploit them.<br /><br />The following is a list of CVEs related to these vulnerabilities:<br /><ul><li>CVE-2017-11842</li><li>CVE-2017-11849</li><li>CVE-2017-11853</li></ul><h3 id=\"h.ispynop4ff07\">CVE-2017-11847 - Windows Kernel Elevation of Privilege Vulnerability</h3><br />A privilege escalation vulnerability has been identified that affects the Windows Kernel. This vulnerability manifests due to the Windows Kernel failing to properly handle objects in memory. Successful exploitation of this vulnerability would require an attacker to log on to a system and execute a program specifically designed to exploit this vulnerability and could allow an attacker to run arbitrary code in kernel memory.<br /><br /><h3 id=\"h.596vig5drvj1\">CVE-2017-11850 - Microsoft Graphics Component Information Disclosure Vulnerability</h3><br />An information disclosure vulnerability has been identified that affects the Microsoft Graphics Component. This vulnerability manifests due to the Windows GDI component disclosing kernel memory addresses. An attacker could leverage this vulnerability to obtain information that could be used for additional attacks against an affected system. Successful exploitation of this vulnerability would require an attacker to log on to a system and execute a program specifically designed to exploit this vulnerability.<br /><br /><h3 id=\"h.t8ap458u96px\">CVE-2017-11851 - Windows Kernel Information Disclosure Vulnerability</h3><br />An information disclosure vulnerability has been identified that affects the Microsoft Graphics Component. This vulnerability manifests due to the Windows GDI component disclosing kernel memory addresses. An attacker could leverage this vulnerability to obtain information that could be used for additional attacks against an affected system. Successful exploitation of this vulnerability would require an attacker to log on to a system and execute a program specifically designed to exploit this vulnerability.<br /><br /><h3 id=\"h.kti9vg98v2si\">CVE-2017-11852 - Windows GDI Information Disclosure Vulnerability</h3><br />An information disclosure vulnerability has been identified that affects the Microsoft Graphics Component. This vulnerability manifests due to the Windows GDI component disclosing kernel memory addresses. An attacker could leverage this vulnerability to obtain information that could be used for additional attacks against an affected system. Successful exploitation of this vulnerability would require an attacker to log on to a system and execute a program specifically designed to exploit this vulnerability.<br /><br /><h3 id=\"h.btbv13lo447t\">CVE-2017-11854 - Microsoft Word Memory Corruption Vulnerability</h3><br />A remote code execution vulnerability has been identified that affects Microsoft Office. This vulnerability manifests due to Microsoft Office improperly handling objects in memory. Successful exploitation of this vulnerability could allow an attacker to execute arbitrary code within the context of the current user. In order to exploit this vulnerability, an attacker would need to create a specially crafted file and convince a user to open it within an affected version of Microsoft Office.<br /><br /><h3 id=\"h.vfhxvo8e1vuz\">CVE-2017-11863 - Microsoft Edge Security Feature Bypass Vulnerability</h3><br />A security feature bypass has been identified in Microsoft Edge that could allow an attacker to load a page containing malicious content without the user's knowledge or consent. This vulnerability manifests in the Edge Content Security Policy where certain specially crafted documents are improperly validated. An attacker could exploit this vulnerability by convincing a user to navigate to a malicious page or by injecting malicious content into page, such as an advertisement, thereby bypassing the Content Security Policy.<br /><br /><h3 id=\"h.9suck7nnkgfu\">CVE-2017-11872 - Microsoft Edge Security Feature Bypass Vulnerability</h3><br />A security feature bypass vulnerability has been identified in Microsoft Edge that could allow an attacker to bypass Cross-Origin Resource Sharing restrictions. This vulnerability manifests as a result of Edge improperly handling redirect requests and following redirect requests that should otherwise be ignored. An attacker could exploit this vulnerability by creating a specially crafted web page designed to exploit this vulnerability and convincing a user to visit the web page. Attackers could also leverage vulnerable or compromised web pages exploit this vulnerability.<br /><br /><h3 id=\"h.9qx8ma9p7xwo\">CVE-2017-11874 - Microsoft Edge Security Feature Bypass Vulnerability</h3><br />A security feature bypass vulnerability has been identified in Microsoft Edge that could allow an attacker to bypass the Control Flow Guard. This vulnerability manifests as a result of the Edge Just-In-Time compiler incorrectly handling memory operations in compiled code. An attacker could exploit this vulnerability by creating a specially crafted web page designed to exploit this vulnerability and convincing a user to visit the web page.<br /><br /><h3 id=\"h.p53pt1akjudq\">CVE-2017-11877 - Microsoft Excel Security Feature Bypass Vulnerability</h3><br />A security feature bypass vulnerability has been identified that affects Microsoft Office. The vulnerability is related to Microsoft Office failing to enforce macro settings on Excel documents. Exploitation of this vulnerability does not result in code execution and requires an attacker to create a specially crafted file that is opened in an affected version of Microsoft Excel.<br /><br /><h3 id=\"h.recfefvinm40\">CVE-2017-11878 - Microsoft Excel Memory Corruption Vulnerability</h3><br />A remote code execution vulnerability has been identified that affects Microsoft Office. The vulnerability is related to Microsoft Office not properly handling objects in memory. Successful exploitation of this vulnerability could result in an attacker gaining the ability to execute arbitrary code within the context of the current user. Exploitation of this vulnerability requires an attacker to create a specially crafted file that is opened in an affected version of Microsoft Office. <br /><br /><h3 id=\"h.hyk2905styk6\">CVE-2017-11879 - ASP.NET Core Elevation Of Privilege Vulnerability</h3><br />An open redirect vulnerability has been identified at affects ASP.NET Core. Exploitation of this vulnerability could result in privilege escalation. In order to exploit this vulnerability an attacker would need to create a specially crafted URL which could be used to redirect the victim's browser session to a malicious site and obtain login session information.<br /><br /><h3 id=\"h.6020jwogk4nx\">Multiple CVEs - Microsoft Office Memory Corruption Vulnerability</h3><br />Multiple remote code execution vulnerabilities have been identified that affect Microsoft Office. These vulnerabilities are related to Microsoft Office not properly handling objects in memory. Successful exploitation of these vulnerabilities could result in an attacker gaining the ability to execute arbitrary code within the context of the current user. Exploitation of this vulnerability requires an attacker to create a specially crafted file that is opened in an affected version of Microsoft Office. <br /><br />The following is a list of CVEs related to these vulnerabilities:<br /><ul><li>CVE-2017-11882</li><li>CVE-2017-11884</li></ul><br /><h2 id=\"h.9bugt6nqiqht\">Vulnerabilities Rated Moderate</h2><br />The following vulnerabilities are rated \"Moderate\" by Microsoft:<br /><ul><li><a href=\"https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11848\">CVE-2017-11848 - Internet Explorer Information Disclosure Vulnerability</a></li><li><a href=\"https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-11876\">CVE-2017-11876 - Microsoft Project Server Elevation of Privilege Vulnerability</a></li><li><a href=\"https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2017-8700\">CVE-2017-8700 - ASP.NET Core Information Disclosure Vulnerability</a></li></ul><h3 id=\"h.wfk7ipeakm4m\">CVE-2017-11848 - Internet Explorer Information Disclosure Vulnerability</h3><br />An information disclosure vulnerability has been identified that affects Internet Explorer. This vulnerability manifests due to the way in which Internet Explorer handles page contents. Scenarios where this vulnerability would likely be exploited include web-based attacks where the user navigates to a malicious web page designed to exploit of this vulnerability. Successful exploitation of this vulnerability could allow an attacker to detect navigation of a user leaving a malicious web page. <br /><br /><h3 id=\"h.1fxj2jwk3xet\">CVE-2017-11876 - Microsoft Project Server Elevation of Privilege Vulnerability</h3><br />A privilege escalation vulnerability has been discovered affecting Microsoft Project. It is related to the way in which Microsoft Project Server improperly manages user sessions. The victim must be logged in to the target site in order for this vulnerability to be exploited. Scenarios where this vulnerability would likely be exploited include web-based attacks where the user navigates to a malicious web page designed to exploit of this vulnerability. Successful exploitation of this vulnerability could allow an attacker to access content that the attacker is not authorized to access or impersonate the user within the web application. It could also enable the attacker to inject malicious contents into the victim's browser.<br /><br /><h3 id=\"h.wd4h9qqis9cx\">CVE-2017-8700 - ASP.NET Core Information Disclosure Vulnerability</h3><br />An information disclosure vulnerability has been identified that affects ASP.net Core. This vulnerability could enable an attacker to bypass Cross-Origin Resource Sharing (CORS) configurations. Successful exploitation of this vulnerability could allow an attacker to access content that they are not authorized to access from within a web application.<br /><br /><h2 id=\"h.bipt9xzi68fa\">Coverage</h2><br />In response to these vulnerability disclosures, Talos is releasing the following Snort rules that detect attempts to exploit them. Please note that additional rules may be released at a future date and current rules are subject to change pending additional information. Firepower customers should use the latest update to their ruleset by updating their SRU. Open Source Snort Subscriber Rule Set customers can stay up to date by downloading the latest rule pack available for purchase on Snort.org.<br /><br />Snort Rules:<br /><ul><li>43120-43121</li><li>44809-44834</li><li>44838-44839</li><li>44843-44846</li></ul>For other vulnerabilities Talos has disclosed, please refer to our Vulnerability Report Portal:<a href=\"http://www.talosintelligence.com/vulnerability-reports/\"> </a><a href=\"http://www.talosintelligence.com/vulnerability-reports/\">http://www.talosintelligence.com/vulnerability-reports/</a><br /><br /><a href=\"http://www.talosintelligence.com/vulnerability-reports/\"></a><br /><br />To review our Vulnerability Disclosure Policy, please visit this site:<br /><br /><a href=\"http://www.cisco.com/c/en/us/about/security-center/vendor-vulnerability-policy.html\">http://www.cisco.com/c/en/us/about/security-center/vendor-vulnerability-policy.html</a><br /><br /><a href=\"http://www.cisco.com/c/en/us/about/security-center/vendor-vulnerability-policy.html\"></a><br /><br /><div class=\"feedflare\">\n<a href=\"http://feeds.feedburner.com/~ff/feedburner/Talos?a=gKTSu-yN4pM:3HD9OhLzN18:yIl2AUoC8zA\"><img src=\"http://feeds.feedburner.com/~ff/feedburner/Talos?d=yIl2AUoC8zA\" border=\"0\"></img></a>\n</div><img src=\"http://feeds.feedburner.com/~r/feedburner/Talos/~4/gKTSu-yN4pM\" height=\"1\" width=\"1\" alt=\"\"/>", "modified": "2017-11-14T19:54:05", "published": "2017-11-14T11:54:00", "href": "http://feedproxy.google.com/~r/feedburner/Talos/~3/gKTSu-yN4pM/ms-tuesday.html", "id": "TALOSBLOG:A69C35FFFCE6FA744216C7784C7D2148", "type": "talosblog", "title": "Microsoft Patch Tuesday - November 2017", "cvss": {"score": 9.3, "vector": "AV:NETWORK/AC:MEDIUM/Au:NONE/C:COMPLETE/I:COMPLETE/A:COMPLETE/"}}], "trendmicroblog": [{"lastseen": "2017-11-26T20:03:00", "bulletinFamily": "blog", "cvelist": ["CVE-2017-11768", "CVE-2017-11770", "CVE-2017-11788", "CVE-2017-11791", "CVE-2017-11803", "CVE-2017-11827", "CVE-2017-11830", "CVE-2017-11831", "CVE-2017-11832", "CVE-2017-11833", "CVE-2017-11834", "CVE-2017-11835", "CVE-2017-11836", "CVE-2017-11837", "CVE-2017-11838", "CVE-2017-11839", "CVE-2017-11840", "CVE-2017-11841", "CVE-2017-11842", "CVE-2017-11843", "CVE-2017-11844", "CVE-2017-11845", "CVE-2017-11846", "CVE-2017-11847", "CVE-2017-11848", "CVE-2017-11849", "CVE-2017-11850", "CVE-2017-11851", "CVE-2017-11852", "CVE-2017-11853", "CVE-2017-11854", "CVE-2017-11855", "CVE-2017-11856", "CVE-2017-11858", "CVE-2017-11861", "CVE-2017-11862", "CVE-2017-11863", "CVE-2017-11866", "CVE-2017-11867", "CVE-2017-11869", "CVE-2017-11870", "CVE-2017-11871", "CVE-2017-11872", "CVE-2017-11873", "CVE-2017-11874", "CVE-2017-11876", "CVE-2017-11877", "CVE-2017-11878", "CVE-2017-11879", "CVE-2017-11880", "CVE-2017-11882", "CVE-2017-11883", "CVE-2017-8700"], "description": "\n\nThe dreaded white, blank screen in Microsoft Word is taunting me, with its blinking cursor asking for words to be written. Just when I thought I wouldn\u2019t get any inspiration for this week\u2019s blog, inspiration came to me from beyond through our late CTO Raimund Genes. Earlier this week, the third annual Trend Micro Capture the Flag (CTF), now known as the Raimund Genes Cup, competition was held in Tokyo, giving IT and security professionals the opportunity to expand their skill sets. A total of 10 teams participated in multiple challenges in categories including targeted attacks, Internet of Things (IoT), Industrial Control Systems (ICS) and Supervisory Control and Data Acquisition (SCADA). Team Egrf33ks won this year\u2019s competition and now qualifies for HITCON 2017. For the full results of this year\u2019s CTF, click [here](<https://www.trendmicro.com/en_us/campaigns/capture-the-flag.html>).\n\n**Microsoft Update**\n\nThis week\u2019s Digital Vaccine\u00ae (DV) package includes coverage for Microsoft updates released on or before November 14, 2017. It was another big month with 53 security patches covering Internet Explorer (IE), Microsoft Edge, Microsoft Windows, Microsoft Office, ASP.NET Core and .NET Core, and Chakra Core. 20 of the patches are listed as Critical and 31 are rated Important. Six of the Microsoft CVEs came through the Zero Day Initiative program. The following table maps Digital Vaccine filters to the Microsoft updates. Filters marked with an asterisk (*) shipped prior to this DV package, providing preemptive zero-day protection for customers. You can get more detailed information on this month\u2019s security updates from Dustin Childs\u2019 [November 2017 Security Update Review](<https://www.zerodayinitiative.com/blog/2017/11/14/the-november-2017-security-update-review>) from the Zero Day Initiative:\n\n**CVE #** | **Digital Vaccine Filter #** | **Status** \n---|---|--- \nCVE-2017-11768 | | Vendor Deemed Reproducibility or Exploitation Unlikely \nCVE-2017-11770 | | Vendor Deemed Reproducibility or Exploitation Unlikely \nCVE-2017-11788 | | Vendor Deemed Reproducibility or Exploitation Unlikely \nCVE-2017-11791 | 29921 | \nCVE-2017-11803 | | Vendor Deemed Reproducibility or Exploitation Unlikely \nCVE-2017-11827 | | Vendor Deemed Reproducibility or Exploitation Unlikely \nCVE-2017-11830 | | Vendor Deemed Reproducibility or Exploitation Unlikely \nCVE-2017-11831 | | Vendor Deemed Reproducibility or Exploitation Unlikely \nCVE-2017-11832 | | Vendor Deemed Reproducibility or Exploitation Unlikely \nCVE-2017-11833 | | Vendor Deemed Reproducibility or Exploitation Unlikely \nCVE-2017-11834 | | Vendor Deemed Reproducibility or Exploitation Unlikely \nCVE-2017-11835 | | Vendor Deemed Reproducibility or Exploitation Unlikely \nCVE-2017-11836 | | Vendor Deemed Reproducibility or Exploitation Unlikely \nCVE-2017-11837 | 29923 | \nCVE-2017-11838 | | Vendor Deemed Reproducibility or Exploitation Unlikely \nCVE-2017-11839 | | Vendor Deemed Reproducibility or Exploitation Unlikely \nCVE-2017-11840 | 29926 | \nCVE-2017-11841 | 29933 | \nCVE-2017-11842 | | Vendor Deemed Reproducibility or Exploitation Unlikely \nCVE-2017-11843 | 29931 | \nCVE-2017-11844 | | Vendor Deemed Reproducibility or Exploitation Unlikely \nCVE-2017-11845 | 29930 | \nCVE-2017-11846 | 29932 | \nCVE-2017-11847 | 29924 | \nCVE-2017-11848 | | Vendor Deemed Reproducibility or Exploitation Unlikely \nCVE-2017-11849 | | Vendor Deemed Reproducibility or Exploitation Unlikely \nCVE-2017-11850 | | Vendor Deemed Reproducibility or Exploitation Unlikely \nCVE-2017-11851 | | Vendor Deemed Reproducibility or Exploitation Unlikely \nCVE-2017-11852 | | Vendor Deemed Reproducibility or Exploitation Unlikely \nCVE-2017-11853 | | Vendor Deemed Reproducibility or Exploitation Unlikely \nCVE-2017-11854 | 29929 | \nCVE-2017-11855 | 29918 | \nCVE-2017-11856 | *29744 | \nCVE-2017-11858 | *29832 | \nCVE-2017-11861 | 29925 | \nCVE-2017-11862 | | Vendor Deemed Reproducibility or Exploitation Unlikely \nCVE-2017-11863 | | Vendor Deemed Reproducibility or Exploitation Unlikely \nCVE-2017-11866 | | Vendor Deemed Reproducibility or Exploitation Unlikely \nCVE-2017-11867 | | Vendor Deemed Reproducibility or Exploitation Unlikely \nCVE-2017-11869 | *29794 | \nCVE-2017-11870 | | Vendor Deemed Reproducibility or Exploitation Unlikely \nCVE-2017-11871 | | Vendor Deemed Reproducibility or Exploitation Unlikely \nCVE-2017-11872 | | Vendor Deemed Reproducibility or Exploitation Unlikely \nCVE-2017-11873 | 29927 | \nCVE-2017-11874 | | Vendor Deemed Reproducibility or Exploitation Unlikely \nCVE-2017-11876 | | Vendor Deemed Reproducibility or Exploitation Unlikely \nCVE-2017-11877 | | Vendor Deemed Reproducibility or Exploitation Unlikely \nCVE-2017-11878 | *29784 | \nCVE-2017-11879 | | Vendor Deemed Reproducibility or Exploitation Unlikely \nCVE-2017-11880 | | Vendor Deemed Reproducibility or Exploitation Unlikely \nCVE-2017-11882 | | Vendor Deemed Reproducibility or Exploitation Unlikely \nCVE-2017-11883 | | Vendor Deemed Reproducibility or Exploitation Unlikely \nCVE-2017-8700 | | Vendor Deemed Reproducibility or Exploitation Unlikely \n \n \n\n**Zero-Day Filters**\n\nThere are 6 new zero-day filters covering one vendor in this week\u2019s Digital Vaccine (DV) package. A number of existing filters in this week\u2019s DV package were modified to update the filter description, update specific filter deployment recommendation, increase filter accuracy and/or optimize performance. You can browse the list of [published advisories](<http://www.zerodayinitiative.com/advisories/published/>) and [upcoming advisories](<http://www.zerodayinitiative.com/advisories/upcoming/>) on the [Zero Day Initiative](<http://www.zerodayinitiative.com/>) website. You can also follow the Zero Day Initiative on Twitter [@thezdi](<https://twitter.com/thezdi>) and on their [blog](<https://www.zerodayinitiative.com/blog>).\n\n**_Adobe (6)_**\n\n| \n\n * 29934: ZDI-CAN-5140: Zero Day Initiative Vulnerability (Adobe Acrobat Pro DC)\n * 29935: ZDI-CAN-5141: Zero Day Initiative Vulnerability (Adobe Acrobat Pro DC)\n * 29936: ZDI-CAN-5142: Zero Day Initiative Vulnerability (Adobe Acrobat Pro DC)\n * 29937: ZDI-CAN-5143: Zero Day Initiative Vulnerability (Adobe Acrobat Pro DC)\n * 29938: ZDI-CAN-5144: Zero Day Initiative Vulnerability (Adobe Acrobat Pro DC)\n * 29939: ZDI-CAN-5145: Zero Day Initiative Vulnerability (Adobe Acrobat Pro DC) \n---|--- \n| \n \n**Missed Last Week\u2019s News?**\n\nCatch up on last week\u2019s news in my [weekly recap](<http://blog.trendmicro.com/tippingpoint-threat-intelligence-zero-day-coverage-week-november-6-2017/>).", "modified": "2017-11-17T16:46:19", "published": "2017-11-17T16:46:19", "href": "https://blog.trendmicro.com/tippingpoint-threat-intelligence-zero-day-coverage-week-november-13-2017/", "id": "TRENDMICROBLOG:3D0DF0AC0B5B6A3B4D80A495AF488F03", "type": "trendmicroblog", "title": "TippingPoint Threat Intelligence and Zero-Day Coverage \u2013 Week of November 13, 2017", "cvss": {"score": 0.0, "vector": "NONE"}}]}