ID SOLARIS7_110532.NASL Type nessus Reporter Tenable Modified 2011-09-18T00:00:00
Description
The remote host is missing Sun Security Patch number 110532-01 (AnswerBook 1.4.3: HTTP GET overflow allows code execution).
Date this patch was last updated by Sun : Wed Nov 23 04:35:09 MST 2005
You should install this patch for your system to be up-to-date.
# @DEPRECATED@
#
# This script has been deprecated as the associated patch is not
# currently a recommended security fix.
#
# Disabled on 2011/09/17.
#
# (C) Tenable Network Security
#
#
if ( ! defined_func("bn_random") ) exit(0);
include("compat.inc");
if(description)
{
script_id(23237);
script_version ("$Revision: 1.15 $");
script_bugtraq_id(5384);
name["english"] = "Solaris 7 (sparc) : 110532-01";
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 Sun Security Patch number 110532-01
(AnswerBook 1.4.3: HTTP GET overflow allows code execution).
Date this patch was last updated by Sun : Wed Nov 23 04:35:09 MST 2005
You should install this patch for your system to be up-to-date." );
script_set_attribute(attribute:"solution", value:
"https://getupdates.oracle.com/readme/110532-01" );
script_set_attribute(attribute:"plugin_publication_date", value: "2006/11/06");
script_set_attribute(attribute: "risk_factor", value: "High");
script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
script_set_attribute(attribute:"exploit_available", value:"true");
script_cvs_date("$Date: 2011/09/18 01:29:17 $");
script_end_attributes();
summary["english"] = "Check for patch 110532-01";
script_summary(english:summary["english"]);
script_category(ACT_GATHER_INFO);
script_copyright(english:"This script is Copyright (C) 2006-2011 Tenable Network Security, Inc.");
family["english"] = "Solaris Local Security Checks";
script_family(english:family["english"]);
script_dependencies("ssh_get_info.nasl");
script_require_keys("Host/Solaris/showrev");
exit(0);
}
# Deprecated.
exit(0, "The associated patch is not currently a recommended security fix.");
include("solaris.inc");
e += solaris_check_patch(release:"5.7", arch:"sparc", patch:"110532-01", obsoleted_by:"", package:"SUNWab2u", version:"3.0,REV=2000.0804");
if ( e < 0 ) {
if ( NASL_LEVEL < 3000 )
security_hole(0);
else
security_hole(port:0, extra:solaris_get_report());
exit(0);
}
else
{
set_kb_item(name:"BID-5384", value:TRUE);
}
{"naslFamily": "Solaris Local Security Checks", "id": "SOLARIS7_110532.NASL", "lastseen": "2016-09-26T17:23:39", "viewCount": 0, "bulletinFamily": "scanner", "cvss": {"score": 0.0, "vector": "NONE"}, "edition": 1, "enchantments": {"score": {"value": 0.0, "vector": "NONE", "modified": "2016-09-26T17:23:39", "rev": 2}, "dependencies": {"references": [], "modified": "2016-09-26T17:23:39", "rev": 2}, "vulnersScore": 0.0}, "type": "nessus", "description": "The remote host is missing Sun Security Patch number 110532-01 (AnswerBook 1.4.3: HTTP GET overflow allows code execution).\n\nDate this patch was last updated by Sun : Wed Nov 23 04:35:09 MST 2005\n\nYou should install this patch for your system to be up-to-date.", "title": "Solaris 7 (sparc) : 110532-01", "sourceData": "# @DEPRECATED@\n#\n# This script has been deprecated as the associated patch is not\n# currently a recommended security fix.\n#\n# Disabled on 2011/09/17.\n\n#\n# (C) Tenable Network Security\n#\n#\n\nif ( ! defined_func(\"bn_random\") ) exit(0);\n\ninclude(\"compat.inc\");\n\nif(description)\n{\n script_id(23237);\n script_version (\"$Revision: 1.15 $\");\n script_bugtraq_id(5384);\n name[\"english\"] = \"Solaris 7 (sparc) : 110532-01\";\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 Sun Security Patch number 110532-01\n(AnswerBook 1.4.3: HTTP GET overflow allows code execution).\n\nDate this patch was last updated by Sun : Wed Nov 23 04:35:09 MST 2005\n\nYou should install this patch for your system to be up-to-date.\" );\n script_set_attribute(attribute:\"solution\", value:\n\"https://getupdates.oracle.com/readme/110532-01\" );\n\n script_set_attribute(attribute:\"plugin_publication_date\", value: \"2006/11/06\");\n script_set_attribute(attribute: \"risk_factor\", value: \"High\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"Exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"true\");\n script_cvs_date(\"$Date: 2011/09/18 01:29:17 $\");\n script_end_attributes();\n\n \n summary[\"english\"] = \"Check for patch 110532-01\"; \n script_summary(english:summary[\"english\"]);\n \n script_category(ACT_GATHER_INFO);\n \n script_copyright(english:\"This script is Copyright (C) 2006-2011 Tenable Network Security, Inc.\");\n family[\"english\"] = \"Solaris Local Security Checks\";\n script_family(english:family[\"english\"]);\n \n script_dependencies(\"ssh_get_info.nasl\");\n script_require_keys(\"Host/Solaris/showrev\");\n exit(0);\n}\n\n\n\n# Deprecated.\nexit(0, \"The associated patch is not currently a recommended security fix.\");\n\ninclude(\"solaris.inc\");\n\ne += solaris_check_patch(release:\"5.7\", arch:\"sparc\", patch:\"110532-01\", obsoleted_by:\"\", package:\"SUNWab2u\", version:\"3.0,REV=2000.0804\");\nif ( e < 0 ) { \n\tif ( NASL_LEVEL < 3000 ) \n\t security_hole(0);\n\telse \n\t security_hole(port:0, extra:solaris_get_report());\n\texit(0); \n} \nelse \n{\n\tset_kb_item(name:\"BID-5384\", value:TRUE);\n}\n", "cvelist": [], "published": "2006-11-06T00:00:00", "pluginID": "23237", "references": [], "reporter": "Tenable", "modified": "2011-09-18T00:00:00", "href": "https://www.tenable.com/plugins/index.php?view=single&id=23237"}