Lucene search

K
openvasCopyright (C) 2011 Greenbone AGOPENVAS:1361412562310881000
HistorySep 23, 2011 - 12:00 a.m.

CentOS Update for rgmanager CESA-2011:1000 centos5 i386

2011-09-2300:00:00
Copyright (C) 2011 Greenbone AG
plugins.openvas.org
17

6.9 Medium

CVSS2

Attack Vector

LOCAL

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

AV:L/AC:M/Au:N/C:C/I:C/A:C

9.5 High

AI Score

Confidence

High

0.0004 Low

EPSS

Percentile

5.1%

The remote host is missing an update for the

# SPDX-FileCopyrightText: 2011 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_xref(name:"URL", value:"http://lists.centos.org/pipermail/centos-announce/2011-September/017958.html");
  script_oid("1.3.6.1.4.1.25623.1.0.881000");
  script_version("2023-07-12T05:05:04+0000");
  script_tag(name:"last_modification", value:"2023-07-12 05:05:04 +0000 (Wed, 12 Jul 2023)");
  script_tag(name:"creation_date", value:"2011-09-23 16:39:49 +0200 (Fri, 23 Sep 2011)");
  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_xref(name:"CESA", value:"2011:1000");
  script_cve_id("CVE-2010-3389");
  script_name("CentOS Update for rgmanager CESA-2011:1000 centos5 i386");

  script_tag(name:"summary", value:"The remote host is missing an update for the 'rgmanager'
  package(s) announced via the referenced advisory.");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2011 Greenbone AG");
  script_family("CentOS Local Security Checks");
  script_dependencies("gather-package-list.nasl");
  script_mandatory_keys("ssh/login/centos", "ssh/login/rpms", re:"ssh/login/release=CentOS5");
  script_tag(name:"affected", value:"rgmanager on CentOS 5");
  script_tag(name:"insight", value:"The rgmanager package contains the Red Hat Resource Group Manager, which
  provides the ability to create and manage high-availability server
  applications in the event of system downtime.

  It was discovered that certain resource agent scripts set the
  LD_LIBRARY_PATH environment variable to an insecure value containing empty
  path elements. A local user able to trick a user running those scripts to
  run them while working from an attacker-writable directory could use this
  flaw to escalate their privileges via a specially-crafted dynamic library.
  (CVE-2010-3389)

  Red Hat would like to thank Raphael Geissert for reporting this issue.

  This update also fixes the following bugs:

  * The failover domain 'nofailback' option was not honored if a service was
  in the 'starting' state. This bug has been fixed. (BZ#669440)

  * PID files with white spaces in the file name are now handled correctly.
  (BZ#632704)

  * The /usr/sbin/rhev-check.sh script can now be used from within Cron.
  (BZ#634225)

  * The clustat utility now reports the correct version. (BZ#654160)

  * The oracledb.sh agent now attempts to try the 'shutdown immediate'
  command instead of using the 'shutdown abort' command. (BZ#633992)

  * The SAPInstance and SAPDatabase scripts now use proper directory name
  quoting so they no longer collide with directory names like '/u'.
  (BZ#637154)

  * The clufindhostname utility now returns the correct value in all cases.
  (BZ#592613)

  * The nfsclient resource agent now handles paths with trailing slashes
  correctly. (BZ#592624)

  * The last owner of a service is now reported correctly after a failover.
  (BZ#610483)

  * The /usr/share/cluster/fs.sh script no longer runs the 'quotaoff' command
  if quotas were not configured. (BZ#637678)

  * The 'listen' line in the /etc/httpd/conf/httpd.conf file generated by the
  Apache resource agent is now correct. (BZ#675739)

  * The tomcat-5 resource agent no longer generates incorrect configurations.
  (BZ#637802)

  * The time required to stop an NFS resource when the server is unavailable
  has been reduced. (BZ#678494)

  * When using exclusive prioritization, a higher priority service now
  preempts a lower priority service after status check failures. (BZ#680256)

  * The postgres-8 resource agent now correctly detects failed start
  operations. (BZ#663827)

  * The handling of reference counts passed by rgmanager to resource agents
  now works properly, as expected. (BZ#692771)

  As well, this update adds the  ...

  Description truncated, please see the referenced URL(s) for more information.");
  script_tag(name:"solution", value:"Please install the updated packages.");
  script_tag(name:"qod_type", value:"package");
  script_tag(name:"solution_type", value:"VendorFix");
  exit(0);
}

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

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

res = "";

if(release == "CentOS5")
{

  if ((res = isrpmvuln(pkg:"rgmanager", rpm:"rgmanager~2.0.52~21.el5.centos", rls:"CentOS5")) != NULL)
  {
    security_message(data:res);
    exit(0);
  }

  if (__pkg_match) exit(99);
  exit(0);
}

6.9 Medium

CVSS2

Attack Vector

LOCAL

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

AV:L/AC:M/Au:N/C:C/I:C/A:C

9.5 High

AI Score

Confidence

High

0.0004 Low

EPSS

Percentile

5.1%