ID SOLARIS8_X86_109784.NASL Type nessus Reporter This script is Copyright (C) 2004-2021 Tenable Network Security, Inc. Modified 2004-07-12T00:00:00
Description
SunOS 5.8_x86: /usr/lib/nfs/nfsd and /usr/lib/nfs/lockd patch.
Date this patch was last updated by Sun : Feb/14/05
#%NASL_MIN_LEVEL 70300
#
# (C) Tenable Network Security, Inc.
#
# The descriptive text in this plugin was
# extracted from the Oracle SunOS Patch Updates.
#
include('deprecated_nasl_level.inc');
include('compat.inc');
if (description)
{
script_id(13435);
script_version("1.21");
script_set_attribute(attribute:"plugin_modification_date", value:"2021/01/14");
script_name(english:"Solaris 8 (x86) : 109784-03");
script_summary(english:"Check for patch 109784-03");
script_set_attribute(
attribute:"synopsis",
value:"The remote host is missing Sun Security Patch number 109784-03"
);
script_set_attribute(
attribute:"description",
value:
"SunOS 5.8_x86: /usr/lib/nfs/nfsd and /usr/lib/nfs/lockd patch.
Date this patch was last updated by Sun : Feb/14/05"
);
script_set_attribute(
attribute:"see_also",
value:"https://getupdates.oracle.com/readme/109784-03"
);
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:"High");
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/02/14");
script_set_attribute(attribute:"plugin_publication_date", value:"2004/07/12");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_copyright(english:"This script is Copyright (C) 2004-2021 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.8_x86", arch:"i386", patch:"109784-03", obsoleted_by:"", package:"SUNWcsu", version:"11.8.0,REV=2000.01.08.18.17") < 0) flag++;
if (flag)
{
if (report_verbosity > 0) security_hole(port:0, extra:solaris_get_report());
else security_hole(0);
exit(0);
}
audit(AUDIT_HOST_NOT, "affected");
{"naslFamily": "Solaris Local Security Checks", "id": "SOLARIS8_X86_109784.NASL", "lastseen": "2021-01-17T14:01:28", "viewCount": 0, "bulletinFamily": "scanner", "cpe": ["cpe:/o:sun:solaris"], "cvss": {"score": 0.0, "vector": "NONE"}, "edition": 19, "enchantments": {"dependencies": {"references": [], "modified": "2021-01-17T14:01:28", "rev": 2}, "score": {"value": 0.0, "vector": "NONE", "modified": "2021-01-17T14:01:28", "rev": 2}, "vulnersScore": 0.0}, "type": "nessus", "description": "SunOS 5.8_x86: /usr/lib/nfs/nfsd and /usr/lib/nfs/lockd patch.\nDate this patch was last updated by Sun : Feb/14/05", "title": "Solaris 8 (x86) : 109784-03", "cvelist": [], "sourceData": "#%NASL_MIN_LEVEL 70300\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('deprecated_nasl_level.inc');\ninclude('compat.inc');\n\nif (description)\n{\n script_id(13435);\n script_version(\"1.21\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2021/01/14\");\n\n script_name(english:\"Solaris 8 (x86) : 109784-03\");\n script_summary(english:\"Check for patch 109784-03\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote host is missing Sun Security Patch number 109784-03\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"SunOS 5.8_x86: /usr/lib/nfs/nfsd and /usr/lib/nfs/lockd patch.\nDate this patch was last updated by Sun : Feb/14/05\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://getupdates.oracle.com/readme/109784-03\"\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:\"High\");\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/02/14\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2004/07/12\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2004-2021 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.8_x86\", arch:\"i386\", patch:\"109784-03\", obsoleted_by:\"\", package:\"SUNWcsu\", version:\"11.8.0,REV=2000.01.08.18.17\") < 0) flag++;\n\nif (flag)\n{\n if (report_verbosity > 0) security_hole(port:0, extra:solaris_get_report());\n else security_hole(0);\n exit(0);\n}\naudit(AUDIT_HOST_NOT, \"affected\");\n", "published": "2004-07-12T00:00:00", "pluginID": "13435", "references": ["https://getupdates.oracle.com/readme/109784-03"], "reporter": "This script is Copyright (C) 2004-2021 Tenable Network Security, Inc.", "modified": "2004-07-12T00:00:00", "href": "https://www.tenable.com/plugins/nessus/13435", "scheme": null}