Vulnerabilities > CVE-2010-0884 - Local vulnerability in Oracle SUN products Suite 3.1/3.2

047910
CVSS 2.1 - LOW
Attack vector
LOCAL
Attack complexity
LOW
Privileges required
NONE
Confidentiality impact
PARTIAL
Integrity impact
NONE
Availability impact
NONE
local
low complexity
oracle
nessus

Summary

Unspecified vulnerability in the Sun Cluster component in Oracle Sun Product Suite 3.1 and 3.2 allows local users to affect confidentiality via unknown vectors related to Data Service for Oracle E-Business Suite, a different vulnerability than CVE-2010-0883.

Vulnerable Configurations

Part Description Count
Application
Oracle
2

Nessus

  • NASL familySolaris Local Security Checks
    NASL idSOLARIS9_143048.NASL
    descriptionSun Cluster 3.1: HA-Oracle E-business suite Patch for Solaris 9. Date this patch was last updated by Sun : Feb/03/10
    last seen2020-06-01
    modified2020-06-02
    plugin id67168
    published2013-07-03
    reporterThis script is Copyright (C) 2013-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/67168
    titleSolaris 9 (sparc) : 143048-02
    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(67168);
      script_version("1.7");
      script_cvs_date("Date: 2019/10/25 13:36:26");
    
      script_cve_id("CVE-2010-0883", "CVE-2010-0884");
    
      script_name(english:"Solaris 9 (sparc) : 143048-02");
      script_summary(english:"Check for patch 143048-02");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote host is missing Sun Security Patch number 143048-02"
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "Sun Cluster 3.1: HA-Oracle E-business suite Patch for Solaris 9.
    Date this patch was last updated by Sun : Feb/03/10"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://getupdates.oracle.com/readme/143048-02"
      );
      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:N/C:P/I:N/A:N");
      script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"true");
      script_set_attribute(attribute:"exploited_by_malware", value:"true");
    
      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/03");
      script_set_attribute(attribute:"plugin_publication_date", value:"2013/07/03");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2013-2019 and is owned by Tenable, Inc. or an Affiliate thereof.");
      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:"143048-02", obsoleted_by:"", package:"SUNWscebs:3.1.1,REV=07.17.03,20:04", version:"33") < 0) flag++;
    
    if (flag)
    {
      if (report_verbosity > 0) security_note(port:0, extra:solaris_get_report());
      else security_note(0);
      exit(0);
    }
    audit(AUDIT_HOST_NOT, "affected");
    
  • NASL familySolaris Local Security Checks
    NASL idSOLARIS10_143049.NASL
    descriptionSun Cluster 3.1: HA-Oracle E-business suite Patch for Solaris 10. Date this patch was last updated by Sun : Feb/03/10 This plugin has been deprecated and either replaced with individual 143049 patch-revision plugins, or deemed non-security related.
    last seen2019-02-21
    modified2018-07-30
    plugin id67149
    published2013-07-03
    reporterTenable
    sourcehttps://www.tenable.com/plugins/index.php?view=single&id=67149
    titleSolaris 10 (sparc) : 143049-02 (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(67149);
      script_version("1.8");
      script_cvs_date("Date: 2019/10/25 13:36:26");
    
      script_cve_id("CVE-2010-0883", "CVE-2010-0884");
    
      script_name(english:"Solaris 10 (sparc) : 143049-02 (deprecated)");
      script_summary(english:"Check for patch 143049-02");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"This plugin has been deprecated."
      );
      script_set_attribute(
        attribute:"description",
        value:
    "Sun Cluster 3.1: HA-Oracle E-business suite Patch for Solaris 10.
    Date this patch was last updated by Sun : Feb/03/10
    
    This plugin has been deprecated and either replaced with individual
    143049 patch-revision plugins, or deemed non-security related."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://getupdates.oracle.com/readme/143049-02"
      );
      script_set_attribute(
        attribute:"solution", 
        value:"n/a"
      );
      script_set_cvss_base_vector("CVSS2#AV:L/AC:L/Au:N/C:P/I:N/A:N");
      script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"true");
      script_set_attribute(attribute:"exploited_by_malware", value:"true");
    
      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/03");
      script_set_attribute(attribute:"plugin_publication_date", value:"2013/07/03");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2013-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 143049 instead.");
    
  • NASL familySolaris Local Security Checks
    NASL idSOLARIS10_126050.NASL
    descriptionSolaris Cluster 3.2: HA-Oracle E-business suite Patch for Solaris. Date this patch was last updated by Sun : Oct/22/12 This plugin has been deprecated and either replaced with individual 126050 patch-revision plugins, or deemed non-security related.
    last seen2019-02-21
    modified2018-07-30
    plugin id71649
    published2013-12-28
    reporterTenable
    sourcehttps://www.tenable.com/plugins/index.php?view=single&id=71649
    titleSolaris 10 (sparc) : 126050-07 (deprecated)
    code
    
    #
    # (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(71649);
      script_version("1.6");
      script_cvs_date("Date: 2018/07/30 13:40:14");
    
      script_cve_id("CVE-2010-0883", "CVE-2010-0884");
    
      script_name(english:"Solaris 10 (sparc) : 126050-07 (deprecated)");
      script_summary(english:"Check for patch 126050-07");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"This plugin has been deprecated."
      );
      script_set_attribute(
        attribute:"description",
        value:
    "Solaris Cluster 3.2: HA-Oracle E-business suite Patch for Solaris.
    Date this patch was last updated by Sun : Oct/22/12
    
    This plugin has been deprecated and either replaced with individual
    126050 patch-revision plugins, or deemed non-security related."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://getupdates.oracle.com/readme/126050-07"
      );
      script_set_attribute(
        attribute:"solution", 
        value:"n/a"
      );
      script_set_cvss_base_vector("CVSS2#AV:L/AC:L/Au:N/C:P/I:N/A:N");
      script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"true");
      script_set_attribute(attribute:"exploited_by_malware", value:"true");
    
      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/10/22");
      script_set_attribute(attribute:"plugin_publication_date", value:"2013/12/28");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2013-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 126050 instead.");
    
  • NASL familySolaris Local Security Checks
    NASL idSOLARIS9_126049.NASL
    descriptionSolaris Cluster 3.2: HA-Oracle E-business suite Patch for Solaris. Date this patch was last updated by Sun : Oct/22/12
    last seen2020-06-01
    modified2020-06-02
    plugin id71740
    published2013-12-28
    reporterThis script is Copyright (C) 2013-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/71740
    titleSolaris 9 (sparc) : 126049-07
    code
    #
    # (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(71740);
      script_version("1.5");
      script_cvs_date("Date: 2019/10/16 10:34:21");
    
      script_cve_id("CVE-2010-0883", "CVE-2010-0884");
    
      script_name(english:"Solaris 9 (sparc) : 126049-07");
      script_summary(english:"Check for patch 126049-07");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote host is missing Sun Security Patch number 126049-07"
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "Solaris Cluster 3.2: HA-Oracle E-business suite Patch for Solaris.
    Date this patch was last updated by Sun : Oct/22/12"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://getupdates.oracle.com/readme/126049-07"
      );
      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:N/C:P/I:N/A:N");
      script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"true");
      script_set_attribute(attribute:"exploited_by_malware", value:"true");
    
      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/10/22");
      script_set_attribute(attribute:"plugin_publication_date", value:"2013/12/28");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2013-2019 and is owned by Tenable, Inc. or an Affiliate thereof.");
      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:"126049-07", obsoleted_by:"", package:"SUNWscebs", version:"3.2.0,REV=2006.12.06.18.31") < 0) flag++;
    
    if (flag)
    {
      if (report_verbosity > 0) security_note(port:0, extra:solaris_get_report());
      else security_note(0);
      exit(0);
    }
    audit(AUDIT_HOST_NOT, "affected");
    
  • NASL familySolaris Local Security Checks
    NASL idSOLARIS8_143047.NASL
    descriptionSun Cluster 3.1: HA-Oracle E-business suite Patch for Solaris 8. Date this patch was last updated by Sun : Feb/03/10
    last seen2020-06-01
    modified2020-06-02
    plugin id67164
    published2013-07-03
    reporterThis script is Copyright (C) 2013-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/67164
    titleSolaris 8 (sparc) : 143047-02
    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(67164);
      script_version("1.7");
      script_cvs_date("Date: 2019/10/25 13:36:26");
    
      script_cve_id("CVE-2010-0883", "CVE-2010-0884");
    
      script_name(english:"Solaris 8 (sparc) : 143047-02");
      script_summary(english:"Check for patch 143047-02");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote host is missing Sun Security Patch number 143047-02"
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "Sun Cluster 3.1: HA-Oracle E-business suite Patch for Solaris 8.
    Date this patch was last updated by Sun : Feb/03/10"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://getupdates.oracle.com/readme/143047-02"
      );
      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:N/C:P/I:N/A:N");
      script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"true");
      script_set_attribute(attribute:"exploited_by_malware", value:"true");
    
      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/03");
      script_set_attribute(attribute:"plugin_publication_date", value:"2013/07/03");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2013-2019 and is owned by Tenable, Inc. or an Affiliate thereof.");
      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:"143047-02", obsoleted_by:"", package:"SUNWscebs:3.1.1,REV=07.17.03,20:04", version:"33") < 0) flag++;
    
    if (flag)
    {
      if (report_verbosity > 0) security_note(port:0, extra:solaris_get_report());
      else security_note(0);
      exit(0);
    }
    audit(AUDIT_HOST_NOT, "affected");