ID SOLARIS8_116984.NASL Type nessus Reporter Tenable Modified 2014-08-30T00:00:00
Description
SunOS 5.8: in.rwhod Patch.
Date this patch was last updated by Sun : Nov/01/04
#
# (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(15594);
script_version("$Revision: 1.22 $");
script_cvs_date("$Date: 2014/08/30 00:33:50 $");
script_name(english:"Solaris 8 (sparc) : 116984-01");
script_summary(english:"Check for patch 116984-01");
script_set_attribute(
attribute:"synopsis",
value:"The remote host is missing Sun Security Patch number 116984-01"
);
script_set_attribute(
attribute:"description",
value:
"SunOS 5.8: in.rwhod Patch.
Date this patch was last updated by Sun : Nov/01/04"
);
script_set_attribute(
attribute:"see_also",
value:"http://download.oracle.com/sunalerts/1000241.1.html"
);
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:"2004/11/01");
script_set_attribute(attribute:"plugin_publication_date", value:"2004/11/02");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_copyright(english:"This script is Copyright (C) 2004-2014 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", arch:"sparc", patch:"116984-01", obsoleted_by:"", package:"SUNWcsu", version:"11.8.0,REV=2000.01.08.18.12") < 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");
{"published": "2004-11-02T00:00:00", "id": "SOLARIS8_116984.NASL", "cvss": {"score": 0.0, "vector": "NONE"}, "history": [{"differentElements": ["cpe"], "edition": 1, "lastseen": "2016-09-26T17:26:29", "bulletin": {"enchantments": {}, "published": "2004-11-02T00:00:00", "id": "SOLARIS8_116984.NASL", "cvss": {"score": 0.0, "vector": "NONE"}, "history": [], "cpe": [], "hash": "32f507e805f81016b7d5f3d803d47c0b84bc7d3c0ea907104b0422c34880dd6a", "description": "SunOS 5.8: in.rwhod Patch.\nDate this patch was last updated by Sun : Nov/01/04", "type": "nessus", "pluginID": "15594", "lastseen": "2016-09-26T17:26:29", "edition": 1, "title": "Solaris 8 (sparc) : 116984-01", "href": "https://www.tenable.com/plugins/index.php?view=single&id=15594", "modified": "2014-08-30T00:00:00", "bulletinFamily": "scanner", "viewCount": 0, "cvelist": [], "references": ["http://download.oracle.com/sunalerts/1000241.1.html"], "naslFamily": "Solaris Local Security Checks", "reporter": "Tenable", "sourceData": "#\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(15594);\n script_version(\"$Revision: 1.22 $\");\n script_cvs_date(\"$Date: 2014/08/30 00:33:50 $\");\n\n script_name(english:\"Solaris 8 (sparc) : 116984-01\");\n script_summary(english:\"Check for patch 116984-01\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote host is missing Sun Security Patch number 116984-01\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"SunOS 5.8: in.rwhod Patch.\nDate this patch was last updated by Sun : Nov/01/04\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://download.oracle.com/sunalerts/1000241.1.html\"\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:\"2004/11/01\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2004/11/02\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2004-2014 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\", arch:\"sparc\", patch:\"116984-01\", obsoleted_by:\"\", package:\"SUNWcsu\", version:\"11.8.0,REV=2000.01.08.18.12\") < 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", "hashmap": [{"hash": "271cea6881bcd77f32005df18fd76269", "key": "modified"}, {"hash": "be2073bfad5e624acf0f878f09eda795", "key": "naslFamily"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "b0119762f31ced3885fa778bfaaf5474", "key": "href"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "c9c346f0d25cac2d93439db2c736bc8b", "key": "pluginID"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "ca1d2f2a355785b46adc0fbd456d49b3", "key": "published"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "42dacf1f4290703c35a4d5693f5a0056", "key": "references"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "199a4412154b6515799ff19f1da04c27", "key": "sourceData"}, {"hash": "94bdffc776b208e8389bc45f40b097bb", "key": "title"}, {"hash": "65f5ca2bcaed120c7673ac5bf3d3f1d6", "key": "description"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cpe"}], "objectVersion": "1.2"}}], "description": "SunOS 5.8: in.rwhod Patch.\nDate this patch was last updated by Sun : Nov/01/04", "hash": "94f9a83ed9e5c42caf1dd700036e8c255f23de3040645f7d124dd4ce3ec4ab48", "enchantments": {"vulnersScore": 7.2}, "type": "nessus", "pluginID": "15594", "lastseen": "2017-10-29T13:44:58", "edition": 2, "cpe": ["cpe:/o:sun:solaris"], "title": "Solaris 8 (sparc) : 116984-01", "href": "https://www.tenable.com/plugins/index.php?view=single&id=15594", "modified": "2014-08-30T00:00:00", "bulletinFamily": "scanner", "viewCount": 0, "cvelist": [], "references": ["http://download.oracle.com/sunalerts/1000241.1.html"], "naslFamily": "Solaris Local Security Checks", "reporter": "Tenable", "sourceData": "#\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(15594);\n script_version(\"$Revision: 1.22 $\");\n script_cvs_date(\"$Date: 2014/08/30 00:33:50 $\");\n\n script_name(english:\"Solaris 8 (sparc) : 116984-01\");\n script_summary(english:\"Check for patch 116984-01\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote host is missing Sun Security Patch number 116984-01\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"SunOS 5.8: in.rwhod Patch.\nDate this patch was last updated by Sun : Nov/01/04\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"http://download.oracle.com/sunalerts/1000241.1.html\"\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:\"2004/11/01\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2004/11/02\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2004-2014 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\", arch:\"sparc\", patch:\"116984-01\", obsoleted_by:\"\", package:\"SUNWcsu\", version:\"11.8.0,REV=2000.01.08.18.12\") < 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", "hashmap": [{"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "12350b788e3032906157e11b27b5d136", "key": "cpe"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "65f5ca2bcaed120c7673ac5bf3d3f1d6", "key": "description"}, {"hash": "b0119762f31ced3885fa778bfaaf5474", "key": "href"}, {"hash": "271cea6881bcd77f32005df18fd76269", "key": "modified"}, {"hash": "be2073bfad5e624acf0f878f09eda795", "key": "naslFamily"}, {"hash": "c9c346f0d25cac2d93439db2c736bc8b", "key": "pluginID"}, {"hash": "ca1d2f2a355785b46adc0fbd456d49b3", "key": "published"}, {"hash": "42dacf1f4290703c35a4d5693f5a0056", "key": "references"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "199a4412154b6515799ff19f1da04c27", "key": "sourceData"}, {"hash": "94bdffc776b208e8389bc45f40b097bb", "key": "title"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}], "objectVersion": "1.3"}