Vulnerabilities > CVE-2008-5423 - Information Exposure vulnerability in SUN RAY Server Software and RAY Windows Connector

047910
CVSS 4.3 - MEDIUM
Attack vector
LOCAL
Attack complexity
LOW
Privileges required
SINGLE
Confidentiality impact
PARTIAL
Integrity impact
PARTIAL
Availability impact
PARTIAL
local
low complexity
sun
novell
redhat
CWE-200
nessus

Summary

Sun Sun Ray Server Software 3.x and 4.0 and Sun Ray Windows Connector 1.1 and 2.0 expose the LDAP password during a configuration step, which allows local users to discover the Sun Ray administration password, and obtain admin access to the Data Store and Administration GUI, via unspecified vectors related to the utconfig component of the Server Software and the uttscadm component of the Windows Connector.

Common Weakness Enumeration (CWE)

Common Attack Pattern Enumeration and Classification (CAPEC)

  • Subverting Environment Variable Values
    The attacker directly or indirectly modifies environment variables used by or controlling the target software. The attacker's goal is to cause the target software to deviate from its expected operation in a manner that benefits the attacker.
  • Footprinting
    An attacker engages in probing and exploration activity to identify constituents and properties of the target. Footprinting is a general term to describe a variety of information gathering techniques, often used by attackers in preparation for some attack. It consists of using tools to learn as much as possible about the composition, configuration, and security mechanisms of the targeted application, system or network. Information that might be collected during a footprinting effort could include open ports, applications and their versions, network topology, and similar information. While footprinting is not intended to be damaging (although certain activities, such as network scans, can sometimes cause disruptions to vulnerable applications inadvertently) it may often pave the way for more damaging attacks.
  • Exploiting Trust in Client (aka Make the Client Invisible)
    An attack of this type exploits a programs' vulnerabilities in client/server communication channel authentication and data integrity. It leverages the implicit trust a server places in the client, or more importantly, that which the server believes is the client. An attacker executes this type of attack by placing themselves in the communication channel between client and server such that communication directly to the server is possible where the server believes it is communicating only with a valid client. There are numerous variations of this type of attack.
  • Browser Fingerprinting
    An attacker carefully crafts small snippets of Java Script to efficiently detect the type of browser the potential victim is using. Many web-based attacks need prior knowledge of the web browser including the version of browser to ensure successful exploitation of a vulnerability. Having this knowledge allows an attacker to target the victim with attacks that specifically exploit known or zero day weaknesses in the type and version of the browser used by the victim. Automating this process via Java Script as a part of the same delivery system used to exploit the browser is considered more efficient as the attacker can supply a browser fingerprinting method and integrate it with exploit code, all contained in Java Script and in response to the same web page request by the browser.
  • Session Credential Falsification through Prediction
    This attack targets predictable session ID in order to gain privileges. The attacker can predict the session ID used during a transaction to perform spoofing and session hijacking.

Nessus

  • NASL familySolaris Local Security Checks
    NASL idSOLARIS10_127553.NASL
    descriptionSun Ray Core Services version 4.0 Patch Update. Date this patch was last updated by Sun : Feb/24/10 This plugin has been deprecated and either replaced with individual 127553 patch-revision plugins, or deemed non-security related.
    last seen2019-02-21
    modified2018-07-30
    plugin id35194
    published2008-12-17
    reporterTenable
    sourcehttps://www.tenable.com/plugins/index.php?view=single&id=35194
    titleSolaris 10 (sparc) : 127553-08 (deprecated)
    code
    #%NASL_MIN_LEVEL 80502
    
    #
    # (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(35194);
      script_version("1.15");
      script_cvs_date("Date: 2019/10/25 13:36:26");
    
      script_cve_id("CVE-2008-5422", "CVE-2008-5423", "CVE-2009-2489", "CVE-2009-2490", "CVE-2009-2491", "CVE-2009-4294", "CVE-2009-4295");
    
      script_name(english:"Solaris 10 (sparc) : 127553-08 (deprecated)");
      script_summary(english:"Check for patch 127553-08");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"This plugin has been deprecated."
      );
      script_set_attribute(
        attribute:"description",
        value:
    "Sun Ray Core Services version 4.0 Patch Update.
    Date this patch was last updated by Sun : Feb/24/10
    
    This plugin has been deprecated and either replaced with individual
    127553 patch-revision plugins, or deemed non-security related."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://getupdates.oracle.com/readme/127553-08"
      );
      script_set_attribute(
        attribute:"solution", 
        value:"n/a"
      );
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C");
      script_cwe_id(200, 264, 310);
    
      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:"2010/02/24");
      script_set_attribute(attribute:"plugin_publication_date", value:"2008/12/17");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2008-2019 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 127553 instead.");
    
  • NASL familySolaris Local Security Checks
    NASL idSOLARIS9_118979.NASL
    descriptionSun Ray Core Services version 3.0 Patch Update. Date this patch was last updated by Sun : Nov/26/08
    last seen2020-06-01
    modified2020-06-02
    plugin id23550
    published2006-11-06
    reporterThis script is Copyright (C) 2006-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/23550
    titleSolaris 9 (sparc) : 118979-04
    code
    #%NASL_MIN_LEVEL 80502
    #
    # (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(23550);
      script_version("1.19");
      script_cvs_date("Date: 2019/10/25 13:36:25");
    
      script_cve_id("CVE-2008-5423");
    
      script_name(english:"Solaris 9 (sparc) : 118979-04");
      script_summary(english:"Check for patch 118979-04");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote host is missing Sun Security Patch number 118979-04"
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "Sun Ray Core Services version 3.0 Patch Update.
    Date this patch was last updated by Sun : Nov/26/08"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://getupdates.oracle.com/readme/118979-04"
      );
      script_set_attribute(
        attribute:"solution", 
        value:"You should install this patch for your system to be up-to-date."
      );
      script_set_cvss_base_vector("CVSS2#AV:L/AC:L/Au:S/C:P/I:P/A:P");
      script_cwe_id(200);
    
      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:"2008/11/26");
      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-2019 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", arch:"sparc", patch:"118979-04", obsoleted_by:"", package:"SUNWutstk", version:"3.0_51,REV=2004.11.10.16.18") < 0) flag++;
    if (solaris_check_patch(release:"5.9", arch:"sparc", patch:"118979-04", obsoleted_by:"", package:"SUNWutu", version:"3.0_51,REV=2004.11.10.16.18") < 0) flag++;
    if (solaris_check_patch(release:"5.9", arch:"sparc", patch:"118979-04", obsoleted_by:"", package:"SUNWutfw", version:"3.0_51,REV=2004.11.10.16.18") < 0) flag++;
    if (solaris_check_patch(release:"5.9", arch:"sparc", patch:"118979-04", obsoleted_by:"", package:"SUNWuto", version:"3.0_51,REV=2004.11.10.16.18") < 0) flag++;
    if (solaris_check_patch(release:"5.9", arch:"sparc", patch:"118979-04", obsoleted_by:"", package:"SUNWutesa", version:"3.0_51,REV=2004.11.10.16.18") < 0) flag++;
    if (solaris_check_patch(release:"5.9", arch:"sparc", patch:"118979-04", obsoleted_by:"", package:"SUNWutsto", version:"3.0_51,REV=2004.11.10.16.18") < 0) flag++;
    if (solaris_check_patch(release:"5.9", arch:"sparc", patch:"118979-04", obsoleted_by:"", package:"SUNWutps", version:"3.0_51,REV=2004.11.10.16.18") < 0) flag++;
    if (solaris_check_patch(release:"5.9", arch:"sparc", patch:"118979-04", obsoleted_by:"", package:"SUNWuta", version:"3.0_51,REV=2004.11.10.16.18") < 0) flag++;
    if (solaris_check_patch(release:"5.9", arch:"sparc", patch:"118979-04", obsoleted_by:"", package:"SUNWutr", version:"3.0_51,REV=2004.11.10.16.18") < 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");
    
  • NASL familySolaris Local Security Checks
    NASL idSOLARIS9_120879.NASL
    descriptionSun Ray Core Services version 3.1 Patch Update. Date this patch was last updated by Sun : Nov/26/08
    last seen2020-06-01
    modified2020-06-02
    plugin id23559
    published2006-11-06
    reporterThis script is Copyright (C) 2006-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/23559
    titleSolaris 9 (sparc) : 120879-08
    code
    #%NASL_MIN_LEVEL 80502
    #
    # (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(23559);
      script_version("1.21");
      script_cvs_date("Date: 2019/10/25 13:36:25");
    
      script_cve_id("CVE-2008-5423");
    
      script_name(english:"Solaris 9 (sparc) : 120879-08");
      script_summary(english:"Check for patch 120879-08");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote host is missing Sun Security Patch number 120879-08"
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "Sun Ray Core Services version 3.1 Patch Update.
    Date this patch was last updated by Sun : Nov/26/08"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://getupdates.oracle.com/readme/120879-08"
      );
      script_set_attribute(
        attribute:"solution", 
        value:"You should install this patch for your system to be up-to-date."
      );
      script_set_cvss_base_vector("CVSS2#AV:L/AC:L/Au:S/C:P/I:P/A:P");
      script_cwe_id(200);
    
      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:"2008/11/26");
      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-2019 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", arch:"sparc", patch:"120879-08", obsoleted_by:"", package:"SUNWutm", version:"3.1_32,REV=2005.08.24.08.55") < 0) flag++;
    if (solaris_check_patch(release:"5.9", arch:"sparc", patch:"120879-08", obsoleted_by:"", package:"SUNWuto", version:"3.1_32,REV=2005.08.24.08.55") < 0) flag++;
    if (solaris_check_patch(release:"5.9", arch:"sparc", patch:"120879-08", obsoleted_by:"", package:"SUNWutesa", version:"3.1_32,REV=2005.08.24.08.55") < 0) flag++;
    if (solaris_check_patch(release:"5.9", arch:"sparc", patch:"120879-08", obsoleted_by:"", package:"SUNWutps", version:"3.1_32,REV=2005.08.24.08.55") < 0) flag++;
    if (solaris_check_patch(release:"5.9", arch:"sparc", patch:"120879-08", obsoleted_by:"", package:"SUNWutr", version:"3.1_32,REV=2005.08.24.08.55") < 0) flag++;
    if (solaris_check_patch(release:"5.9", arch:"sparc", patch:"120879-08", obsoleted_by:"", package:"SUNWutu", version:"3.1_32,REV=2005.08.24.08.55") < 0) flag++;
    if (solaris_check_patch(release:"5.9", arch:"sparc", patch:"120879-08", obsoleted_by:"", package:"SUNWutgsm", version:"3.1_32,REV=2005.08.24.08.55") < 0) flag++;
    if (solaris_check_patch(release:"5.9", arch:"sparc", patch:"120879-08", obsoleted_by:"", package:"SUNWutkio", version:"3.1_32,REV=2005.08.24.08.55") < 0) flag++;
    if (solaris_check_patch(release:"5.9", arch:"sparc", patch:"120879-08", obsoleted_by:"", package:"SUNWutfw", version:"3.1_32,REV=2005.08.24.08.55") < 0) flag++;
    if (solaris_check_patch(release:"5.9", arch:"sparc", patch:"120879-08", obsoleted_by:"", package:"SUNWutsto", version:"3.1_32,REV=2005.08.24.08.55") < 0) flag++;
    if (solaris_check_patch(release:"5.9", arch:"sparc", patch:"120879-08", obsoleted_by:"", package:"SUNWuta", version:"3.1_32,REV=2005.08.24.08.55") < 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");
    
  • NASL familySolaris Local Security Checks
    NASL idSOLARIS8_120879.NASL
    descriptionSun Ray Core Services version 3.1 Patch Update. Date this patch was last updated by Sun : Nov/26/08
    last seen2020-06-01
    modified2020-06-02
    plugin id23421
    published2006-11-06
    reporterThis script is Copyright (C) 2006-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/23421
    titleSolaris 8 (sparc) : 120879-08
    code
    #%NASL_MIN_LEVEL 80502
    #
    # (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(23421);
      script_version("1.21");
      script_cvs_date("Date: 2019/10/25 13:36:25");
    
      script_cve_id("CVE-2008-5423");
    
      script_name(english:"Solaris 8 (sparc) : 120879-08");
      script_summary(english:"Check for patch 120879-08");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote host is missing Sun Security Patch number 120879-08"
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "Sun Ray Core Services version 3.1 Patch Update.
    Date this patch was last updated by Sun : Nov/26/08"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://getupdates.oracle.com/readme/120879-08"
      );
      script_set_attribute(
        attribute:"solution", 
        value:"You should install this patch for your system to be up-to-date."
      );
      script_set_cvss_base_vector("CVSS2#AV:L/AC:L/Au:S/C:P/I:P/A:P");
      script_cwe_id(200);
    
      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:"2008/11/26");
      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-2019 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:"120879-08", obsoleted_by:"", package:"SUNWutm", version:"3.1_32,REV=2005.08.24.08.55") < 0) flag++;
    if (solaris_check_patch(release:"5.8", arch:"sparc", patch:"120879-08", obsoleted_by:"", package:"SUNWuto", version:"3.1_32,REV=2005.08.24.08.55") < 0) flag++;
    if (solaris_check_patch(release:"5.8", arch:"sparc", patch:"120879-08", obsoleted_by:"", package:"SUNWutesa", version:"3.1_32,REV=2005.08.24.08.55") < 0) flag++;
    if (solaris_check_patch(release:"5.8", arch:"sparc", patch:"120879-08", obsoleted_by:"", package:"SUNWutps", version:"3.1_32,REV=2005.08.24.08.55") < 0) flag++;
    if (solaris_check_patch(release:"5.8", arch:"sparc", patch:"120879-08", obsoleted_by:"", package:"SUNWutr", version:"3.1_32,REV=2005.08.24.08.55") < 0) flag++;
    if (solaris_check_patch(release:"5.8", arch:"sparc", patch:"120879-08", obsoleted_by:"", package:"SUNWutu", version:"3.1_32,REV=2005.08.24.08.55") < 0) flag++;
    if (solaris_check_patch(release:"5.8", arch:"sparc", patch:"120879-08", obsoleted_by:"", package:"SUNWutgsm", version:"3.1_32,REV=2005.08.24.08.55") < 0) flag++;
    if (solaris_check_patch(release:"5.8", arch:"sparc", patch:"120879-08", obsoleted_by:"", package:"SUNWutkio", version:"3.1_32,REV=2005.08.24.08.55") < 0) flag++;
    if (solaris_check_patch(release:"5.8", arch:"sparc", patch:"120879-08", obsoleted_by:"", package:"SUNWutfw", version:"3.1_32,REV=2005.08.24.08.55") < 0) flag++;
    if (solaris_check_patch(release:"5.8", arch:"sparc", patch:"120879-08", obsoleted_by:"", package:"SUNWutsto", version:"3.1_32,REV=2005.08.24.08.55") < 0) flag++;
    if (solaris_check_patch(release:"5.8", arch:"sparc", patch:"120879-08", obsoleted_by:"", package:"SUNWuta", version:"3.1_32,REV=2005.08.24.08.55") < 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");
    
  • NASL familySolaris Local Security Checks
    NASL idSOLARIS10_120879.NASL
    descriptionSun Ray Core Services version 3.1 Patch Update. Date this patch was last updated by Sun : Nov/26/08 This plugin has been deprecated and either replaced with individual 120879 patch-revision plugins, or deemed non-security related.
    last seen2019-02-21
    modified2018-07-30
    plugin id22963
    published2006-11-06
    reporterTenable
    sourcehttps://www.tenable.com/plugins/index.php?view=single&id=22963
    titleSolaris 10 (sparc) : 120879-08 (deprecated)
    code
    #%NASL_MIN_LEVEL 80502
    
    #
    # (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(22963);
      script_version("1.25");
      script_cvs_date("Date: 2019/10/25 13:36:24");
    
      script_cve_id("CVE-2008-5423");
    
      script_name(english:"Solaris 10 (sparc) : 120879-08 (deprecated)");
      script_summary(english:"Check for patch 120879-08");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"This plugin has been deprecated."
      );
      script_set_attribute(
        attribute:"description",
        value:
    "Sun Ray Core Services version 3.1 Patch Update.
    Date this patch was last updated by Sun : Nov/26/08
    
    This plugin has been deprecated and either replaced with individual
    120879 patch-revision plugins, or deemed non-security related."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://getupdates.oracle.com/readme/120879-08"
      );
      script_set_attribute(
        attribute:"solution", 
        value:"n/a"
      );
      script_set_cvss_base_vector("CVSS2#AV:L/AC:L/Au:S/C:P/I:P/A:P");
      script_cwe_id(200);
    
      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:"2008/11/26");
      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-2019 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 120879 instead.");
    
  • NASL familySolaris Local Security Checks
    NASL idSOLARIS10_127556.NASL
    descriptionSun Ray Connector for Microsoft Windows Operating Systems version. Date this patch was last updated by Sun : Dec/07/09 This plugin has been deprecated and either replaced with individual 127556 patch-revision plugins, or deemed non-security related.
    last seen2019-02-21
    modified2018-07-30
    plugin id35195
    published2008-12-17
    reporterTenable
    sourcehttps://www.tenable.com/plugins/index.php?view=single&id=35195
    titleSolaris 10 (sparc) : 127556-05 (deprecated)
  • NASL familySolaris Local Security Checks
    NASL idSOLARIS8_118979.NASL
    descriptionSun Ray Core Services version 3.0 Patch Update. Date this patch was last updated by Sun : Nov/26/08
    last seen2020-06-01
    modified2020-06-02
    plugin id23410
    published2006-11-06
    reporterThis script is Copyright (C) 2006-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/23410
    titleSolaris 8 (sparc) : 118979-04