ID SOLARIS9_X86_114691.NASL Type nessus Reporter Tenable Modified 2014-08-30T00:00:00
Description
GNOME 2.0.0_x86: Print Patch for Solaris 9_x86.
Date this patch was last updated by Sun : Apr/01/03
#
# (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(23575);
script_version("$Revision: 1.12 $");
script_cvs_date("$Date: 2014/08/30 00:45:32 $");
script_name(english:"Solaris 9 (x86) : 114691-01");
script_summary(english:"Check for patch 114691-01");
script_set_attribute(
attribute:"synopsis",
value:"The remote host is missing Sun Security Patch number 114691-01"
);
script_set_attribute(
attribute:"description",
value:
"GNOME 2.0.0_x86: Print Patch for Solaris 9_x86.
Date this patch was last updated by Sun : Apr/01/03"
);
script_set_attribute(
attribute:"see_also",
value:"https://getupdates.oracle.com/readme/114691-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:"2003/04/01");
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-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.9_x86", arch:"i386", patch:"114691-01", obsoleted_by:"", package:"SUNWgnome-print", version:"1.0.0,REV=2003.01.14.12.36") < 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");
{"published": "2006-11-06T00:00:00", "id": "SOLARIS9_X86_114691.NASL", "cvss": {"score": 0.0, "vector": "NONE"}, "history": [{"differentElements": ["cpe"], "edition": 1, "lastseen": "2016-09-26T17:24:24", "bulletin": {"enchantments": {}, "published": "2006-11-06T00:00:00", "id": "SOLARIS9_X86_114691.NASL", "cvss": {"score": 0.0, "vector": "NONE"}, "history": [], "cpe": [], "hash": "85fa283a35cca964479b665b070e5c5e1095f566c86aa0229ee52dcfca7d81cb", "description": "GNOME 2.0.0_x86: Print Patch for Solaris 9_x86.\nDate this patch was last updated by Sun : Apr/01/03", "type": "nessus", "pluginID": "23575", "lastseen": "2016-09-26T17:24:24", "edition": 1, "title": "Solaris 9 (x86) : 114691-01", "href": "https://www.tenable.com/plugins/index.php?view=single&id=23575", "modified": "2014-08-30T00:00:00", "bulletinFamily": "scanner", "viewCount": 0, "cvelist": [], "references": ["https://getupdates.oracle.com/readme/114691-01"], "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(23575);\n script_version(\"$Revision: 1.12 $\");\n script_cvs_date(\"$Date: 2014/08/30 00:45:32 $\");\n\n script_name(english:\"Solaris 9 (x86) : 114691-01\");\n script_summary(english:\"Check for patch 114691-01\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote host is missing Sun Security Patch number 114691-01\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"GNOME 2.0.0_x86: Print Patch for Solaris 9_x86.\nDate this patch was last updated by Sun : Apr/01/03\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://getupdates.oracle.com/readme/114691-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:\"2003/04/01\");\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-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.9_x86\", arch:\"i386\", patch:\"114691-01\", obsoleted_by:\"\", package:\"SUNWgnome-print\", version:\"1.0.0,REV=2003.01.14.12.36\") < 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", "hashmap": [{"hash": "271cea6881bcd77f32005df18fd76269", "key": "modified"}, {"hash": "be2073bfad5e624acf0f878f09eda795", "key": "naslFamily"}, {"hash": "7c56bdcaebaa2c0f68216cc5b10668d3", "key": "href"}, {"hash": "dc0b1e8e97e2f90c3a949a195b24148e", "key": "published"}, {"hash": "7f245c119f3716b64d25f2ec608634cb", "key": "description"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "0a5f30118acb709579396a47e2a9b6b1", "key": "title"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "073d558425713133d3549958dc1ecd96", "key": "references"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "96d6c296fc9041261fd535a9ff956d71", "key": "sourceData"}, {"hash": "5735438d64589c7672b1b246cc3b2b24", "key": "pluginID"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cpe"}], "objectVersion": "1.2"}}], "description": "GNOME 2.0.0_x86: Print Patch for Solaris 9_x86.\nDate this patch was last updated by Sun : Apr/01/03", "hash": "c2cadb73973f28dfecd9aba16e9c4f78b910e5f2b6d1ea0e0d14f200ec1e8ebb", "enchantments": {"score": {"value": 7.2, "vector": "NONE"}, "dependencies": {"references": [], "modified": "2017-10-29T13:37:31"}, "vulnersScore": 7.2}, "type": "nessus", "pluginID": "23575", "lastseen": "2017-10-29T13:37:31", "edition": 2, "cpe": ["cpe:/o:sun:solaris"], "title": "Solaris 9 (x86) : 114691-01", "href": "https://www.tenable.com/plugins/index.php?view=single&id=23575", "modified": "2014-08-30T00:00:00", "bulletinFamily": "scanner", "viewCount": 0, "cvelist": [], "references": ["https://getupdates.oracle.com/readme/114691-01"], "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(23575);\n script_version(\"$Revision: 1.12 $\");\n script_cvs_date(\"$Date: 2014/08/30 00:45:32 $\");\n\n script_name(english:\"Solaris 9 (x86) : 114691-01\");\n script_summary(english:\"Check for patch 114691-01\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote host is missing Sun Security Patch number 114691-01\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"GNOME 2.0.0_x86: Print Patch for Solaris 9_x86.\nDate this patch was last updated by Sun : Apr/01/03\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://getupdates.oracle.com/readme/114691-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:\"2003/04/01\");\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-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.9_x86\", arch:\"i386\", patch:\"114691-01\", obsoleted_by:\"\", package:\"SUNWgnome-print\", version:\"1.0.0,REV=2003.01.14.12.36\") < 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", "hashmap": [{"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "12350b788e3032906157e11b27b5d136", "key": "cpe"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "7f245c119f3716b64d25f2ec608634cb", "key": "description"}, {"hash": "7c56bdcaebaa2c0f68216cc5b10668d3", "key": "href"}, {"hash": "271cea6881bcd77f32005df18fd76269", "key": "modified"}, {"hash": "be2073bfad5e624acf0f878f09eda795", "key": "naslFamily"}, {"hash": "5735438d64589c7672b1b246cc3b2b24", "key": "pluginID"}, {"hash": "dc0b1e8e97e2f90c3a949a195b24148e", "key": "published"}, {"hash": "073d558425713133d3549958dc1ecd96", "key": "references"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "96d6c296fc9041261fd535a9ff956d71", "key": "sourceData"}, {"hash": "0a5f30118acb709579396a47e2a9b6b1", "key": "title"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}], "objectVersion": "1.3"}