ID HPUX_PHCO_10028.NASL
Type nessus
Reporter This script is Copyright (C) 2005-2021 Tenable Network Security, Inc.
Modified 2005-02-16T00:00:00
Description
The remote host is missing HP-UX Security Patch number PHCO_10028 .
(Security Vulnerability in swinstall command)
#%NASL_MIN_LEVEL 70300
#
# (C) Tenable Network Security, Inc.
#
if ( ! defined_func("bn_random") ) exit(0);
include('deprecated_nasl_level.inc');
include('compat.inc');
if(description)
{
script_id(16890);
script_version("1.6");
name["english"] = "HP-UX Security patch : PHCO_10028";
script_name(english:name["english"]);
script_set_attribute(attribute:"synopsis", value:
"The remote host is missing a vendor-supplied security patch" );
script_set_attribute(attribute:"description", value:
"The remote host is missing HP-UX Security Patch number PHCO_10028 .
(Security Vulnerability in swinstall command)" );
script_set_attribute(attribute:"solution", value:
"ftp://ftp.itrc.hp.com/superseded_patches/hp-ux_patches/s700_800/10.X/PHCO_10028" );
script_set_attribute(attribute:"risk_factor", value:"High");
script_set_attribute(attribute:"see_also", value:"HPUX security bulletin 064" );
script_set_attribute(attribute:"plugin_publication_date", value: "2005/02/16");
script_set_attribute(attribute:"plugin_modification_date", value:"2021/01/11");
script_end_attributes();
summary["english"] = "Checks for patch PHCO_10028";
script_summary(english:summary["english"]);
script_category(ACT_GATHER_INFO);
script_copyright(english:"This script is Copyright (C) 2005-2021 Tenable Network Security, Inc.");
family["english"] = "HP-UX Local Security Checks";
script_family(english:family["english"]);
script_dependencies("ssh_get_info.nasl");
script_require_keys("Host/HP-UX/swlist");
exit(0);
}
include("hpux.inc");
if ( ! hpux_check_ctx ( ctx:"800:10.10 700:10.10 " ) )
{
exit(0);
}
if ( hpux_patch_installed (patches:"PHCO_10028 PHCO_10384 PHCO_11819 PHCO_12198 PHCO_13917 PHCO_14254 PHCO_15154 PHCO_16722 PHCO_19371 PHCO_20588 ") )
{
exit(0);
}
if ( hpux_check_patch( app:"OS-Core.C-MIN", version:NULL) )
{
security_hole(0);
exit(0);
}
if ( hpux_check_patch( app:"OS-Core.CORE-SHLIBS", version:NULL) )
{
security_hole(0);
exit(0);
}
if ( hpux_check_patch( app:"ProgSupport.PROG-MIN", version:NULL) )
{
security_hole(0);
exit(0);
}
if ( hpux_check_patch( app:"ProgSupport.PROG-AUX", version:NULL) )
{
security_hole(0);
exit(0);
}
if ( hpux_check_patch( app:"OS-Core.UX-CORE", version:NULL) )
{
security_hole(0);
exit(0);
}
{"published": "2005-02-16T00:00:00", "id": "HPUX_PHCO_10028.NASL", "cvss": {"score": 0.0, "vector": "NONE"}, "enchantments": {"dependencies": {"references": [], "modified": "2021-01-12T11:32:01", "rev": 2}, "score": {"value": -0.1, "vector": "NONE", "modified": "2021-01-12T11:32:01", "rev": 2}, "vulnersScore": -0.1}, "description": "The remote host is missing HP-UX Security Patch number PHCO_10028 .\n(Security Vulnerability in swinstall command)", "type": "nessus", "pluginID": "16890", "lastseen": "2021-01-12T11:32:01", "edition": 19, "title": "HP-UX Security patch : PHCO_10028", "href": "https://www.tenable.com/plugins/nessus/16890", "modified": "2005-02-16T00:00:00", "bulletinFamily": "scanner", "viewCount": 0, "cvelist": [], "references": ["HPUX security bulletin 064"], "naslFamily": "HP-UX Local Security Checks", "reporter": "This script is Copyright (C) 2005-2021 Tenable Network Security, Inc.", "sourceData": "#%NASL_MIN_LEVEL 70300\n#\n# (C) Tenable Network Security, Inc.\n#\n\nif ( ! defined_func(\"bn_random\") ) exit(0);\n\ninclude('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif(description)\n{\n script_id(16890);\n script_version(\"1.6\");\n\n name[\"english\"] = \"HP-UX Security patch : PHCO_10028\";\n \n script_name(english:name[\"english\"]);\n \n script_set_attribute(attribute:\"synopsis\", value:\n\"The remote host is missing a vendor-supplied security patch\" );\n script_set_attribute(attribute:\"description\", value:\n\"The remote host is missing HP-UX Security Patch number PHCO_10028 .\n(Security Vulnerability in swinstall command)\" );\n script_set_attribute(attribute:\"solution\", value:\n\"ftp://ftp.itrc.hp.com/superseded_patches/hp-ux_patches/s700_800/10.X/PHCO_10028\" );\n script_set_attribute(attribute:\"risk_factor\", value:\"High\");\n script_set_attribute(attribute:\"see_also\", value:\"HPUX security bulletin 064\" );\n\n script_set_attribute(attribute:\"plugin_publication_date\", value: \"2005/02/16\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/11\");\n script_end_attributes();\n\n \n summary[\"english\"] = \"Checks for patch PHCO_10028\";\n script_summary(english:summary[\"english\"]);\n \n script_category(ACT_GATHER_INFO);\n \n script_copyright(english:\"This script is Copyright (C) 2005-2021 Tenable Network Security, Inc.\");\n family[\"english\"] = \"HP-UX Local Security Checks\";\n script_family(english:family[\"english\"]);\n \n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/HP-UX/swlist\");\n exit(0);\n}\n\ninclude(\"hpux.inc\");\n\nif ( ! hpux_check_ctx ( ctx:\"800:10.10 700:10.10 \" ) )\n{\n exit(0);\n}\n\nif ( hpux_patch_installed (patches:\"PHCO_10028 PHCO_10384 PHCO_11819 PHCO_12198 PHCO_13917 PHCO_14254 PHCO_15154 PHCO_16722 PHCO_19371 PHCO_20588 \") )\n{\n exit(0);\n}\n\nif ( hpux_check_patch( app:\"OS-Core.C-MIN\", version:NULL) )\n{\n security_hole(0);\n exit(0);\n}\nif ( hpux_check_patch( app:\"OS-Core.CORE-SHLIBS\", version:NULL) )\n{\n security_hole(0);\n exit(0);\n}\nif ( hpux_check_patch( app:\"ProgSupport.PROG-MIN\", version:NULL) )\n{\n security_hole(0);\n exit(0);\n}\nif ( hpux_check_patch( app:\"ProgSupport.PROG-AUX\", version:NULL) )\n{\n security_hole(0);\n exit(0);\n}\nif ( hpux_check_patch( app:\"OS-Core.UX-CORE\", version:NULL) )\n{\n security_hole(0);\n exit(0);\n}\n", "scheme": null}
{}