ID SOLARIS26_121209.NASL Type nessus Reporter This script is Copyright (C) 2006-2019 Tenable Network Security, Inc. Modified 2021-01-02T00:00:00
Description
PC NetLink 2.0 Client GUI fixes.
Date this patch was last updated by Sun : Dec/02/05
#%NASL_MIN_LEVEL 80502
#
# (C) Tenable Network Security, Inc.
#
# The descriptive text in this plugin was
# extracted from the Oracle SunOS Patch Updates.
#
include("compat.inc");
if (description)
{
script_id(23167);
script_version("1.14");
script_cvs_date("Date: 2019/10/25 13:36:22");
script_name(english:"Solaris 6 (sparc) : 121209-01");
script_summary(english:"Check for patch 121209-01");
script_set_attribute(
attribute:"synopsis",
value:"The remote host is missing Sun Security Patch number 121209-01"
);
script_set_attribute(
attribute:"description",
value:
"PC NetLink 2.0 Client GUI fixes.
Date this patch was last updated by Sun : Dec/02/05"
);
script_set_attribute(
attribute:"see_also",
value:"https://getupdates.oracle.com/readme/121209-01"
);
script_set_attribute(
attribute:"solution",
value:"You should install this patch for your system to be up-to-date."
);
script_set_attribute(attribute:"risk_factor", value:"Medium");
script_set_attribute(attribute:"plugin_type", value:"local");
script_set_attribute(attribute:"cpe", value:"cpe:/o:sun:solaris");
script_set_attribute(attribute:"patch_publication_date", value:"2005/12/02");
script_set_attribute(attribute:"plugin_publication_date", value:"2006/11/06");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_copyright(english:"This script is Copyright (C) 2006-2019 Tenable Network Security, Inc.");
script_family(english:"Solaris Local Security Checks");
script_dependencies("ssh_get_info.nasl");
script_require_keys("Host/local_checks_enabled", "Host/Solaris/showrev");
exit(0);
}
include("audit.inc");
include("global_settings.inc");
include("solaris.inc");
if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
if (solaris_check_patch(release:"5.6", arch:"sparc", patch:"121209-01", obsoleted_by:"", package:"SUNWlzag", version:"2.0,REV=rr24") < 0) flag++;
if (flag)
{
if (report_verbosity > 0) security_warning(port:0, extra:solaris_get_report());
else security_warning(0);
exit(0);
}
audit(AUDIT_HOST_NOT, "affected");
{"naslFamily": "Solaris Local Security Checks", "id": "SOLARIS26_121209.NASL", "lastseen": "2021-01-01T05:49:28", "viewCount": 0, "bulletinFamily": "scanner", "cpe": ["cpe:/o:sun:solaris"], "cvss": {"score": 0.0, "vector": "NONE"}, "edition": 18, "enchantments": {"dependencies": {"references": [], "modified": "2021-01-01T05:49:28", "rev": 2}, "score": {"value": -0.3, "vector": "NONE", "modified": "2021-01-01T05:49:28", "rev": 2}, "vulnersScore": -0.3}, "type": "nessus", "description": "PC NetLink 2.0 Client GUI fixes.\nDate this patch was last updated by Sun : Dec/02/05", "title": "Solaris 6 (sparc) : 121209-01", "cvelist": [], "sourceData": "#%NASL_MIN_LEVEL 80502\n#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text in this plugin was\n# extracted from the Oracle SunOS Patch Updates.\n#\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(23167);\n script_version(\"1.14\");\n script_cvs_date(\"Date: 2019/10/25 13:36:22\");\n\n script_name(english:\"Solaris 6 (sparc) : 121209-01\");\n script_summary(english:\"Check for patch 121209-01\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote host is missing Sun Security Patch number 121209-01\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"PC NetLink 2.0 Client GUI fixes.\nDate this patch was last updated by Sun : Dec/02/05\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://getupdates.oracle.com/readme/121209-01\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"You should install this patch for your system to be up-to-date.\"\n );\n script_set_attribute(attribute:\"risk_factor\", value:\"Medium\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:sun:solaris\");\n\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2005/12/02\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2006/11/06\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2006-2019 Tenable Network Security, Inc.\");\n script_family(english:\"Solaris Local Security Checks\");\n\n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/local_checks_enabled\", \"Host/Solaris/showrev\");\n\n exit(0);\n}\n\n\ninclude(\"audit.inc\");\ninclude(\"global_settings.inc\");\ninclude(\"solaris.inc\");\n\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\n\nif (solaris_check_patch(release:\"5.6\", arch:\"sparc\", patch:\"121209-01\", obsoleted_by:\"\", package:\"SUNWlzag\", version:\"2.0,REV=rr24\") < 0) flag++;\n\nif (flag)\n{\n if (report_verbosity > 0) security_warning(port:0, extra:solaris_get_report());\n else security_warning(0);\n exit(0);\n}\naudit(AUDIT_HOST_NOT, \"affected\");\n", "published": "2006-11-06T00:00:00", "pluginID": "23167", "references": ["https://getupdates.oracle.com/readme/121209-01"], "reporter": "This script is Copyright (C) 2006-2019 Tenable Network Security, Inc.", "modified": "2021-01-02T00:00:00", "href": "https://www.tenable.com/plugins/nessus/23167", "scheme": null}