Lucene search
+L

Oracle: Security Advisory (ELSA-2011-1000)

🗓️ 06 Oct 2015 00:00:00Reported by Copyright (C) 2015 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 23 Views

Oracle: Security Advisory ELSA-2011-100

Related
Refs
Code
# SPDX-FileCopyrightText: 2015 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.122121");
  script_cve_id("CVE-2010-3389");
  script_tag(name:"creation_date", value:"2015-10-06 11:13:25 +0000 (Tue, 06 Oct 2015)");
  script_version("2025-01-23T05:37:38+0000");
  script_tag(name:"last_modification", value:"2025-01-23 05:37:38 +0000 (Thu, 23 Jan 2025)");
  script_tag(name:"cvss_base", value:"6.9");
  script_tag(name:"cvss_base_vector", value:"AV:L/AC:M/Au:N/C:C/I:C/A:C");

  script_name("Oracle: Security Advisory (ELSA-2011-1000)");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2015 Greenbone AG");
  script_family("Oracle Linux Local Security Checks");
  script_dependencies("gather-package-list.nasl");
  script_mandatory_keys("ssh/login/oracle_linux", "ssh/login/release", re:"ssh/login/release=OracleLinux5");

  script_xref(name:"Advisory-ID", value:"ELSA-2011-1000");
  script_xref(name:"URL", value:"https://linux.oracle.com/errata/ELSA-2011-1000.html");

  script_tag(name:"summary", value:"The remote host is missing an update for the 'rgmanager' package(s) announced via the ELSA-2011-1000 advisory.");

  script_tag(name:"vuldetect", value:"Checks if a vulnerable package version is present on the target host.");

  script_tag(name:"insight", value:"[2.0.52-21]
- rgmanager: Fix bad passing of SFL_FAILURE up
 (fix_bad_passing_of_sfl_failure_up.patch)
 Resolves: rhbz#711521

[2.0.52-20]
- resource-agents: Improve LD_LIBRARY_PATH handling by SAP*
 (resource_agents_improve_ld_library_path_handling_by_sap*.patch)
 Resolves: rhbz#710637

[2.0.52-19]
- Fix changelog format
- rgmanager: Fix reference count handling
 (fix_reference_count_handling.patch)
 Resolves: rhbz#692771

[2.0.52-18]
- resource-agents: postgres-8 resource agent does not detect a failed
 start of postgres server
 (postgres-8-Fix_pid_files.patch)
 Resolves: rhbz#663827

[2.0.52-16]
- rgmanager: Allow non-root clustat
 (allow_non_root_clustat.patch)
 Resolves: rhbz#510300
- rgmanager: Initial commit of central proc + migration support
 (central_proc_+_migration_support.patch)
 Resolves: rhbz#525271
- rgmanager: Make clufindhostname -i predictable
 (make_clufindhostname_i_predictable.patch)
 Resolves: rhbz#592613
- resource-agents: Trim trailing slash for nfs clients
 (trim_trailing_slash_for_nfs_clients.patch)
 Resolves: rhbz#592624
- rgmanager: Update last_owner on failover
 (update_last_owner_on_failover.patch)
 Resolves: rhbz#610483
- rgmanager: Pause during exit if we stopped services
 (pause_during_exit_if_we_stopped_services.patch)
 Resolves: rhbz#619468
- rgmanager: Fix quotaoff handling
 (fix_quotaoff_handling.patch)
 Resolves: rhbz#637678
- resource-agents: Try force-unmount before fuser for netfs.sh
 (try_force_unmount_before_fuser_for_netfs_sh.patch)
 Resolves: rhbz#678494
- rgmanager: Improve rgmanager's exclusive prioritization handling
 (improve_rgmanager_s_exclusive_prioritization_handling.patch)
 Resolves: rhbz#680256

[2.0.52-15]
- resource-agents: postgres-8 resource agent does not detect a failed
 start of postgres server
 (postgres-8-Do-not-send-TERM-signal-when-killing-post.patch)
 (postgres-8-Improve-testing-if-postgres-started-succe.patch)
 Resolves: rhbz#663827

[2.0.52-14]
- resource-agents: Fix problems when generating XML configuration file
 (rgmanager-Fix-problems-in-generated-XML-config-file.patch)
 Resolves: rhbz#637802

[2.0.52-13]
- resource-agents: Use literal quotes for tr calls
 (resource_agents_use_literal_quotes_for_tr_calls.patch)
 Resolves: rhbz#637154

[2.0.52-12]
- resource-agents: Use shutdown immediate in oracledb.sh
 (use_shutdown_immediate_in_oracledb_sh.patch)
 Resolves: rhbz#633992
- rgmanager: Add path to rhev-check.sh
 (add_path_to_rhev_check_sh.patch)
 Resolves: rhbz#634225
- rgmanager: Make clustat report correct version
 (make_clustat_report_correct_version.patch)
 Resolves: rhbz#654160

[2.0.52-11]
- resource-agents: Listen line in generated httpd.conf incorrect
 (resource-agents-Remove-netmask-from-IP-address-when.patch)
 Resolves: rhbz#675739
- resource-agents: Disable updates to static routes by RHCS IP tooling
 (resource-agents-Add-option-disable_rdisc-to-ip.sh.patch)
 Resolves: ... [Please see the references for more information on the vulnerabilities]");

  script_tag(name:"affected", value:"'rgmanager' package(s) on Oracle Linux 5.");

  script_tag(name:"solution", value:"Please install the updated package(s).");

  script_tag(name:"solution_type", value:"VendorFix");
  script_tag(name:"qod_type", value:"package");

  exit(0);
}

include("revisions-lib.inc");
include("pkg-lib-rpm.inc");

release = rpm_get_ssh_release();
if(!release)
  exit(0);

res = "";
report = "";

if(release == "OracleLinux5") {

  if(!isnull(res = isrpmvuln(pkg:"rgmanager", rpm:"rgmanager~2.0.52~21.el5", rls:"OracleLinux5"))) {
    report += res;
  }

  if(report != "") {
    security_message(data:report);
  } else if(__pkg_match) {
    exit(99);
  }
  exit(0);
}

exit(0);

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

23 Jan 2025 00:00Current
9.6High risk
Vulners AI Score9.6
CVSS 26.9
EPSS0.00417
23