Microsoft Update To Improve PKU2U Authentication Security Advisory (3045755)
2015-04-17T00:00:00
ID OPENVAS:1361412562310805451 Type openvas Reporter Copyright (C) 2015 Greenbone Networks GmbH Modified 2020-04-20T00:00:00
Description
This host is missing an important security
update according to Microsoft advisory (3045755)
###############################################################################
# OpenVAS Vulnerability Test
#
# Microsoft Update To Improve PKU2U Authentication Security Advisory (3045755)
#
# Authors:
# Rinu Kuriakose <krinu@secpod.com>
#
# Copyright:
# Copyright (C) 2015 Greenbone Networks GmbH, http://www.greenbone.net
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2
# (or any later version), as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
###############################################################################
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.805451");
script_version("2020-04-20T09:38:23+0000");
script_tag(name:"cvss_base", value:"6.3");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:S/C:C/I:N/A:N");
script_tag(name:"last_modification", value:"2020-04-20 09:38:23 +0000 (Mon, 20 Apr 2020)");
script_tag(name:"creation_date", value:"2015-04-17 16:49:36 +0530 (Fri, 17 Apr 2015)");
script_name("Microsoft Update To Improve PKU2U Authentication Security Advisory (3045755)");
script_tag(name:"summary", value:"This host is missing an important security
update according to Microsoft advisory (3045755)");
script_tag(name:"vuldetect", value:"Get the vulnerable file version and
check appropriate update is applied or not.");
script_tag(name:"insight", value:"An update is available that improves the
authentication used by the Public Key Cryptography User-to-User (PKU2U)
security support provider (SSP)");
script_tag(name:"impact", value:"Successful exploitation will allow attackers
to break certain authentication scenarios.");
script_tag(name:"affected", value:"- Microsoft Windows Server 2012 R2
- Microsoft Windows 8.1 x32/x64 Edition");
script_tag(name:"solution", value:"The vendor has released updates. Please see the references for more information.");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"qod_type", value:"executable_version");
script_xref(name:"URL", value:"http://support.microsoft.com/en-us/kb/3045755");
script_xref(name:"URL", value:"https://technet.microsoft.com/library/security/3045755");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2015 Greenbone Networks GmbH");
script_family("Windows");
script_dependencies("smb_reg_service_pack.nasl");
script_require_ports(139, 445);
script_mandatory_keys("SMB/WindowsVersion");
exit(0);
}
include("smb_nt.inc");
include("secpod_reg.inc");
include("version_func.inc");
include("secpod_smb_func.inc");
sysPath = smb_get_systemroot();
if(!sysPath ){
exit(0);
}
dllVer = fetch_file_version(sysPath:sysPath, file_name:"system32\Pku2u.dll");
if(!dllVer){
exit(0);
}
##For Win 8.1 and win2012R2
if(hotfix_check_sp(win8_1:1, win8_1x64:1, win2012R2:1) > 0)
{
if(version_is_less(version:dllVer, test_version:"6.3.9600.17728"))
{
report = report_fixed_ver(installed_version:dllVer, fixed_version:"6.3.9600.17728", install_path:sysPath);
security_message(port: 0, data: report);
exit(0);
}
}
{"id": "OPENVAS:1361412562310805451", "type": "openvas", "bulletinFamily": "scanner", "title": "Microsoft Update To Improve PKU2U Authentication Security Advisory (3045755)", "description": "This host is missing an important security\n update according to Microsoft advisory (3045755)", "published": "2015-04-17T00:00:00", "modified": "2020-04-20T00:00:00", "cvss": {"score": 0.0, "vector": "NONE"}, "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310805451", "reporter": "Copyright (C) 2015 Greenbone Networks GmbH", "references": ["http://support.microsoft.com/en-us/kb/3045755", "https://technet.microsoft.com/library/security/3045755"], "cvelist": [], "lastseen": "2020-04-22T17:02:52", "viewCount": 1, "enchantments": {"dependencies": {"references": [], "modified": "2020-04-22T17:02:52", "rev": 2}, "score": {"value": -0.0, "vector": "NONE", "modified": "2020-04-22T17:02:52", "rev": 2}, "vulnersScore": -0.0}, "pluginID": "1361412562310805451", "sourceData": "###############################################################################\n# OpenVAS Vulnerability Test\n#\n# Microsoft Update To Improve PKU2U Authentication Security Advisory (3045755)\n#\n# Authors:\n# Rinu Kuriakose <krinu@secpod.com>\n#\n# Copyright:\n# Copyright (C) 2015 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###############################################################################\nif(description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.0.805451\");\n script_version(\"2020-04-20T09:38:23+0000\");\n script_tag(name:\"cvss_base\", value:\"6.3\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:S/C:C/I:N/A:N\");\n script_tag(name:\"last_modification\", value:\"2020-04-20 09:38:23 +0000 (Mon, 20 Apr 2020)\");\n script_tag(name:\"creation_date\", value:\"2015-04-17 16:49:36 +0530 (Fri, 17 Apr 2015)\");\n script_name(\"Microsoft Update To Improve PKU2U Authentication Security Advisory (3045755)\");\n\n script_tag(name:\"summary\", value:\"This host is missing an important security\n update according to Microsoft advisory (3045755)\");\n\n script_tag(name:\"vuldetect\", value:\"Get the vulnerable file version and\n check appropriate update is applied or not.\");\n\n script_tag(name:\"insight\", value:\"An update is available that improves the\n authentication used by the Public Key Cryptography User-to-User (PKU2U)\n security support provider (SSP)\");\n\n script_tag(name:\"impact\", value:\"Successful exploitation will allow attackers\n to break certain authentication scenarios.\");\n\n script_tag(name:\"affected\", value:\"- Microsoft Windows Server 2012 R2\n\n - Microsoft Windows 8.1 x32/x64 Edition\");\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\n script_tag(name:\"qod_type\", value:\"executable_version\");\n\n script_xref(name:\"URL\", value:\"http://support.microsoft.com/en-us/kb/3045755\");\n script_xref(name:\"URL\", value:\"https://technet.microsoft.com/library/security/3045755\");\n\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2015 Greenbone Networks GmbH\");\n script_family(\"Windows\");\n script_dependencies(\"smb_reg_service_pack.nasl\");\n script_require_ports(139, 445);\n script_mandatory_keys(\"SMB/WindowsVersion\");\n\n exit(0);\n}\n\ninclude(\"smb_nt.inc\");\ninclude(\"secpod_reg.inc\");\ninclude(\"version_func.inc\");\ninclude(\"secpod_smb_func.inc\");\n\nsysPath = smb_get_systemroot();\nif(!sysPath ){\n exit(0);\n}\n\ndllVer = fetch_file_version(sysPath:sysPath, file_name:\"system32\\Pku2u.dll\");\nif(!dllVer){\n exit(0);\n}\n\n##For Win 8.1 and win2012R2\nif(hotfix_check_sp(win8_1:1, win8_1x64:1, win2012R2:1) > 0)\n{\n if(version_is_less(version:dllVer, test_version:\"6.3.9600.17728\"))\n {\n report = report_fixed_ver(installed_version:dllVer, fixed_version:\"6.3.9600.17728\", install_path:sysPath);\n security_message(port: 0, data: report);\n exit(0);\n }\n}\n", "naslFamily": "Windows", "immutableFields": []}