ID SOLARIS10_139291.NASL Type nessus Reporter Tenable Modified 2018-03-12T00:00:00
Description
SunOS 5.10: pgadmin3 sources patch.
Date this patch was last updated by Sun : Apr/13/12
This plugin has been deprecated and either replaced with individual 139291 patch-revision plugins, or deemed non-security related.
#
# (C) Tenable Network Security, Inc.
#
# @DEPRECATED@
#
# Disabled on 2018/03/12. Deprecated and either replaced by
# individual patch-revision plugins, or has been deemed a
# non-security advisory.
#
include("compat.inc");
if (description)
{
script_id(58844);
script_version("1.3");
script_cvs_date("Date: 2018/03/12 17:16:24");
script_name(english:"Solaris 10 (sparc) : 139291-02 (deprecated)");
script_summary(english:"Check for patch 139291-02");
script_set_attribute(
attribute:"synopsis",
value:"This plugin has been deprecated."
);
script_set_attribute(
attribute:"description",
value:
"SunOS 5.10: pgadmin3 sources patch.
Date this patch was last updated by Sun : Apr/13/12
This plugin has been deprecated and either replaced with individual
139291 patch-revision plugins, or deemed non-security related."
);
script_set_attribute(
attribute:"see_also",
value:"https://getupdates.oracle.com/readme/139291-02"
);
script_set_attribute(
attribute:"solution",
value:"n/a"
);
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:"2012/04/13");
script_set_attribute(attribute:"plugin_publication_date", value:"2012/04/24");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_copyright(english:"This script is Copyright (C) 2012-2018 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);
}
exit(0, "This plugin has been deprecated. Consult specific patch-revision plugins for patch 139291 instead.");
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.10", arch:"sparc", patch:"139291-02", obsoleted_by:"", package:"SUNWpgadmin3S", version:"11.10.0,REV=2007.11.27.11.32") < 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");
{"id": "SOLARIS10_139291.NASL", "bulletinFamily": "scanner", "title": "Solaris 10 (sparc) : 139291-02 (deprecated)", "description": "SunOS 5.10: pgadmin3 sources patch.\nDate this patch was last updated by Sun : Apr/13/12\n\nThis plugin has been deprecated and either replaced with individual 139291 patch-revision plugins, or deemed non-security related.", "published": "2012-04-24T00:00:00", "modified": "2018-03-12T00:00:00", "cvss": {"score": 0.0, "vector": "NONE"}, "href": "https://www.tenable.com/plugins/index.php?view=single&id=58844", "reporter": "Tenable", "references": ["https://getupdates.oracle.com/readme/139291-02"], "cvelist": [], "type": "nessus", "lastseen": "2018-03-15T15:04:02", "history": [{"bulletin": {"bulletinFamily": "scanner", "cpe": [], "cvelist": [], "cvss": {"score": 0.0, "vector": "NONE"}, "description": "SunOS 5.10: pgadmin3 sources patch.\nDate this patch was last updated by Sun : Apr/13/12", "edition": 1, "enchantments": {}, "hash": "3e9e8d08c23bdd685c1aef3cb69b0d10d92af9aac5ac64c12f3a3dd1513cb41d", "hashmap": [{"hash": "271cea6881bcd77f32005df18fd76269", "key": "modified"}, {"hash": "f78bb597c8e1a1a9f1896635e5cb9af5", "key": "href"}, {"hash": "be2073bfad5e624acf0f878f09eda795", "key": "naslFamily"}, {"hash": "c5c6e6adbc65c3f901c03306e34980c0", "key": "sourceData"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "0640ceec4701f7313198e1e0fdc6d79f", "key": "pluginID"}, {"hash": "91f9ce14f15c28f0d7160ec1e6e60297", "key": "title"}, {"hash": "1d975d7d1986d0b4bd58aa1d091d62d3", "key": "description"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "3267fc82fd06f53cb14ac85b12b80b3a", "key": "references"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cpe"}, {"hash": "a3512cc0c85ef183551e4bbd1ec6c2d4", "key": "published"}], "history": [], "href": "https://www.tenable.com/plugins/index.php?view=single&id=58844", "id": "SOLARIS10_139291.NASL", "lastseen": "2016-09-26T17:25:05", "modified": "2014-08-30T00:00:00", "naslFamily": "Solaris Local Security Checks", "objectVersion": "1.2", "pluginID": "58844", "published": "2012-04-24T00:00:00", "references": ["https://getupdates.oracle.com/readme/139291-02"], "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(58844);\n script_version(\"$Revision: 1.2 $\");\n script_cvs_date(\"$Date: 2014/08/30 00:06:19 $\");\n\n script_name(english:\"Solaris 10 (sparc) : 139291-02\");\n script_summary(english:\"Check for patch 139291-02\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote host is missing Sun Security Patch number 139291-02\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"SunOS 5.10: pgadmin3 sources patch.\nDate this patch was last updated by Sun : Apr/13/12\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://getupdates.oracle.com/readme/139291-02\"\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:\"2012/04/13\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2012/04/24\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2012-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.10\", arch:\"sparc\", patch:\"139291-02\", obsoleted_by:\"\", package:\"SUNWpgadmin3S\", version:\"11.10.0,REV=2007.11.27.11.32\") < 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", "title": "Solaris 10 (sparc) : 139291-02", "type": "nessus", "viewCount": 1}, "differentElements": ["cpe"], "edition": 1, "lastseen": "2016-09-26T17:25:05"}, {"bulletin": {"bulletinFamily": "scanner", "cpe": ["cpe:/o:sun:solaris"], "cvelist": [], "cvss": {"score": 0.0, "vector": "NONE"}, "description": "SunOS 5.10: pgadmin3 sources patch.\nDate this patch was last updated by Sun : Apr/13/12", "edition": 2, "enchantments": {"score": {"modified": "2017-10-29T13:39:47", "value": 7.3}}, "hash": "0b5112972fcd0d488e3ada41a090f1448fa35c8b488b8f0fbbd9077d05260f5c", "hashmap": [{"hash": "271cea6881bcd77f32005df18fd76269", "key": "modified"}, {"hash": "f78bb597c8e1a1a9f1896635e5cb9af5", "key": "href"}, {"hash": "be2073bfad5e624acf0f878f09eda795", "key": "naslFamily"}, {"hash": "c5c6e6adbc65c3f901c03306e34980c0", "key": "sourceData"}, {"hash": "9cf00d658b687f030ebe173a0528c567", "key": "reporter"}, {"hash": "12350b788e3032906157e11b27b5d136", "key": "cpe"}, {"hash": "d41d8cd98f00b204e9800998ecf8427e", "key": "cvelist"}, {"hash": "0640ceec4701f7313198e1e0fdc6d79f", "key": "pluginID"}, {"hash": "91f9ce14f15c28f0d7160ec1e6e60297", "key": "title"}, {"hash": "1d975d7d1986d0b4bd58aa1d091d62d3", "key": "description"}, {"hash": "8cd4821cb504d25572038ed182587d85", "key": "cvss"}, {"hash": "bbdaea376f500d25f6b0c1050311dd07", "key": "bulletinFamily"}, {"hash": "5e0bd03bec244039678f2b955a2595aa", "key": "type"}, {"hash": "3267fc82fd06f53cb14ac85b12b80b3a", "key": "references"}, {"hash": "a3512cc0c85ef183551e4bbd1ec6c2d4", "key": "published"}], "history": [], "href": "https://www.tenable.com/plugins/index.php?view=single&id=58844", "id": "SOLARIS10_139291.NASL", "lastseen": "2017-10-29T13:39:47", "modified": "2014-08-30T00:00:00", "naslFamily": "Solaris Local Security Checks", "objectVersion": "1.3", "pluginID": "58844", "published": "2012-04-24T00:00:00", "references": ["https://getupdates.oracle.com/readme/139291-02"], "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(58844);\n script_version(\"$Revision: 1.2 $\");\n script_cvs_date(\"$Date: 2014/08/30 00:06:19 $\");\n\n script_name(english:\"Solaris 10 (sparc) : 139291-02\");\n script_summary(english:\"Check for patch 139291-02\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote host is missing Sun Security Patch number 139291-02\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"SunOS 5.10: pgadmin3 sources patch.\nDate this patch was last updated by Sun : Apr/13/12\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://getupdates.oracle.com/readme/139291-02\"\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:\"2012/04/13\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2012/04/24\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2012-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.10\", arch:\"sparc\", patch:\"139291-02\", obsoleted_by:\"\", package:\"SUNWpgadmin3S\", version:\"11.10.0,REV=2007.11.27.11.32\") < 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", "title": "Solaris 10 (sparc) : 139291-02", "type": "nessus", "viewCount": 1}, "differentElements": ["description", "modified", "sourceData", "title"], "edition": 2, "lastseen": "2017-10-29T13:39:47"}], "edition": 3, "hashmap": [{"key": "bulletinFamily", "hash": "bbdaea376f500d25f6b0c1050311dd07"}, {"key": "cpe", "hash": "12350b788e3032906157e11b27b5d136"}, {"key": "cvelist", "hash": "d41d8cd98f00b204e9800998ecf8427e"}, {"key": "cvss", "hash": "8cd4821cb504d25572038ed182587d85"}, {"key": "description", "hash": "272e56ed68a8a1a6d95277994bef1784"}, {"key": "href", "hash": "f78bb597c8e1a1a9f1896635e5cb9af5"}, {"key": "modified", "hash": "5850355f6181ab9617cc0d094e464031"}, {"key": "naslFamily", "hash": "be2073bfad5e624acf0f878f09eda795"}, {"key": "pluginID", "hash": "0640ceec4701f7313198e1e0fdc6d79f"}, {"key": "published", "hash": "a3512cc0c85ef183551e4bbd1ec6c2d4"}, {"key": "references", "hash": "3267fc82fd06f53cb14ac85b12b80b3a"}, {"key": "reporter", "hash": "9cf00d658b687f030ebe173a0528c567"}, {"key": "sourceData", "hash": "d1ff54303de9a35d6c01127e99b622c1"}, {"key": "title", "hash": "357c9879132304cb66818ac16919bcd1"}, {"key": "type", "hash": "5e0bd03bec244039678f2b955a2595aa"}], "hash": "7782c84b58cd2bc9a9983fd20563428a8f734b8a42826339dc7c5c46e17915af", "viewCount": 1, "enchantments": {"vulnersScore": 6.0}, "objectVersion": "1.3", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n# @DEPRECATED@\n#\n# Disabled on 2018/03/12. Deprecated and either replaced by\n# individual patch-revision plugins, or has been deemed a\n# non-security advisory.\n#\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(58844);\n script_version(\"1.3\");\n script_cvs_date(\"Date: 2018/03/12 17:16:24\");\n\n script_name(english:\"Solaris 10 (sparc) : 139291-02 (deprecated)\");\n script_summary(english:\"Check for patch 139291-02\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"This plugin has been deprecated.\"\n );\n script_set_attribute(\n attribute:\"description\",\n value:\n\"SunOS 5.10: pgadmin3 sources patch.\nDate this patch was last updated by Sun : Apr/13/12\n\nThis plugin has been deprecated and either replaced with individual\n139291 patch-revision plugins, or deemed non-security related.\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://getupdates.oracle.com/readme/139291-02\"\n );\n script_set_attribute(\n attribute:\"solution\", \n value:\"n/a\"\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:\"2012/04/13\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2012/04/24\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2012-2018 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\nexit(0, \"This plugin has been deprecated. Consult specific patch-revision plugins for patch 139291 instead.\");\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.10\", arch:\"sparc\", patch:\"139291-02\", obsoleted_by:\"\", package:\"SUNWpgadmin3S\", version:\"11.10.0,REV=2007.11.27.11.32\") < 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", "naslFamily": "Solaris Local Security Checks", "pluginID": "58844", "cpe": ["cpe:/o:sun:solaris"]}
{"result": {"nessus": [{"lastseen": "2018-03-15T15:10:22", "references": ["https://getupdates.oracle.com/readme/139291-02"], "pluginID": "107511", "description": "SunOS 5.10: pgadmin3 sources patch.\nDate this patch was last updated by Sun : Apr/13/12", "edition": 1, "reporter": "Tenable", "published": "2018-03-12T00:00:00", "title": "Solaris 10 (sparc) : 139291-02", "type": "nessus", "enchantments": {"score": {"modified": "2018-03-15T15:10:22", "vector": "AV:N/AC:M/Au:M/C:P/I:P/A:P/", "value": 5.4}}, "naslFamily": "Solaris Local Security Checks", "bulletinFamily": "scanner", "cvelist": [], "modified": "2018-03-12T00:00:00", "cpe": ["cpe:/o:sun:solaris"], "id": "SOLARIS10_139291-02.NASL", "href": "https://www.tenable.com/plugins/index.php?view=single&id=107511", "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(107511);\n script_version(\"1.1\");\n script_cvs_date(\"Date: 2018/03/12 17:45:06\");\n\n script_name(english:\"Solaris 10 (sparc) : 139291-02\");\n script_summary(english:\"Check for patch 139291-02\");\n\n script_set_attribute(\n attribute:\"synopsis\", \n value:\"The remote host is missing Sun Security Patch number 139291-02\"\n );\n script_set_attribute(\n attribute:\"description\", \n value:\n\"SunOS 5.10: pgadmin3 sources patch.\nDate this patch was last updated by Sun : Apr/13/12\"\n );\n script_set_attribute(\n attribute:\"see_also\",\n value:\"https://getupdates.oracle.com/readme/139291-02\"\n );\n script_set_attribute(attribute:\"solution\", value:\"Install patch 139291-02\");\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:\"2012/04/13\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2018/03/12\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_copyright(english:\"This script is Copyright (C) 2018 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(\"misc_func.inc\");\ninclude(\"solaris.inc\");\n\nshowrev = get_kb_item(\"Host/Solaris/showrev\");\nif (empty_or_null(showrev)) audit(AUDIT_OS_NOT, \"Solaris\");\nos_ver = pregmatch(pattern:\"Release: (\\d+.(\\d+))\", string:showrev);\nif (empty_or_null(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, \"Solaris\");\nfull_ver = os_ver[1];\nos_level = os_ver[2];\nif (full_ver != \"5.10\") audit(AUDIT_OS_NOT, \"Solaris 10\", \"Solaris \" + os_level);\npackage_arch = pregmatch(pattern:\"Application architecture: (\\w+)\", string:showrev);\nif (empty_or_null(package_arch)) audit(AUDIT_UNKNOWN_ARCH);\npackage_arch = package_arch[1];\nif (package_arch != \"sparc\") audit(AUDIT_ARCH_NOT, \"sparc\", package_arch);\nif (!get_kb_item(\"Host/local_checks_enabled\")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);\n\nif (solaris_check_patch(release:\"5.10\", arch:\"sparc\", patch:\"139291-02\", obsoleted_by:\"\", package:\"SUNWpgadmin3S\", version:\"11.10.0,REV=2007.11.27.11.32\") < 0) flag++;\n\nif (flag) {\n security_report_v4(\n port : 0,\n severity : SECURITY_HOLE,\n extra : solaris_get_report()\n );\n} else {\n patch_fix = solaris_patch_fix_get();\n if (!empty_or_null(patch_fix)) audit(AUDIT_PATCH_INSTALLED, patch_fix, \"Solaris 10\");\n tested = solaris_pkg_tests_get();\n if (!empty_or_null(tested)) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);\n audit(AUDIT_PACKAGE_NOT_INSTALLED, \"SUNWpgadmin3S\");\n}\n", "cvss": {"score": 0.0, "vector": "NONE"}}]}}