Vulnerabilities > CVE-2005-1887 - Local Security vulnerability in SUN Solaris 10.0

047910
CVSS 4.6 - MEDIUM
Attack vector
LOCAL
Attack complexity
LOW
Privileges required
NONE
Confidentiality impact
PARTIAL
Integrity impact
PARTIAL
Availability impact
PARTIAL
local
low complexity
sun
nessus

Summary

Unknown vulnerability in the Sun Solaris C library (libc and libproject) in Solaris 10 allows local users to gain privileges.

Vulnerable Configurations

Part Description Count
OS
Sun
1

Nessus

  • NASL familySolaris Local Security Checks
    NASL idSOLARIS10_X86_118345.NASL
    descriptionSunOS 5.10_x86: ld & libc.so.1 Patch. Date this patch was last updated by Sun : Jan/10/06
    last seen2018-09-01
    modified2018-08-13
    plugin id19205
    published2005-07-14
    reporterTenable
    sourcehttps://www.tenable.com/plugins/index.php?view=single&id=19205
    titleSolaris 10 (x86) : 118345-13
    code
    #%NASL_MIN_LEVEL 80502
    
    # @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, Inc.
    #
    #
    
    if ( ! defined_func("bn_random") ) exit(0);
    include("compat.inc");
    
    if(description)
    {
     script_id(19205);
     script_version("1.25");
    
     script_name(english: "Solaris 10 (x86) : 118345-13");
     script_cve_id("CVE-2005-1887");
     script_set_attribute(attribute: "synopsis", value:
    "The remote host is missing Sun Security Patch number 118345-13");
     script_set_attribute(attribute: "description", value:
    'SunOS 5.10_x86: ld & libc.so.1 Patch.
    Date this patch was last updated by Sun : Jan/10/06');
     script_set_attribute(attribute: "solution", value:
    "You should install this patch for your system to be up-to-date.");
     script_set_attribute(attribute: "see_also", value:
    "https://getupdates.oracle.com/readme/118345-13");
     script_set_attribute(attribute: "cvss_vector", value: "CVSS2#AV:L/AC:L/Au:N/C:P/I:P/A:P");
     script_set_attribute(attribute:"plugin_publication_date", value: "2005/07/14");
     script_cvs_date("Date: 2019/10/25 13:36:22");
     script_set_attribute(attribute:"vuln_publication_date", value: "2005/06/03");
     script_end_attributes();
    
     script_summary(english: "Check for patch 118345-13");
     script_category(ACT_GATHER_INFO);
     script_copyright(english:"This script is Copyright (C) 2005-2019 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.");
    
  • NASL familySolaris Local Security Checks
    NASL idSOLARIS10_119689.NASL
    descriptionSunOS 5.10: libc.so.1 patch. Date this patch was last updated by Sun : Mar/10/06
    last seen2018-09-01
    modified2018-08-13
    plugin id19203
    published2005-07-14
    reporterTenable
    sourcehttps://www.tenable.com/plugins/index.php?view=single&id=19203
    titleSolaris 10 (sparc) : 119689-07
    code
    #%NASL_MIN_LEVEL 80502
    
    # @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, Inc.
    #
    #
    
    if ( ! defined_func("bn_random") ) exit(0);
    include("compat.inc");
    
    if(description)
    {
     script_id(19203);
     script_version("1.20");
    
     script_name(english: "Solaris 10 (sparc) : 119689-07");
     script_cve_id("CVE-2005-1887");
     script_set_attribute(attribute: "synopsis", value:
    "The remote host is missing Sun Security Patch number 119689-07");
     script_set_attribute(attribute: "description", value:
    'SunOS 5.10: libc.so.1 patch.
    Date this patch was last updated by Sun : Mar/10/06');
     script_set_attribute(attribute: "solution", value:
    "You should install this patch for your system to be up-to-date.");
     script_set_attribute(attribute: "see_also", value:
    "https://getupdates.oracle.com/readme/119689-07");
     script_set_attribute(attribute: "cvss_vector", value: "CVSS2#AV:L/AC:L/Au:N/C:P/I:P/A:P");
     script_set_attribute(attribute:"plugin_publication_date", value: "2005/07/14");
     script_cvs_date("Date: 2019/10/25 13:36:22");
     script_set_attribute(attribute:"vuln_publication_date", value: "2005/06/03");
     script_end_attributes();
    
     script_summary(english: "Check for patch 119689-07");
     script_category(ACT_GATHER_INFO);
     script_copyright(english:"This script is Copyright (C) 2005-2019 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.");