CentOS Update for rgmanager CESA-2011:1000 centos5 x86_64
🗓️ 30 Jul 2012 00:00:00Reported by Copyright (C) 2012 Greenbone AGType
openvas🔗 plugins.openvas.org👁 26 Views
| Reporter | Title | Published | Views | Family All 37 |
|---|---|---|---|---|
| CentOS 5 : rgmanager (CESA-2011:1000) | 23 Sep 201100:00 | – | nessus | |
| GLSA-201110-18 : rgmanager: Privilege escalation | 24 Oct 201100:00 | – | nessus | |
| GLSA-201412-09 : Multiple packages, Multiple vulnerabilities fixed in 2011 | 15 Dec 201400:00 | – | nessus | |
| Oracle Linux 5 : rgmanager (ELSA-2011-1000) | 7 Sep 202300:00 | – | nessus | |
| RHEL 5 : rgmanager (RHSA-2011:1000) | 24 Jan 201300:00 | – | nessus | |
| RHEL 6 : resource-agents (RHSA-2011:1580) | 24 Jan 201300:00 | – | nessus | |
| Scientific Linux Security Update : rgmanager on SL4.x i386/x86_64 | 1 Aug 201200:00 | – | nessus | |
| Scientific Linux Security Update : rgmanager on SL5.x i386/x86_64 | 1 Aug 201200:00 | – | nessus | |
| Scientific Linux Security Update : resource-agents on SL6.x i386/x86_64 | 1 Aug 201200:00 | – | nessus | |
| Linux Distros Unpatched Vulnerability : CVE-2010-3389 | 3 Mar 202500:00 | – | nessus |
10
# SPDX-FileCopyrightText: 2012 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/017959.html");
script_oid("1.3.6.1.4.1.25623.1.0.881301");
script_version("2026-04-24T06:23:04+0000");
script_tag(name:"last_modification", value:"2026-04-24 06:23:04 +0000 (Fri, 24 Apr 2026)");
script_tag(name:"creation_date", value:"2012-07-30 17:19:46 +0530 (Mon, 30 Jul 2012)");
script_cve_id("CVE-2010-3389");
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_name("CentOS Update for rgmanager CESA-2011:1000 centos5 x86_64");
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) 2012 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:"solution", value:"Please install the updated packages.");
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:"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);
}
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
24 Apr 2026 00:00Current
5.2Medium risk
Vulners AI Score5.2
CVSS 26.9
EPSS0.00417