Vulnerabilities > CVE-2009-2029 - Remote Denial Of Service vulnerability in SUN Opensolaris and Solaris

047910
CVSS 5.0 - MEDIUM
Attack vector
NETWORK
Attack complexity
LOW
Privileges required
NONE
Confidentiality impact
NONE
Integrity impact
NONE
Availability impact
PARTIAL
network
low complexity
sun
nessus

Summary

Unspecified vulnerability in rpc.nisd in Sun Solaris 8 through 10, and OpenSolaris before snv_104, allows remote authenticated users to cause a denial of service (NIS+ daemon hang) via unspecified vectors related to NIS+ callbacks.

Vulnerable Configurations

Part Description Count
OS
Sun
210

Nessus

  • NASL familySolaris Local Security Checks
    NASL idSOLARIS9_112960.NASL
    descriptionSunOS 5.9: ldap library Patch. Date this patch was last updated by Sun : Jan/05/10
    last seen2016-09-26
    modified2011-09-18
    plugin id13526
    published2004-07-12
    reporterTenable
    sourcehttps://www.tenable.com/plugins/index.php?view=single&id=13526
    titleSolaris 9 (sparc) : 112960-70
    code
    #%NASL_MIN_LEVEL 999999
    
    # @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(13526);
     script_version("1.70");
    
     script_name(english: "Solaris 9 (sparc) : 112960-70");
     script_cve_id("CVE-2007-3458", "CVE-2009-2029", "CVE-2009-4080");
     script_set_attribute(attribute: "synopsis", value:
    "The remote host is missing Sun Security Patch number 112960-70");
     script_set_attribute(attribute: "description", value:
    'SunOS 5.9: ldap library Patch.
    Date this patch was last updated by Sun : Jan/05/10');
     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/112960-70");
     script_set_attribute(attribute: "cvss_vector", value: "CVSS2#AV:N/AC:L/Au:N/C:N/I:N/A:P");
     script_set_attribute(attribute:"plugin_publication_date", value: "2004/07/12");
     script_cvs_date("Date: 2018/08/13 14:32:38");
     script_set_attribute(attribute:"vuln_publication_date", value: "2007/06/26");
     script_end_attributes();
    
     script_summary(english: "Check for patch 112960-70");
     script_category(ACT_GATHER_INFO);
     script_copyright(english:"This script is Copyright (C) 2004-2018 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.9", arch:"sparc", patch:"112960-70", obsoleted_by:"115695-02 ", package:"SUNWarc", version:"11.9.0,REV=2002.04.06.15.27");
    e +=  solaris_check_patch(release:"5.9", arch:"sparc", patch:"112960-70", obsoleted_by:"115695-02 ", package:"SUNWarcx", version:"11.9.0,REV=2002.04.06.15.27");
    e +=  solaris_check_patch(release:"5.9", arch:"sparc", patch:"112960-70", obsoleted_by:"115695-02 ", package:"SUNWcsl", version:"11.9.0,REV=2002.04.06.15.27");
    e +=  solaris_check_patch(release:"5.9", arch:"sparc", patch:"112960-70", obsoleted_by:"115695-02 ", package:"SUNWcslx", version:"11.9.0,REV=2002.04.06.15.27");
    e +=  solaris_check_patch(release:"5.9", arch:"sparc", patch:"112960-70", obsoleted_by:"115695-02 ", package:"SUNWcstl", version:"11.9.0,REV=2002.04.06.15.27");
    e +=  solaris_check_patch(release:"5.9", arch:"sparc", patch:"112960-70", obsoleted_by:"115695-02 ", package:"SUNWcstlx", version:"11.9.0,REV=2002.04.06.15.27");
    e +=  solaris_check_patch(release:"5.9", arch:"sparc", patch:"112960-70", obsoleted_by:"115695-02 ", package:"SUNWcsu", version:"11.9.0,REV=2002.04.06.15.27");
    e +=  solaris_check_patch(release:"5.9", arch:"sparc", patch:"112960-70", obsoleted_by:"115695-02 ", package:"SUNWhea", version:"11.9.0,REV=2002.04.06.15.27");
    e +=  solaris_check_patch(release:"5.9", arch:"sparc", patch:"112960-70", obsoleted_by:"115695-02 ", package:"SUNWnisu", version:"11.9.0,REV=2002.04.06.15.27");
    if ( e < 0 ) { 
    	if ( NASL_LEVEL < 3000 ) 
    	   security_warning(0);
    	else  
    	   security_warning(port:0, extra:solaris_get_report());
    	exit(0); 
    } 
    exit(0, "Host is not affected");
    
  • NASL familySolaris Local Security Checks
    NASL idSOLARIS9_X86_114242.NASL
    descriptionSunOS 5.9_x86: ldap library Patch. Date this patch was last updated by Sun : Jan/05/10
    last seen2016-09-26
    modified2011-09-18
    plugin id13595
    published2004-07-12
    reporterTenable
    sourcehttps://www.tenable.com/plugins/index.php?view=single&id=13595
    titleSolaris 9 (x86) : 114242-55
    code
    #%NASL_MIN_LEVEL 999999
    
    # @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(13595);
     script_version("1.64");
    
     script_name(english: "Solaris 9 (x86) : 114242-55");
     script_cve_id("CVE-2007-3458", "CVE-2009-2029");
     script_set_attribute(attribute: "synopsis", value:
    "The remote host is missing Sun Security Patch number 114242-55");
     script_set_attribute(attribute: "description", value:
    'SunOS 5.9_x86: ldap library Patch.
    Date this patch was last updated by Sun : Jan/05/10');
     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/114242-55");
     script_set_attribute(attribute: "cvss_vector", value: "CVSS2#AV:N/AC:L/Au:N/C:N/I:N/A:P");
     script_set_attribute(attribute:"plugin_publication_date", value: "2004/07/12");
     script_cvs_date("Date: 2018/08/13 14:32:38");
     script_set_attribute(attribute:"vuln_publication_date", value: "2007/06/26");
     script_end_attributes();
    
     script_summary(english: "Check for patch 114242-55");
     script_category(ACT_GATHER_INFO);
     script_copyright(english:"This script is Copyright (C) 2004-2018 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.9_x86", arch:"i386", patch:"114242-55", obsoleted_by:"115696-02 ", package:"SUNWarc", version:"11.9.0,REV=2002.11.04.02.51");
    e +=  solaris_check_patch(release:"5.9_x86", arch:"i386", patch:"114242-55", obsoleted_by:"115696-02 ", package:"SUNWcsl", version:"11.9.0,REV=2002.11.04.02.51");
    e +=  solaris_check_patch(release:"5.9_x86", arch:"i386", patch:"114242-55", obsoleted_by:"115696-02 ", package:"SUNWcstl", version:"11.9.0,REV=2002.11.04.02.51");
    e +=  solaris_check_patch(release:"5.9_x86", arch:"i386", patch:"114242-55", obsoleted_by:"115696-02 ", package:"SUNWcsu", version:"11.9.0,REV=2002.11.04.02.51");
    e +=  solaris_check_patch(release:"5.9_x86", arch:"i386", patch:"114242-55", obsoleted_by:"115696-02 ", package:"SUNWhea", version:"11.9.0,REV=2002.11.04.02.51");
    e +=  solaris_check_patch(release:"5.9_x86", arch:"i386", patch:"114242-55", obsoleted_by:"115696-02 ", package:"SUNWnisu", version:"11.9.0,REV=2002.11.04.02.51");
    if ( e < 0 ) { 
    	if ( NASL_LEVEL < 3000 ) 
    	   security_warning(0);
    	else  
    	   security_warning(port:0, extra:solaris_get_report());
    	exit(0); 
    } 
    exit(0, "Host is not affected");
    
  • NASL familySolaris Local Security Checks
    NASL idSOLARIS8_X86_128625.NASL
    descriptionSunOS 5.8_x86: LDAP2 client, libc, libthre. Date this patch was last updated by Sun : Mar/09/09
    last seen2020-06-01
    modified2020-06-02
    plugin id29850
    published2008-01-04
    reporterThis script is Copyright (C) 2008-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/29850
    titleSolaris 8 (x86) : 128625-11
    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(29850);
      script_version("1.27");
      script_cvs_date("Date: 2019/10/25 13:36:26");
    
      script_cve_id("CVE-2009-0319", "CVE-2009-2029");
    
      script_name(english:"Solaris 8 (x86) : 128625-11");
      script_summary(english:"Check for patch 128625-11");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote host is missing Sun Security Patch number 128625-11"
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "SunOS 5.8_x86: LDAP2 client, libc, libthre.
    Date this patch was last updated by Sun : Mar/09/09"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://getupdates.oracle.com/readme/128625-11"
      );
      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:M/Au:N/C:C/I:C/A:C");
    
      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:"2009/03/09");
      script_set_attribute(attribute:"plugin_publication_date", value:"2008/01/04");
      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);
    }
    
    
    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_x86", arch:"i386", patch:"128625-11", obsoleted_by:"", package:"SUNWpppd", version:"11.8.0,REV=2001.02.21.14.14") < 0) flag++;
    if (solaris_check_patch(release:"5.8_x86", arch:"i386", patch:"128625-11", obsoleted_by:"", package:"SUNWcsu", version:"11.8.0,REV=2000.01.08.18.17") < 0) flag++;
    if (solaris_check_patch(release:"5.8_x86", arch:"i386", patch:"128625-11", obsoleted_by:"", package:"SUNWnisr", version:"11.8.0,REV=2000.01.08.18.17") < 0) flag++;
    if (solaris_check_patch(release:"5.8_x86", arch:"i386", patch:"128625-11", obsoleted_by:"", package:"SUNWapppr", version:"11.8.0,REV=2000.01.08.18.17") < 0) flag++;
    if (solaris_check_patch(release:"5.8_x86", arch:"i386", patch:"128625-11", obsoleted_by:"", package:"SUNWpppdu", version:"11.8.0,REV=2001.02.21.14.14") < 0) flag++;
    if (solaris_check_patch(release:"5.8_x86", arch:"i386", patch:"128625-11", obsoleted_by:"", package:"SUNWpppdr", version:"11.8.0,REV=2001.02.21.14.14") < 0) flag++;
    if (solaris_check_patch(release:"5.8_x86", arch:"i386", patch:"128625-11", obsoleted_by:"", package:"SUNWcstl", version:"11.8.0,REV=2000.01.08.18.17") < 0) flag++;
    if (solaris_check_patch(release:"5.8_x86", arch:"i386", patch:"128625-11", obsoleted_by:"", package:"SUNWatfsr", version:"11.8.0,REV=2000.01.08.18.17") < 0) flag++;
    if (solaris_check_patch(release:"5.8_x86", arch:"i386", patch:"128625-11", obsoleted_by:"", package:"SUNWarc", version:"11.8.0,REV=2000.01.08.18.17") < 0) flag++;
    if (solaris_check_patch(release:"5.8_x86", arch:"i386", patch:"128625-11", obsoleted_by:"", package:"SUNWlldap", version:"11.8.0,REV=2000.01.08.18.17") < 0) flag++;
    if (solaris_check_patch(release:"5.8_x86", arch:"i386", patch:"128625-11", obsoleted_by:"", package:"SUNWapppu", version:"11.8.0,REV=2000.01.08.18.17") < 0) flag++;
    if (solaris_check_patch(release:"5.8_x86", arch:"i386", patch:"128625-11", obsoleted_by:"", package:"SUNWdpl", version:"11.8.0,REV=2000.01.08.18.17") < 0) flag++;
    if (solaris_check_patch(release:"5.8_x86", arch:"i386", patch:"128625-11", obsoleted_by:"", package:"SUNWmdb", version:"11.8.0,REV=2000.01.08.18.17") < 0) flag++;
    if (solaris_check_patch(release:"5.8_x86", arch:"i386", patch:"128625-11", obsoleted_by:"", package:"SUNWhea", version:"11.8.0,REV=2000.01.08.18.17") < 0) flag++;
    if (solaris_check_patch(release:"5.8_x86", arch:"i386", patch:"128625-11", obsoleted_by:"", package:"SUNWnisu", version:"11.8.0,REV=2000.01.08.18.17") < 0) flag++;
    if (solaris_check_patch(release:"5.8_x86", arch:"i386", patch:"128625-11", obsoleted_by:"", package:"SUNWpppgS", version:"11.8.0,REV=2001.02.21.14.14") < 0) flag++;
    if (solaris_check_patch(release:"5.8_x86", arch:"i386", patch:"128625-11", obsoleted_by:"", package:"SUNWcsr", version:"11.8.0,REV=2000.01.08.18.17") < 0) flag++;
    if (solaris_check_patch(release:"5.8_x86", arch:"i386", patch:"128625-11", obsoleted_by:"", package:"SUNWatfsu", version:"11.8.0,REV=2000.01.08.18.17") < 0) flag++;
    if (solaris_check_patch(release:"5.8_x86", arch:"i386", patch:"128625-11", obsoleted_by:"", package:"SUNWcsl", version:"11.8.0,REV=2000.01.08.18.17") < 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_128624.NASL
    descriptionSunOS 5.8: LDAP2 client, libc, libthread a. Date this patch was last updated by Sun : Mar/09/09
    last seen2020-06-01
    modified2020-06-02
    plugin id29828
    published2008-01-02
    reporterThis script is Copyright (C) 2008-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/29828
    titleSolaris 8 (sparc) : 128624-11
    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(29828);
      script_version("1.29");
      script_cvs_date("Date: 2019/10/25 13:36:26");
    
      script_cve_id("CVE-2009-0319", "CVE-2009-2029");
    
      script_name(english:"Solaris 8 (sparc) : 128624-11");
      script_summary(english:"Check for patch 128624-11");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote host is missing Sun Security Patch number 128624-11"
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "SunOS 5.8: LDAP2 client, libc, libthread a.
    Date this patch was last updated by Sun : Mar/09/09"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://getupdates.oracle.com/readme/128624-11"
      );
      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:M/Au:N/C:C/I:C/A:C");
    
      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:"2009/03/09");
      script_set_attribute(attribute:"plugin_publication_date", value:"2008/01/02");
      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);
    }
    
    
    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:"128624-11", obsoleted_by:"", package:"SUNWcstlx", version:"11.8.0,REV=2000.01.08.18.12") < 0) flag++;
    if (solaris_check_patch(release:"5.8", arch:"sparc", patch:"128624-11", obsoleted_by:"", package:"SUNWpppdx", version:"11.8.0,REV=2001.02.21.14.02") < 0) flag++;
    if (solaris_check_patch(release:"5.8", arch:"sparc", patch:"128624-11", obsoleted_by:"", package:"SUNWpppd", version:"11.8.0,REV=2001.02.21.14.02") < 0) flag++;
    if (solaris_check_patch(release:"5.8", arch:"sparc", patch:"128624-11", obsoleted_by:"", package:"SUNWmdbx", version:"11.8.0,REV=2000.01.08.18.12") < 0) flag++;
    if (solaris_check_patch(release:"5.8", arch:"sparc", patch:"128624-11", obsoleted_by:"", package:"SUNWcsu", version:"11.8.0,REV=2000.01.08.18.12") < 0) flag++;
    if (solaris_check_patch(release:"5.8", arch:"sparc", patch:"128624-11", obsoleted_by:"", package:"SUNWnisr", version:"11.8.0,REV=2000.01.08.18.12") < 0) flag++;
    if (solaris_check_patch(release:"5.8", arch:"sparc", patch:"128624-11", obsoleted_by:"", package:"SUNWapppr", version:"11.8.0,REV=2000.01.08.18.12") < 0) flag++;
    if (solaris_check_patch(release:"5.8", arch:"sparc", patch:"128624-11", obsoleted_by:"", package:"SUNWpppdu", version:"11.8.0,REV=2001.02.21.14.02") < 0) flag++;
    if (solaris_check_patch(release:"5.8", arch:"sparc", patch:"128624-11", obsoleted_by:"", package:"SUNWpppdr", version:"11.8.0,REV=2001.02.21.14.02") < 0) flag++;
    if (solaris_check_patch(release:"5.8", arch:"sparc", patch:"128624-11", obsoleted_by:"", package:"SUNWcstl", version:"11.8.0,REV=2000.01.08.18.12") < 0) flag++;
    if (solaris_check_patch(release:"5.8", arch:"sparc", patch:"128624-11", obsoleted_by:"", package:"SUNWcarx", version:"11.8.0,REV=2000.01.13.13.40") < 0) flag++;
    if (solaris_check_patch(release:"5.8", arch:"sparc", patch:"128624-11", obsoleted_by:"", package:"SUNWatfsr", version:"11.8.0,REV=2000.01.08.18.12") < 0) flag++;
    if (solaris_check_patch(release:"5.8", arch:"sparc", patch:"128624-11", obsoleted_by:"", package:"SUNWdplx", version:"11.8.0,REV=2000.01.08.18.12") < 0) flag++;
    if (solaris_check_patch(release:"5.8", arch:"sparc", patch:"128624-11", obsoleted_by:"", package:"SUNWcslx", version:"11.8.0,REV=2000.01.08.18.12") < 0) flag++;
    if (solaris_check_patch(release:"5.8", arch:"sparc", patch:"128624-11", obsoleted_by:"", package:"SUNWarc", version:"11.8.0,REV=2000.01.08.18.12") < 0) flag++;
    if (solaris_check_patch(release:"5.8", arch:"sparc", patch:"128624-11", obsoleted_by:"", package:"SUNWlldap", version:"11.8.0,REV=2000.01.08.18.12") < 0) flag++;
    if (solaris_check_patch(release:"5.8", arch:"sparc", patch:"128624-11", obsoleted_by:"", package:"SUNWarcx", version:"11.8.0,REV=2000.01.08.18.12") < 0) flag++;
    if (solaris_check_patch(release:"5.8", arch:"sparc", patch:"128624-11", obsoleted_by:"", package:"SUNWapppu", version:"11.8.0,REV=2000.01.08.18.12") < 0) flag++;
    if (solaris_check_patch(release:"5.8", arch:"sparc", patch:"128624-11", obsoleted_by:"", package:"SUNWdpl", version:"11.8.0,REV=2000.01.08.18.12") < 0) flag++;
    if (solaris_check_patch(release:"5.8", arch:"sparc", patch:"128624-11", obsoleted_by:"", package:"SUNWmdb", version:"11.8.0,REV=2000.01.08.18.12") < 0) flag++;
    if (solaris_check_patch(release:"5.8", arch:"sparc", patch:"128624-11", obsoleted_by:"", package:"SUNWhea", version:"11.8.0,REV=2000.01.08.18.12") < 0) flag++;
    if (solaris_check_patch(release:"5.8", arch:"sparc", patch:"128624-11", obsoleted_by:"", package:"SUNWnisu", version:"11.8.0,REV=2000.01.08.18.12") < 0) flag++;
    if (solaris_check_patch(release:"5.8", arch:"sparc", patch:"128624-11", obsoleted_by:"", package:"SUNWcsxu", version:"11.8.0,REV=2000.01.08.18.12") < 0) flag++;
    if (solaris_check_patch(release:"5.8", arch:"sparc", patch:"128624-11", obsoleted_by:"", package:"SUNWpppgS", version:"11.8.0,REV=2001.02.21.14.02") < 0) flag++;
    if (solaris_check_patch(release:"5.8", arch:"sparc", patch:"128624-11", obsoleted_by:"", package:"SUNWcsr", version:"11.8.0,REV=2000.01.08.18.12") < 0) flag++;
    if (solaris_check_patch(release:"5.8", arch:"sparc", patch:"128624-11", obsoleted_by:"", package:"SUNWatfsu", version:"11.8.0,REV=2000.01.08.18.12") < 0) flag++;
    if (solaris_check_patch(release:"5.8", arch:"sparc", patch:"128624-11", obsoleted_by:"", package:"SUNWcsl", version:"11.8.0,REV=2000.01.08.18.12") < 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_140917.NASL
    descriptionSunOS 5.10: rpc.nisd patch. Date this patch was last updated by Sun : Jul/22/09
    last seen2018-09-01
    modified2018-08-13
    plugin id39325
    published2009-06-08
    reporterTenable
    sourcehttps://www.tenable.com/plugins/index.php?view=single&id=39325
    titleSolaris 10 (sparc) : 140917-02
    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(39325);
     script_version("1.16");
    
     script_name(english: "Solaris 10 (sparc) : 140917-02");
     script_cve_id("CVE-2009-2029");
     script_set_attribute(attribute: "synopsis", value:
    "The remote host is missing Sun Security Patch number 140917-02");
     script_set_attribute(attribute: "description", value:
    'SunOS 5.10: rpc.nisd patch.
    Date this patch was last updated by Sun : Jul/22/09');
     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/140917-02");
     script_set_attribute(attribute: "cvss_vector", value: "CVSS2#AV:N/AC:L/Au:N/C:N/I:N/A:P");
     script_set_attribute(attribute:"plugin_publication_date", value: "2009/06/08");
     script_cvs_date("Date: 2019/10/25 13:36:25");
     script_end_attributes();
    
     script_summary(english: "Check for patch 140917-02");
     script_category(ACT_GATHER_INFO);
     script_copyright(english:"This script is Copyright (C) 2009-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_X86_140918.NASL
    descriptionSunOS 5.10_x86: rpc.nisd patch. Date this patch was last updated by Sun : Jul/22/09
    last seen2018-09-01
    modified2018-08-13
    plugin id39327
    published2009-06-08
    reporterTenable
    sourcehttps://www.tenable.com/plugins/index.php?view=single&id=39327
    titleSolaris 10 (x86) : 140918-02
    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(39327);
     script_version("1.16");
    
     script_name(english: "Solaris 10 (x86) : 140918-02");
     script_cve_id("CVE-2009-2029");
     script_set_attribute(attribute: "synopsis", value:
    "The remote host is missing Sun Security Patch number 140918-02");
     script_set_attribute(attribute: "description", value:
    'SunOS 5.10_x86: rpc.nisd patch.
    Date this patch was last updated by Sun : Jul/22/09');
     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/140918-02");
     script_set_attribute(attribute: "cvss_vector", value: "CVSS2#AV:N/AC:L/Au:N/C:N/I:N/A:P");
     script_set_attribute(attribute:"plugin_publication_date", value: "2009/06/08");
     script_cvs_date("Date: 2019/10/25 13:36:25");
     script_end_attributes();
    
     script_summary(english: "Check for patch 140918-02");
     script_category(ACT_GATHER_INFO);
     script_copyright(english:"This script is Copyright (C) 2009-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.");
    

Oval

accepted2009-08-10T04:00:08.560-04:00
classvulnerability
contributors
namePai Peng
organizationHewlett-Packard
definition_extensions
  • commentSolaris 8 (SPARC) is installed
    ovaloval:org.mitre.oval:def:1539
  • commentSolaris 9 (SPARC) is installed
    ovaloval:org.mitre.oval:def:1457
  • commentSolaris 8 (x86) is installed
    ovaloval:org.mitre.oval:def:2059
  • commentSolaris 9 (x86) is installed
    ovaloval:org.mitre.oval:def:1683
  • commentSolaris 10 (SPARC) is installed
    ovaloval:org.mitre.oval:def:1440
  • commentSolaris 10 (x86) is installed
    ovaloval:org.mitre.oval:def:1926
descriptionUnspecified vulnerability in rpc.nisd in Sun Solaris 8 through 10, and OpenSolaris before snv_104, allows remote authenticated users to cause a denial of service (NIS+ daemon hang) via unspecified vectors related to NIS+ callbacks.
familyunix
idoval:org.mitre.oval:def:6331
statusaccepted
submitted2009-06-23T12:21:57.000-04:00
titleA Security Vulnerability in the Solaris rpc.nisd(1M) Daemon may Cause a Denial of Service (DoS) Condition to a NIS+ Server
version34