Vulnerabilities > CVE-2008-1951 - Permissions, Privileges, and Access Controls vulnerability in Redhat Enterprise Linux 4/5

047910
CVSS 0.0 - NONE
Attack vector
UNKNOWN
Attack complexity
UNKNOWN
Privileges required
UNKNOWN
Confidentiality impact
UNKNOWN
Integrity impact
UNKNOWN
Availability impact
UNKNOWN

Summary

Untrusted search path vulnerability in a certain Red Hat build script for Standards Based Linux Instrumentation for Manageability (sblim) libraries before 1-13a.el4_6.1 in Red Hat Enterprise Linux (RHEL) 4, and before 1-31.el5_2.1 in RHEL 5, allows local users to gain privileges via a malicious library in a certain subdirectory of /var/tmp, related to an incorrect RPATH setting, as demonstrated by a malicious libc.so library for tog-pegasus.

Vulnerable Configurations

Part Description Count
OS
Redhat
2

Common Attack Pattern Enumeration and Classification (CAPEC)

  • Accessing, Modifying or Executing Executable Files
    An attack of this type exploits a system's configuration that allows an attacker to either directly access an executable file, for example through shell access; or in a possible worst case allows an attacker to upload a file and then execute it. Web servers, ftp servers, and message oriented middleware systems which have many integration points are particularly vulnerable, because both the programmers and the administrators must be in synch regarding the interfaces and the correct privileges for each interface.
  • Leverage Executable Code in Non-Executable Files
    An attack of this type exploits a system's trust in configuration and resource files, when the executable loads the resource (such as an image file or configuration file) the attacker has modified the file to either execute malicious code directly or manipulate the target process (e.g. application server) to execute based on the malicious configuration parameters. Since systems are increasingly interrelated mashing up resources from local and remote sources the possibility of this attack occurring is high. The attack can be directed at a client system, such as causing buffer overrun through loading seemingly benign image files, as in Microsoft Security Bulletin MS04-028 where specially crafted JPEG files could cause a buffer overrun once loaded into the browser. Another example targets clients reading pdf files. In this case the attacker simply appends javascript to the end of a legitimate url for a pdf (http://www.gnucitizen.org/blog/danger-danger-danger/) http://path/to/pdf/file.pdf#whatever_name_you_want=javascript:your_code_here The client assumes that they are reading a pdf, but the attacker has modified the resource and loaded executable javascript into the client's browser process. The attack can also target server processes. The attacker edits the resource or configuration file, for example a web.xml file used to configure security permissions for a J2EE app server, adding role name "public" grants all users with the public role the ability to use the administration functionality. The server trusts its configuration file to be correct, but when they are manipulated, the attacker gains full control.
  • Blue Boxing
    This type of attack against older telephone switches and trunks has been around for decades. A tone is sent by an adversary to impersonate a supervisor signal which has the effect of rerouting or usurping command of the line. While the US infrastructure proper may not contain widespread vulnerabilities to this type of attack, many companies are connected globally through call centers and business process outsourcing. These international systems may be operated in countries which have not upgraded Telco infrastructure and so are vulnerable to Blue boxing. Blue boxing is a result of failure on the part of the system to enforce strong authorization for administrative functions. While the infrastructure is different than standard current applications like web applications, there are historical lessons to be learned to upgrade the access control for administrative functions.
  • Restful Privilege Elevation
    Rest uses standard HTTP (Get, Put, Delete) style permissions methods, but these are not necessarily correlated generally with back end programs. Strict interpretation of HTTP get methods means that these HTTP Get services should not be used to delete information on the server, but there is no access control mechanism to back up this logic. This means that unless the services are properly ACL'd and the application's service implementation are following these guidelines then an HTTP request can easily execute a delete or update on the server side. The attacker identifies a HTTP Get URL such as http://victimsite/updateOrder, which calls out to a program to update orders on a database or other resource. The URL is not idempotent so the request can be submitted multiple times by the attacker, additionally, the attacker may be able to exploit the URL published as a Get method that actually performs updates (instead of merely retrieving data). This may result in malicious or inadvertent altering of data on the server.
  • Target Programs with Elevated Privileges
    This attack targets programs running with elevated privileges. The attacker would try to leverage a bug in the running program and get arbitrary code to execute with elevated privileges. For instance an attacker would look for programs that write to the system directories or registry keys (such as HKLM, which stores a number of critical Windows environment variables). These programs are typically running with elevated privileges and have usually not been designed with security in mind. Such programs are excellent exploit targets because they yield lots of power when they break. The malicious user try to execute its code at the same level as a privileged system call.

Nessus

  • NASL familyOracle Linux Local Security Checks
    NASL idORACLELINUX_ELSA-2008-0497.NASL
    descriptionFrom Red Hat Security Advisory 2008:0497 : Updated sblim packages that resolve a security issue are now available for Red Hat Enterprise Linux 4 and Red Hat Enterprise Linux 5. This update has been rated as having important security impact by the Red Hat Security Response Team. SBLIM stands for Standards-Based Linux Instrumentation for Manageability. It consists of a set of standards-based, Web-Based Enterprise Management (WBEM) modules that use the Common Information Model (CIM) standard to gather and provide systems management information, events, and methods to local or networked consumers via a CIM object services broker using the CMPI (Common Manageability Programming Interface) standard. This package provides a set of core providers and development tools for systems management applications. It was discovered that certain sblim libraries had an RPATH (runtime library search path) set in the ELF (Executable and Linking Format) header. This RPATH pointed to a sub-directory of a world-writable, temporary directory. A local user could create a file with the same name as a library required by sblim (such as libc.so) and place it in the directory defined in the RPATH. This file could then execute arbitrary code with the privileges of the user running an application that used sblim (eg tog-pegasus). (CVE-2008-1951) Users are advised to upgrade to these updated sblim packages, which resolve this issue.
    last seen2020-06-01
    modified2020-06-02
    plugin id67698
    published2013-07-12
    reporterThis script is Copyright (C) 2013-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/67698
    titleOracle Linux 4 / 5 : sblim (ELSA-2008-0497)
    code
    #%NASL_MIN_LEVEL 80502
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were
    # extracted from Red Hat Security Advisory RHSA-2008:0497 and 
    # Oracle Linux Security Advisory ELSA-2008-0497 respectively.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(67698);
      script_version("1.7");
      script_cvs_date("Date: 2019/10/25 13:36:07");
    
      script_cve_id("CVE-2008-1951");
      script_xref(name:"RHSA", value:"2008:0497");
    
      script_name(english:"Oracle Linux 4 / 5 : sblim (ELSA-2008-0497)");
      script_summary(english:"Checks rpm output for the updated packages");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote Oracle Linux host is missing one or more security updates."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "From Red Hat Security Advisory 2008:0497 :
    
    Updated sblim packages that resolve a security issue are now available
    for Red Hat Enterprise Linux 4 and Red Hat Enterprise Linux 5.
    
    This update has been rated as having important security impact by the
    Red Hat Security Response Team.
    
    SBLIM stands for Standards-Based Linux Instrumentation for
    Manageability. It consists of a set of standards-based, Web-Based
    Enterprise Management (WBEM) modules that use the Common Information
    Model (CIM) standard to gather and provide systems management
    information, events, and methods to local or networked consumers via a
    CIM object services broker using the CMPI (Common Manageability
    Programming Interface) standard. This package provides a set of core
    providers and development tools for systems management applications.
    
    It was discovered that certain sblim libraries had an RPATH (runtime
    library search path) set in the ELF (Executable and Linking Format)
    header. This RPATH pointed to a sub-directory of a world-writable,
    temporary directory. A local user could create a file with the same
    name as a library required by sblim (such as libc.so) and place it in
    the directory defined in the RPATH. This file could then execute
    arbitrary code with the privileges of the user running an application
    that used sblim (eg tog-pegasus). (CVE-2008-1951)
    
    Users are advised to upgrade to these updated sblim packages, which
    resolve this issue."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://oss.oracle.com/pipermail/el-errata/2008-June/000654.html"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://oss.oracle.com/pipermail/el-errata/2008-June/000655.html"
      );
      script_set_attribute(
        attribute:"solution", 
        value:"Update the affected sblim packages."
      );
      script_set_cvss_base_vector("CVSS2#AV:L/AC:L/Au:N/C:P/I:P/A:P");
      script_cwe_id(264);
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:sblim-cim-client");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:sblim-cim-client-javadoc");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:sblim-cim-client-manual");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:sblim-cmpi-base");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:sblim-cmpi-base-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:sblim-cmpi-base-test");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:sblim-cmpi-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:sblim-cmpi-dns");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:sblim-cmpi-dns-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:sblim-cmpi-dns-test");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:sblim-cmpi-fsvol");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:sblim-cmpi-fsvol-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:sblim-cmpi-fsvol-test");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:sblim-cmpi-network");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:sblim-cmpi-network-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:sblim-cmpi-network-test");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:sblim-cmpi-nfsv3");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:sblim-cmpi-nfsv3-test");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:sblim-cmpi-nfsv4");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:sblim-cmpi-nfsv4-test");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:sblim-cmpi-params");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:sblim-cmpi-params-test");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:sblim-cmpi-samba");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:sblim-cmpi-samba-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:sblim-cmpi-samba-test");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:sblim-cmpi-sysfs");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:sblim-cmpi-sysfs-test");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:sblim-cmpi-syslog");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:sblim-cmpi-syslog-test");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:sblim-gather");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:sblim-gather-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:sblim-gather-provider");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:sblim-gather-test");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:sblim-testsuite");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:sblim-tools-libra");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:sblim-tools-libra-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:sblim-wbemcli");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:oracle:linux:4");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:oracle:linux:5");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2008/06/25");
      script_set_attribute(attribute:"patch_publication_date", value:"2008/06/24");
      script_set_attribute(attribute:"plugin_publication_date", value:"2013/07/12");
      script_set_attribute(attribute:"generated_plugin", value:"current");
      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:"Oracle Linux Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/OracleLinux", "Host/RedHat/release", "Host/RedHat/rpm-list");
    
      exit(0);
    }
    
    
    include("audit.inc");
    include("global_settings.inc");
    include("rpm.inc");
    
    
    if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
    if (!get_kb_item("Host/OracleLinux")) audit(AUDIT_OS_NOT, "Oracle Linux");
    release = get_kb_item("Host/RedHat/release");
    if (isnull(release) || !pregmatch(pattern: "Oracle (?:Linux Server|Enterprise Linux)", string:release)) audit(AUDIT_OS_NOT, "Oracle Linux");
    os_ver = pregmatch(pattern: "Oracle (?:Linux Server|Enterprise Linux) .*release ([0-9]+(\.[0-9]+)?)", string:release);
    if (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, "Oracle Linux");
    os_ver = os_ver[1];
    if (! preg(pattern:"^(4|5)([^0-9]|$)", string:os_ver)) audit(AUDIT_OS_NOT, "Oracle Linux 4 / 5", "Oracle Linux " + os_ver);
    
    if (!get_kb_item("Host/RedHat/rpm-list")) audit(AUDIT_PACKAGE_LIST_MISSING);
    
    cpu = get_kb_item("Host/cpu");
    if (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);
    if ("x86_64" >!< cpu && "ia64" >!< cpu && cpu !~ "^i[3-6]86$") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "Oracle Linux", cpu);
    
    flag = 0;
    if (rpm_check(release:"EL4", reference:"sblim-cmpi-base-1.5.4-13a.0.1.el4_6.1")) flag++;
    if (rpm_check(release:"EL4", reference:"sblim-cmpi-base-devel-1.5.4-13a.0.1.el4_6.1")) flag++;
    if (rpm_check(release:"EL4", reference:"sblim-cmpi-base-test-1.5.4-13a.0.1.el4_6.1")) flag++;
    if (rpm_check(release:"EL4", reference:"sblim-cmpi-devel-1.0.4-13a.0.1.el4_6.1")) flag++;
    if (rpm_check(release:"EL4", reference:"sblim-cmpi-fsvol-1.4.3-13a.0.1.el4_6.1")) flag++;
    if (rpm_check(release:"EL4", reference:"sblim-cmpi-fsvol-devel-1.4.3-13a.0.1.el4_6.1")) flag++;
    if (rpm_check(release:"EL4", reference:"sblim-cmpi-fsvol-test-1.4.3-13a.0.1.el4_6.1")) flag++;
    if (rpm_check(release:"EL4", reference:"sblim-cmpi-network-1.3.7-13a.0.1.el4_6.1")) flag++;
    if (rpm_check(release:"EL4", reference:"sblim-cmpi-network-devel-1.3.7-13a.0.1.el4_6.1")) flag++;
    if (rpm_check(release:"EL4", reference:"sblim-cmpi-network-test-1.3.7-13a.0.1.el4_6.1")) flag++;
    if (rpm_check(release:"EL4", reference:"sblim-cmpi-nfsv3-1.0.13-13a.0.1.el4_6.1")) flag++;
    if (rpm_check(release:"EL4", reference:"sblim-cmpi-nfsv3-test-1.0.13-13a.0.1.el4_6.1")) flag++;
    if (rpm_check(release:"EL4", reference:"sblim-cmpi-nfsv4-1.0.11-13a.0.1.el4_6.1")) flag++;
    if (rpm_check(release:"EL4", reference:"sblim-cmpi-nfsv4-test-1.0.11-13a.0.1.el4_6.1")) flag++;
    if (rpm_check(release:"EL4", reference:"sblim-cmpi-params-1.2.4-13a.0.1.el4_6.1")) flag++;
    if (rpm_check(release:"EL4", reference:"sblim-cmpi-params-test-1.2.4-13a.0.1.el4_6.1")) flag++;
    if (rpm_check(release:"EL4", reference:"sblim-cmpi-sysfs-1.1.8-13a.0.1.el4_6.1")) flag++;
    if (rpm_check(release:"EL4", reference:"sblim-cmpi-sysfs-test-1.1.8-13a.0.1.el4_6.1")) flag++;
    if (rpm_check(release:"EL4", reference:"sblim-cmpi-syslog-0.7.9-13a.0.1.el4_6.1")) flag++;
    if (rpm_check(release:"EL4", reference:"sblim-cmpi-syslog-test-0.7.9-13a.0.1.el4_6.1")) flag++;
    if (rpm_check(release:"EL4", reference:"sblim-gather-2.1.1-13a.0.1.el4_6.1")) flag++;
    if (rpm_check(release:"EL4", reference:"sblim-gather-devel-2.1.1-13a.0.1.el4_6.1")) flag++;
    if (rpm_check(release:"EL4", reference:"sblim-gather-provider-2.1.1-13a.0.1.el4_6.1")) flag++;
    if (rpm_check(release:"EL4", reference:"sblim-gather-test-2.1.1-13a.0.1.el4_6.1")) flag++;
    if (rpm_check(release:"EL4", reference:"sblim-testsuite-1.2.4-13a.0.1.el4_6.1")) flag++;
    if (rpm_check(release:"EL4", reference:"sblim-wbemcli-1.5.1-13a.0.1.el4_6.1")) flag++;
    
    if (rpm_check(release:"EL5", reference:"sblim-cim-client-1.3.3-31.0.1.el5_2.1")) flag++;
    if (rpm_check(release:"EL5", reference:"sblim-cim-client-javadoc-1-31.0.1.el5_2.1")) flag++;
    if (rpm_check(release:"EL5", reference:"sblim-cim-client-manual-1-31.0.1.el5_2.1")) flag++;
    if (rpm_check(release:"EL5", reference:"sblim-cmpi-base-1.5.5-31.0.1.el5_2.1")) flag++;
    if (rpm_check(release:"EL5", reference:"sblim-cmpi-base-devel-1.5.5-31.0.1.el5_2.1")) flag++;
    if (rpm_check(release:"EL5", reference:"sblim-cmpi-base-test-1.5.5-31.0.1.el5_2.1")) flag++;
    if (rpm_check(release:"EL5", reference:"sblim-cmpi-devel-1.0.4-31.0.1.el5_2.1")) flag++;
    if (rpm_check(release:"EL5", reference:"sblim-cmpi-dns-0.5.2-31.0.1.el5_2.1")) flag++;
    if (rpm_check(release:"EL5", reference:"sblim-cmpi-dns-devel-1-31.0.1.el5_2.1")) flag++;
    if (rpm_check(release:"EL5", reference:"sblim-cmpi-dns-test-1-31.0.1.el5_2.1")) flag++;
    if (rpm_check(release:"EL5", reference:"sblim-cmpi-fsvol-1.4.4-31.0.1.el5_2.1")) flag++;
    if (rpm_check(release:"EL5", reference:"sblim-cmpi-fsvol-devel-1.4.4-31.0.1.el5_2.1")) flag++;
    if (rpm_check(release:"EL5", reference:"sblim-cmpi-fsvol-test-1.4.4-31.0.1.el5_2.1")) flag++;
    if (rpm_check(release:"EL5", reference:"sblim-cmpi-network-1.3.8-31.0.1.el5_2.1")) flag++;
    if (rpm_check(release:"EL5", reference:"sblim-cmpi-network-devel-1.3.8-31.0.1.el5_2.1")) flag++;
    if (rpm_check(release:"EL5", reference:"sblim-cmpi-network-test-1.3.8-31.0.1.el5_2.1")) flag++;
    if (rpm_check(release:"EL5", reference:"sblim-cmpi-nfsv3-1.0.14-31.0.1.el5_2.1")) flag++;
    if (rpm_check(release:"EL5", reference:"sblim-cmpi-nfsv3-test-1.0.14-31.0.1.el5_2.1")) flag++;
    if (rpm_check(release:"EL5", reference:"sblim-cmpi-nfsv4-1.0.12-31.0.1.el5_2.1")) flag++;
    if (rpm_check(release:"EL5", reference:"sblim-cmpi-nfsv4-test-1.0.12-31.0.1.el5_2.1")) flag++;
    if (rpm_check(release:"EL5", reference:"sblim-cmpi-params-1.2.6-31.0.1.el5_2.1")) flag++;
    if (rpm_check(release:"EL5", reference:"sblim-cmpi-params-test-1.2.6-31.0.1.el5_2.1")) flag++;
    if (rpm_check(release:"EL5", reference:"sblim-cmpi-samba-0.5.2-31.0.1.el5_2.1")) flag++;
    if (rpm_check(release:"EL5", reference:"sblim-cmpi-samba-devel-1-31.0.1.el5_2.1")) flag++;
    if (rpm_check(release:"EL5", reference:"sblim-cmpi-samba-test-1-31.0.1.el5_2.1")) flag++;
    if (rpm_check(release:"EL5", reference:"sblim-cmpi-sysfs-1.1.9-31.0.1.el5_2.1")) flag++;
    if (rpm_check(release:"EL5", reference:"sblim-cmpi-sysfs-test-1.1.9-31.0.1.el5_2.1")) flag++;
    if (rpm_check(release:"EL5", reference:"sblim-cmpi-syslog-0.7.11-31.0.1.el5_2.1")) flag++;
    if (rpm_check(release:"EL5", reference:"sblim-cmpi-syslog-test-0.7.11-31.0.1.el5_2.1")) flag++;
    if (rpm_check(release:"EL5", reference:"sblim-gather-2.1.2-31.0.1.el5_2.1")) flag++;
    if (rpm_check(release:"EL5", reference:"sblim-gather-devel-2.1.2-31.0.1.el5_2.1")) flag++;
    if (rpm_check(release:"EL5", reference:"sblim-gather-provider-2.1.2-31.0.1.el5_2.1")) flag++;
    if (rpm_check(release:"EL5", reference:"sblim-gather-test-2.1.2-31.0.1.el5_2.1")) flag++;
    if (rpm_check(release:"EL5", reference:"sblim-testsuite-1.2.4-31.0.1.el5_2.1")) flag++;
    if (rpm_check(release:"EL5", reference:"sblim-tools-libra-0.2.3-31.0.1.el5_2.1")) flag++;
    if (rpm_check(release:"EL5", reference:"sblim-tools-libra-devel-0.2.3-31.0.1.el5_2.1")) flag++;
    if (rpm_check(release:"EL5", reference:"sblim-wbemcli-1.5.1-31.0.1.el5_2.1")) flag++;
    
    
    if (flag)
    {
      if (report_verbosity > 0) security_warning(port:0, extra:rpm_report_get());
      else security_warning(0);
      exit(0);
    }
    else
    {
      tested = pkg_tests_get();
      if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
      else audit(AUDIT_PACKAGE_NOT_INSTALLED, "sblim-cim-client / sblim-cim-client-javadoc / etc");
    }
    
  • NASL familyScientific Linux Local Security Checks
    NASL idSL_20080624_SBLIM_ON_SL4_X.NASL
    descriptionIt was discovered that certain sblim libraries had an RPATH (runtime library search path) set in the ELF (Executable and Linking Format) header. This RPATH pointed to a sub-directory of a world-writable, temporary directory. A local user could create a file with the same name as a library required by sblim (such as libc.so) and place it in the directory defined in the RPATH. This file could then execute arbitrary code with the privileges of the user running an application that used sblim (eg tog-pegasus). (CVE-2008-1951)
    last seen2020-06-01
    modified2020-06-02
    plugin id60428
    published2012-08-01
    reporterThis script is Copyright (C) 2012-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/60428
    titleScientific Linux Security Update : sblim on SL4.x, SL5.x i386/x86_64
    code
    #%NASL_MIN_LEVEL 80502
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text is (C) Scientific Linux.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(60428);
      script_version("1.4");
      script_cvs_date("Date: 2019/10/25 13:36:17");
    
      script_cve_id("CVE-2008-1951");
    
      script_name(english:"Scientific Linux Security Update : sblim on SL4.x, SL5.x i386/x86_64");
      script_summary(english:"Checks rpm output for the updated packages");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:
    "The remote Scientific Linux host is missing one or more security
    updates."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "It was discovered that certain sblim libraries had an RPATH (runtime
    library search path) set in the ELF (Executable and Linking Format)
    header. This RPATH pointed to a sub-directory of a world-writable,
    temporary directory. A local user could create a file with the same
    name as a library required by sblim (such as libc.so) and place it in
    the directory defined in the RPATH. This file could then execute
    arbitrary code with the privileges of the user running an application
    that used sblim (eg tog-pegasus). (CVE-2008-1951)"
      );
      # https://listserv.fnal.gov/scripts/wa.exe?A2=ind0806&L=scientific-linux-errata&T=0&P=2266
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?1a908563"
      );
      script_set_attribute(attribute:"solution", value:"Update the affected packages.");
      script_set_cvss_base_vector("CVSS2#AV:L/AC:L/Au:N/C:P/I:P/A:P");
      script_cwe_id(264);
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"x-cpe:/o:fermilab:scientific_linux");
    
      script_set_attribute(attribute:"patch_publication_date", value:"2008/06/24");
      script_set_attribute(attribute:"plugin_publication_date", value:"2012/08/01");
      script_set_attribute(attribute:"generated_plugin", value:"current");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2012-2019 and is owned by Tenable, Inc. or an Affiliate thereof.");
      script_family(english:"Scientific Linux Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/cpu", "Host/RedHat/release", "Host/RedHat/rpm-list");
    
      exit(0);
    }
    
    
    include("audit.inc");
    include("global_settings.inc");
    include("rpm.inc");
    
    
    if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
    release = get_kb_item("Host/RedHat/release");
    if (isnull(release) || "Scientific Linux " >!< release) audit(AUDIT_HOST_NOT, "running Scientific Linux");
    if (!get_kb_item("Host/RedHat/rpm-list")) audit(AUDIT_PACKAGE_LIST_MISSING);
    
    cpu = get_kb_item("Host/cpu");
    if (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);
    if (cpu >!< "x86_64" && cpu !~ "^i[3-6]86$") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "Scientific Linux", cpu);
    
    
    flag = 0;
    if (rpm_check(release:"SL4", reference:"sblim-cmpi-base-1.5.4-13a.el4_6.1")) flag++;
    if (rpm_check(release:"SL4", reference:"sblim-cmpi-base-devel-1.5.4-13a.el4_6.1")) flag++;
    if (rpm_check(release:"SL4", reference:"sblim-cmpi-base-test-1.5.4-13a.el4_6.1")) flag++;
    if (rpm_check(release:"SL4", reference:"sblim-cmpi-devel-1.0.4-13a.el4_6.1")) flag++;
    if (rpm_check(release:"SL4", reference:"sblim-cmpi-fsvol-1.4.3-13a.el4_6.1")) flag++;
    if (rpm_check(release:"SL4", reference:"sblim-cmpi-fsvol-devel-1.4.3-13a.el4_6.1")) flag++;
    if (rpm_check(release:"SL4", reference:"sblim-cmpi-fsvol-test-1.4.3-13a.el4_6.1")) flag++;
    if (rpm_check(release:"SL4", reference:"sblim-cmpi-network-1.3.7-13a.el4_6.1")) flag++;
    if (rpm_check(release:"SL4", reference:"sblim-cmpi-network-devel-1.3.7-13a.el4_6.1")) flag++;
    if (rpm_check(release:"SL4", reference:"sblim-cmpi-network-test-1.3.7-13a.el4_6.1")) flag++;
    if (rpm_check(release:"SL4", reference:"sblim-cmpi-nfsv3-1.0.13-13a.el4_6.1")) flag++;
    if (rpm_check(release:"SL4", reference:"sblim-cmpi-nfsv3-test-1.0.13-13a.el4_6.1")) flag++;
    if (rpm_check(release:"SL4", reference:"sblim-cmpi-nfsv4-1.0.11-13a.el4_6.1")) flag++;
    if (rpm_check(release:"SL4", reference:"sblim-cmpi-nfsv4-test-1.0.11-13a.el4_6.1")) flag++;
    if (rpm_check(release:"SL4", reference:"sblim-cmpi-params-1.2.4-13a.el4_6.1")) flag++;
    if (rpm_check(release:"SL4", reference:"sblim-cmpi-params-test-1.2.4-13a.el4_6.1")) flag++;
    if (rpm_check(release:"SL4", reference:"sblim-cmpi-sysfs-1.1.8-13a.el4_6.1")) flag++;
    if (rpm_check(release:"SL4", reference:"sblim-cmpi-sysfs-test-1.1.8-13a.el4_6.1")) flag++;
    if (rpm_check(release:"SL4", reference:"sblim-cmpi-syslog-0.7.9-13a.el4_6.1")) flag++;
    if (rpm_check(release:"SL4", reference:"sblim-cmpi-syslog-test-0.7.9-13a.el4_6.1")) flag++;
    if (rpm_check(release:"SL4", reference:"sblim-gather-2.1.1-13a.el4_6.1")) flag++;
    if (rpm_check(release:"SL4", reference:"sblim-gather-devel-2.1.1-13a.el4_6.1")) flag++;
    if (rpm_check(release:"SL4", reference:"sblim-gather-provider-2.1.1-13a.el4_6.1")) flag++;
    if (rpm_check(release:"SL4", reference:"sblim-gather-test-2.1.1-13a.el4_6.1")) flag++;
    if (rpm_check(release:"SL4", reference:"sblim-testsuite-1.2.4-13a.el4_6.1")) flag++;
    if (rpm_check(release:"SL4", reference:"sblim-wbemcli-1.5.1-13a.el4_6.1")) flag++;
    
    if (rpm_check(release:"SL5", reference:"sblim-cim-client-1.3.3-31.el5_2.1")) flag++;
    if (rpm_check(release:"SL5", reference:"sblim-cim-client-javadoc-1-31.el5_2.1")) flag++;
    if (rpm_check(release:"SL5", reference:"sblim-cim-client-manual-1-31.el5_2.1")) flag++;
    if (rpm_check(release:"SL5", reference:"sblim-cmpi-base-1.5.5-31.el5_2.1")) flag++;
    if (rpm_check(release:"SL5", reference:"sblim-cmpi-base-devel-1.5.5-31.el5_2.1")) flag++;
    if (rpm_check(release:"SL5", reference:"sblim-cmpi-base-test-1.5.5-31.el5_2.1")) flag++;
    if (rpm_check(release:"SL5", reference:"sblim-cmpi-devel-1.0.4-31.el5_2.1")) flag++;
    if (rpm_check(release:"SL5", reference:"sblim-cmpi-dns-0.5.2-31.el5_2.1")) flag++;
    if (rpm_check(release:"SL5", reference:"sblim-cmpi-dns-devel-1-31.el5_2.1")) flag++;
    if (rpm_check(release:"SL5", reference:"sblim-cmpi-dns-test-1-31.el5_2.1")) flag++;
    if (rpm_check(release:"SL5", reference:"sblim-cmpi-fsvol-1.4.4-31.el5_2.1")) flag++;
    if (rpm_check(release:"SL5", reference:"sblim-cmpi-fsvol-devel-1.4.4-31.el5_2.1")) flag++;
    if (rpm_check(release:"SL5", reference:"sblim-cmpi-fsvol-test-1.4.4-31.el5_2.1")) flag++;
    if (rpm_check(release:"SL5", reference:"sblim-cmpi-network-1.3.8-31.el5_2.1")) flag++;
    if (rpm_check(release:"SL5", reference:"sblim-cmpi-network-devel-1.3.8-31.el5_2.1")) flag++;
    if (rpm_check(release:"SL5", reference:"sblim-cmpi-network-test-1.3.8-31.el5_2.1")) flag++;
    if (rpm_check(release:"SL5", reference:"sblim-cmpi-nfsv3-1.0.14-31.el5_2.1")) flag++;
    if (rpm_check(release:"SL5", reference:"sblim-cmpi-nfsv3-test-1.0.14-31.el5_2.1")) flag++;
    if (rpm_check(release:"SL5", reference:"sblim-cmpi-nfsv4-1.0.12-31.el5_2.1")) flag++;
    if (rpm_check(release:"SL5", reference:"sblim-cmpi-nfsv4-test-1.0.12-31.el5_2.1")) flag++;
    if (rpm_check(release:"SL5", reference:"sblim-cmpi-params-1.2.6-31.el5_2.1")) flag++;
    if (rpm_check(release:"SL5", reference:"sblim-cmpi-params-test-1.2.6-31.el5_2.1")) flag++;
    if (rpm_check(release:"SL5", reference:"sblim-cmpi-samba-0.5.2-31.el5_2.1")) flag++;
    if (rpm_check(release:"SL5", reference:"sblim-cmpi-samba-devel-1-31.el5_2.1")) flag++;
    if (rpm_check(release:"SL5", reference:"sblim-cmpi-samba-test-1-31.el5_2.1")) flag++;
    if (rpm_check(release:"SL5", reference:"sblim-cmpi-sysfs-1.1.9-31.el5_2.1")) flag++;
    if (rpm_check(release:"SL5", reference:"sblim-cmpi-sysfs-test-1.1.9-31.el5_2.1")) flag++;
    if (rpm_check(release:"SL5", reference:"sblim-cmpi-syslog-0.7.11-31.el5_2.1")) flag++;
    if (rpm_check(release:"SL5", reference:"sblim-cmpi-syslog-test-0.7.11-31.el5_2.1")) flag++;
    if (rpm_check(release:"SL5", reference:"sblim-gather-2.1.2-31.el5_2.1")) flag++;
    if (rpm_check(release:"SL5", reference:"sblim-gather-devel-2.1.2-31.el5_2.1")) flag++;
    if (rpm_check(release:"SL5", reference:"sblim-gather-provider-2.1.2-31.el5_2.1")) flag++;
    if (rpm_check(release:"SL5", reference:"sblim-gather-test-2.1.2-31.el5_2.1")) flag++;
    if (rpm_check(release:"SL5", reference:"sblim-testsuite-1.2.4-31.el5_2.1")) flag++;
    if (rpm_check(release:"SL5", reference:"sblim-tools-libra-0.2.3-31.el5_2.1")) flag++;
    if (rpm_check(release:"SL5", reference:"sblim-tools-libra-devel-0.2.3-31.el5_2.1")) flag++;
    if (rpm_check(release:"SL5", reference:"sblim-wbemcli-1.5.1-31.el5_2.1")) flag++;
    
    
    if (flag)
    {
      if (report_verbosity > 0) security_warning(port:0, extra:rpm_report_get());
      else security_warning(0);
      exit(0);
    }
    else audit(AUDIT_HOST_NOT, "affected");
    
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2008-0497.NASL
    descriptionUpdated sblim packages that resolve a security issue are now available for Red Hat Enterprise Linux 4 and Red Hat Enterprise Linux 5. This update has been rated as having important security impact by the Red Hat Security Response Team. SBLIM stands for Standards-Based Linux Instrumentation for Manageability. It consists of a set of standards-based, Web-Based Enterprise Management (WBEM) modules that use the Common Information Model (CIM) standard to gather and provide systems management information, events, and methods to local or networked consumers via a CIM object services broker using the CMPI (Common Manageability Programming Interface) standard. This package provides a set of core providers and development tools for systems management applications. It was discovered that certain sblim libraries had an RPATH (runtime library search path) set in the ELF (Executable and Linking Format) header. This RPATH pointed to a sub-directory of a world-writable, temporary directory. A local user could create a file with the same name as a library required by sblim (such as libc.so) and place it in the directory defined in the RPATH. This file could then execute arbitrary code with the privileges of the user running an application that used sblim (eg tog-pegasus). (CVE-2008-1951) Users are advised to upgrade to these updated sblim packages, which resolve this issue.
    last seen2020-06-01
    modified2020-06-02
    plugin id33248
    published2008-06-24
    reporterThis script is Copyright (C) 2008-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/33248
    titleRHEL 4 / 5 : sblim (RHSA-2008:0497)
    code
    #%NASL_MIN_LEVEL 80502
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were  
    # extracted from Red Hat Security Advisory RHSA-2008:0497. The text 
    # itself is copyright (C) Red Hat, Inc.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(33248);
      script_version ("1.24");
      script_cvs_date("Date: 2019/10/25 13:36:13");
    
      script_cve_id("CVE-2008-1951");
      script_xref(name:"RHSA", value:"2008:0497");
    
      script_name(english:"RHEL 4 / 5 : sblim (RHSA-2008:0497)");
      script_summary(english:"Checks the rpm output for the updated packages");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote Red Hat host is missing one or more security updates."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "Updated sblim packages that resolve a security issue are now available
    for Red Hat Enterprise Linux 4 and Red Hat Enterprise Linux 5.
    
    This update has been rated as having important security impact by the
    Red Hat Security Response Team.
    
    SBLIM stands for Standards-Based Linux Instrumentation for
    Manageability. It consists of a set of standards-based, Web-Based
    Enterprise Management (WBEM) modules that use the Common Information
    Model (CIM) standard to gather and provide systems management
    information, events, and methods to local or networked consumers via a
    CIM object services broker using the CMPI (Common Manageability
    Programming Interface) standard. This package provides a set of core
    providers and development tools for systems management applications.
    
    It was discovered that certain sblim libraries had an RPATH (runtime
    library search path) set in the ELF (Executable and Linking Format)
    header. This RPATH pointed to a sub-directory of a world-writable,
    temporary directory. A local user could create a file with the same
    name as a library required by sblim (such as libc.so) and place it in
    the directory defined in the RPATH. This file could then execute
    arbitrary code with the privileges of the user running an application
    that used sblim (eg tog-pegasus). (CVE-2008-1951)
    
    Users are advised to upgrade to these updated sblim packages, which
    resolve this issue."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2008-1951"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/errata/RHSA-2008:0497"
      );
      script_set_attribute(attribute:"solution", value:"Update the affected packages.");
      script_set_cvss_base_vector("CVSS2#AV:L/AC:L/Au:N/C:P/I:P/A:P");
      script_cwe_id(264);
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:sblim-cim-client");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:sblim-cim-client-javadoc");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:sblim-cim-client-manual");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:sblim-cmpi-base");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:sblim-cmpi-base-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:sblim-cmpi-base-test");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:sblim-cmpi-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:sblim-cmpi-dns");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:sblim-cmpi-dns-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:sblim-cmpi-dns-test");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:sblim-cmpi-fsvol");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:sblim-cmpi-fsvol-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:sblim-cmpi-fsvol-test");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:sblim-cmpi-network");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:sblim-cmpi-network-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:sblim-cmpi-network-test");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:sblim-cmpi-nfsv3");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:sblim-cmpi-nfsv3-test");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:sblim-cmpi-nfsv4");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:sblim-cmpi-nfsv4-test");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:sblim-cmpi-params");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:sblim-cmpi-params-test");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:sblim-cmpi-samba");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:sblim-cmpi-samba-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:sblim-cmpi-samba-test");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:sblim-cmpi-sysfs");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:sblim-cmpi-sysfs-test");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:sblim-cmpi-syslog");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:sblim-cmpi-syslog-test");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:sblim-gather");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:sblim-gather-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:sblim-gather-provider");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:sblim-gather-test");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:sblim-testsuite");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:sblim-tools-libra");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:sblim-tools-libra-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:sblim-wbemcli");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:redhat:enterprise_linux:4");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:redhat:enterprise_linux:4.6");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:redhat:enterprise_linux:5");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:redhat:enterprise_linux:5.2");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2008/06/25");
      script_set_attribute(attribute:"patch_publication_date", value:"2008/06/24");
      script_set_attribute(attribute:"plugin_publication_date", value:"2008/06/24");
      script_set_attribute(attribute:"generated_plugin", value:"current");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2008-2019 and is owned by Tenable, Inc. or an Affiliate thereof.");
      script_family(english:"Red Hat Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/RedHat/release", "Host/RedHat/rpm-list", "Host/cpu");
    
      exit(0);
    }
    
    
    include("audit.inc");
    include("global_settings.inc");
    include("misc_func.inc");
    include("rpm.inc");
    
    if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
    release = get_kb_item("Host/RedHat/release");
    if (isnull(release) || "Red Hat" >!< release) audit(AUDIT_OS_NOT, "Red Hat");
    os_ver = pregmatch(pattern: "Red Hat Enterprise Linux.*release ([0-9]+(\.[0-9]+)?)", string:release);
    if (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, "Red Hat");
    os_ver = os_ver[1];
    if (! preg(pattern:"^(4|5)([^0-9]|$)", string:os_ver)) audit(AUDIT_OS_NOT, "Red Hat 4.x / 5.x", "Red Hat " + os_ver);
    
    if (!get_kb_item("Host/RedHat/rpm-list")) audit(AUDIT_PACKAGE_LIST_MISSING);
    
    cpu = get_kb_item("Host/cpu");
    if (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);
    if ("x86_64" >!< cpu && cpu !~ "^i[3-6]86$" && "s390" >!< cpu) audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "Red Hat", cpu);
    
    yum_updateinfo = get_kb_item("Host/RedHat/yum-updateinfo");
    if (!empty_or_null(yum_updateinfo)) 
    {
      rhsa = "RHSA-2008:0497";
      yum_report = redhat_generate_yum_updateinfo_report(rhsa:rhsa);
      if (!empty_or_null(yum_report))
      {
        security_report_v4(
          port       : 0,
          severity   : SECURITY_WARNING,
          extra      : yum_report 
        );
        exit(0);
      }
      else
      {
        audit_message = "affected by Red Hat security advisory " + rhsa;
        audit(AUDIT_OS_NOT, audit_message);
      }
    }
    else
    {
      flag = 0;
      if (rpm_check(release:"RHEL4", reference:"sblim-cmpi-base-1.5.4-13a.el4_6.1")) flag++;
    
      if (rpm_check(release:"RHEL4", reference:"sblim-cmpi-base-devel-1.5.4-13a.el4_6.1")) flag++;
    
      if (rpm_check(release:"RHEL4", reference:"sblim-cmpi-base-test-1.5.4-13a.el4_6.1")) flag++;
    
      if (rpm_check(release:"RHEL4", reference:"sblim-cmpi-devel-1.0.4-13a.el4_6.1")) flag++;
    
      if (rpm_check(release:"RHEL4", reference:"sblim-cmpi-fsvol-1.4.3-13a.el4_6.1")) flag++;
    
      if (rpm_check(release:"RHEL4", reference:"sblim-cmpi-fsvol-devel-1.4.3-13a.el4_6.1")) flag++;
    
      if (rpm_check(release:"RHEL4", reference:"sblim-cmpi-fsvol-test-1.4.3-13a.el4_6.1")) flag++;
    
      if (rpm_check(release:"RHEL4", reference:"sblim-cmpi-network-1.3.7-13a.el4_6.1")) flag++;
    
      if (rpm_check(release:"RHEL4", reference:"sblim-cmpi-network-devel-1.3.7-13a.el4_6.1")) flag++;
    
      if (rpm_check(release:"RHEL4", reference:"sblim-cmpi-network-test-1.3.7-13a.el4_6.1")) flag++;
    
      if (rpm_check(release:"RHEL4", reference:"sblim-cmpi-nfsv3-1.0.13-13a.el4_6.1")) flag++;
    
      if (rpm_check(release:"RHEL4", reference:"sblim-cmpi-nfsv3-test-1.0.13-13a.el4_6.1")) flag++;
    
      if (rpm_check(release:"RHEL4", reference:"sblim-cmpi-nfsv4-1.0.11-13a.el4_6.1")) flag++;
    
      if (rpm_check(release:"RHEL4", reference:"sblim-cmpi-nfsv4-test-1.0.11-13a.el4_6.1")) flag++;
    
      if (rpm_check(release:"RHEL4", reference:"sblim-cmpi-params-1.2.4-13a.el4_6.1")) flag++;
    
      if (rpm_check(release:"RHEL4", reference:"sblim-cmpi-params-test-1.2.4-13a.el4_6.1")) flag++;
    
      if (rpm_check(release:"RHEL4", reference:"sblim-cmpi-sysfs-1.1.8-13a.el4_6.1")) flag++;
    
      if (rpm_check(release:"RHEL4", reference:"sblim-cmpi-sysfs-test-1.1.8-13a.el4_6.1")) flag++;
    
      if (rpm_check(release:"RHEL4", reference:"sblim-cmpi-syslog-0.7.9-13a.el4_6.1")) flag++;
    
      if (rpm_check(release:"RHEL4", reference:"sblim-cmpi-syslog-test-0.7.9-13a.el4_6.1")) flag++;
    
      if (rpm_check(release:"RHEL4", reference:"sblim-gather-2.1.1-13a.el4_6.1")) flag++;
    
      if (rpm_check(release:"RHEL4", reference:"sblim-gather-devel-2.1.1-13a.el4_6.1")) flag++;
    
      if (rpm_check(release:"RHEL4", reference:"sblim-gather-provider-2.1.1-13a.el4_6.1")) flag++;
    
      if (rpm_check(release:"RHEL4", reference:"sblim-gather-test-2.1.1-13a.el4_6.1")) flag++;
    
      if (rpm_check(release:"RHEL4", reference:"sblim-testsuite-1.2.4-13a.el4_6.1")) flag++;
    
      if (rpm_check(release:"RHEL4", reference:"sblim-wbemcli-1.5.1-13a.el4_6.1")) flag++;
    
    
      if (rpm_check(release:"RHEL5", cpu:"i386", reference:"sblim-cim-client-1.3.3-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"s390x", reference:"sblim-cim-client-1.3.3-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"x86_64", reference:"sblim-cim-client-1.3.3-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"i386", reference:"sblim-cim-client-javadoc-1-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"s390x", reference:"sblim-cim-client-javadoc-1-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"x86_64", reference:"sblim-cim-client-javadoc-1-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"i386", reference:"sblim-cim-client-manual-1-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"s390x", reference:"sblim-cim-client-manual-1-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"x86_64", reference:"sblim-cim-client-manual-1-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", reference:"sblim-cmpi-base-1.5.5-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", reference:"sblim-cmpi-base-devel-1.5.5-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"i386", reference:"sblim-cmpi-base-test-1.5.5-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"s390x", reference:"sblim-cmpi-base-test-1.5.5-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"x86_64", reference:"sblim-cmpi-base-test-1.5.5-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", reference:"sblim-cmpi-devel-1.0.4-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", reference:"sblim-cmpi-dns-0.5.2-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", reference:"sblim-cmpi-dns-devel-1-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"i386", reference:"sblim-cmpi-dns-test-1-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"s390x", reference:"sblim-cmpi-dns-test-1-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"x86_64", reference:"sblim-cmpi-dns-test-1-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", reference:"sblim-cmpi-fsvol-1.4.4-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", reference:"sblim-cmpi-fsvol-devel-1.4.4-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"i386", reference:"sblim-cmpi-fsvol-test-1.4.4-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"s390x", reference:"sblim-cmpi-fsvol-test-1.4.4-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"x86_64", reference:"sblim-cmpi-fsvol-test-1.4.4-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", reference:"sblim-cmpi-network-1.3.8-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", reference:"sblim-cmpi-network-devel-1.3.8-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"i386", reference:"sblim-cmpi-network-test-1.3.8-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"s390x", reference:"sblim-cmpi-network-test-1.3.8-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"x86_64", reference:"sblim-cmpi-network-test-1.3.8-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"i386", reference:"sblim-cmpi-nfsv3-1.0.14-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"s390x", reference:"sblim-cmpi-nfsv3-1.0.14-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"x86_64", reference:"sblim-cmpi-nfsv3-1.0.14-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"i386", reference:"sblim-cmpi-nfsv3-test-1.0.14-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"s390x", reference:"sblim-cmpi-nfsv3-test-1.0.14-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"x86_64", reference:"sblim-cmpi-nfsv3-test-1.0.14-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"i386", reference:"sblim-cmpi-nfsv4-1.0.12-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"s390x", reference:"sblim-cmpi-nfsv4-1.0.12-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"x86_64", reference:"sblim-cmpi-nfsv4-1.0.12-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"i386", reference:"sblim-cmpi-nfsv4-test-1.0.12-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"s390x", reference:"sblim-cmpi-nfsv4-test-1.0.12-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"x86_64", reference:"sblim-cmpi-nfsv4-test-1.0.12-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"i386", reference:"sblim-cmpi-params-1.2.6-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"s390x", reference:"sblim-cmpi-params-1.2.6-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"x86_64", reference:"sblim-cmpi-params-1.2.6-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"i386", reference:"sblim-cmpi-params-test-1.2.6-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"s390x", reference:"sblim-cmpi-params-test-1.2.6-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"x86_64", reference:"sblim-cmpi-params-test-1.2.6-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", reference:"sblim-cmpi-samba-0.5.2-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", reference:"sblim-cmpi-samba-devel-1-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"i386", reference:"sblim-cmpi-samba-test-1-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"s390x", reference:"sblim-cmpi-samba-test-1-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"x86_64", reference:"sblim-cmpi-samba-test-1-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"i386", reference:"sblim-cmpi-sysfs-1.1.9-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"s390x", reference:"sblim-cmpi-sysfs-1.1.9-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"x86_64", reference:"sblim-cmpi-sysfs-1.1.9-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"i386", reference:"sblim-cmpi-sysfs-test-1.1.9-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"s390x", reference:"sblim-cmpi-sysfs-test-1.1.9-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"x86_64", reference:"sblim-cmpi-sysfs-test-1.1.9-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"i386", reference:"sblim-cmpi-syslog-0.7.11-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"s390x", reference:"sblim-cmpi-syslog-0.7.11-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"x86_64", reference:"sblim-cmpi-syslog-0.7.11-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"i386", reference:"sblim-cmpi-syslog-test-0.7.11-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"s390x", reference:"sblim-cmpi-syslog-test-0.7.11-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"x86_64", reference:"sblim-cmpi-syslog-test-0.7.11-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", reference:"sblim-gather-2.1.2-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", reference:"sblim-gather-devel-2.1.2-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", reference:"sblim-gather-provider-2.1.2-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"i386", reference:"sblim-gather-test-2.1.2-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"s390x", reference:"sblim-gather-test-2.1.2-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"x86_64", reference:"sblim-gather-test-2.1.2-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"i386", reference:"sblim-testsuite-1.2.4-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"s390x", reference:"sblim-testsuite-1.2.4-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"x86_64", reference:"sblim-testsuite-1.2.4-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", reference:"sblim-tools-libra-0.2.3-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", reference:"sblim-tools-libra-devel-0.2.3-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"i386", reference:"sblim-wbemcli-1.5.1-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"s390x", reference:"sblim-wbemcli-1.5.1-31.el5_2.1")) flag++;
    
      if (rpm_check(release:"RHEL5", cpu:"x86_64", reference:"sblim-wbemcli-1.5.1-31.el5_2.1")) flag++;
    
    
      if (flag)
      {
        security_report_v4(
          port       : 0,
          severity   : SECURITY_WARNING,
          extra      : rpm_report_get() + redhat_report_package_caveat()
        );
        exit(0);
      }
      else
      {
        tested = pkg_tests_get();
        if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
        else audit(AUDIT_PACKAGE_NOT_INSTALLED, "sblim-cim-client / sblim-cim-client-javadoc / etc");
      }
    }
    
  • NASL familyCentOS Local Security Checks
    NASL idCENTOS_RHSA-2008-0497.NASL
    descriptionUpdated sblim packages that resolve a security issue are now available for Red Hat Enterprise Linux 4 and Red Hat Enterprise Linux 5. This update has been rated as having important security impact by the Red Hat Security Response Team. SBLIM stands for Standards-Based Linux Instrumentation for Manageability. It consists of a set of standards-based, Web-Based Enterprise Management (WBEM) modules that use the Common Information Model (CIM) standard to gather and provide systems management information, events, and methods to local or networked consumers via a CIM object services broker using the CMPI (Common Manageability Programming Interface) standard. This package provides a set of core providers and development tools for systems management applications. It was discovered that certain sblim libraries had an RPATH (runtime library search path) set in the ELF (Executable and Linking Format) header. This RPATH pointed to a sub-directory of a world-writable, temporary directory. A local user could create a file with the same name as a library required by sblim (such as libc.so) and place it in the directory defined in the RPATH. This file could then execute arbitrary code with the privileges of the user running an application that used sblim (eg tog-pegasus). (CVE-2008-1951) Users are advised to upgrade to these updated sblim packages, which resolve this issue.
    last seen2020-06-01
    modified2020-06-02
    plugin id33258
    published2008-06-26
    reporterThis script is Copyright (C) 2008-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/33258
    titleCentOS 4 : sblim (CESA-2008:0497)
    code
    #%NASL_MIN_LEVEL 80502
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were  
    # extracted from Red Hat Security Advisory RHSA-2008:0497 and 
    # CentOS Errata and Security Advisory 2008:0497 respectively.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(33258);
      script_version("1.13");
      script_cvs_date("Date: 2019/10/25 13:36:04");
    
      script_cve_id("CVE-2008-1951");
      script_xref(name:"RHSA", value:"2008:0497");
    
      script_name(english:"CentOS 4 : sblim (CESA-2008:0497)");
      script_summary(english:"Checks rpm output for the updated packages");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote CentOS host is missing one or more security updates."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "Updated sblim packages that resolve a security issue are now available
    for Red Hat Enterprise Linux 4 and Red Hat Enterprise Linux 5.
    
    This update has been rated as having important security impact by the
    Red Hat Security Response Team.
    
    SBLIM stands for Standards-Based Linux Instrumentation for
    Manageability. It consists of a set of standards-based, Web-Based
    Enterprise Management (WBEM) modules that use the Common Information
    Model (CIM) standard to gather and provide systems management
    information, events, and methods to local or networked consumers via a
    CIM object services broker using the CMPI (Common Manageability
    Programming Interface) standard. This package provides a set of core
    providers and development tools for systems management applications.
    
    It was discovered that certain sblim libraries had an RPATH (runtime
    library search path) set in the ELF (Executable and Linking Format)
    header. This RPATH pointed to a sub-directory of a world-writable,
    temporary directory. A local user could create a file with the same
    name as a library required by sblim (such as libc.so) and place it in
    the directory defined in the RPATH. This file could then execute
    arbitrary code with the privileges of the user running an application
    that used sblim (eg tog-pegasus). (CVE-2008-1951)
    
    Users are advised to upgrade to these updated sblim packages, which
    resolve this issue."
      );
      # https://lists.centos.org/pipermail/centos-announce/2008-June/015002.html
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?9a05f438"
      );
      # https://lists.centos.org/pipermail/centos-announce/2008-June/015003.html
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?1c108dc9"
      );
      # https://lists.centos.org/pipermail/centos-announce/2008-June/015004.html
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?6ec66dc1"
      );
      script_set_attribute(
        attribute:"solution", 
        value:"Update the affected sblim packages."
      );
      script_set_cvss_base_vector("CVSS2#AV:L/AC:L/Au:N/C:P/I:P/A:P");
      script_cwe_id(264);
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:sblim-cmpi-base");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:sblim-cmpi-base-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:sblim-cmpi-base-test");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:sblim-cmpi-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:sblim-cmpi-fsvol");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:sblim-cmpi-fsvol-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:sblim-cmpi-fsvol-test");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:sblim-cmpi-network");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:sblim-cmpi-network-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:sblim-cmpi-network-test");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:sblim-cmpi-nfsv3");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:sblim-cmpi-nfsv3-test");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:sblim-cmpi-nfsv4");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:sblim-cmpi-nfsv4-test");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:sblim-cmpi-params");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:sblim-cmpi-params-test");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:sblim-cmpi-sysfs");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:sblim-cmpi-sysfs-test");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:sblim-cmpi-syslog");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:sblim-cmpi-syslog-test");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:sblim-gather");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:sblim-gather-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:sblim-gather-provider");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:sblim-gather-test");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:sblim-testsuite");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:sblim-wbemcli");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:centos:centos:4");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2008/06/25");
      script_set_attribute(attribute:"patch_publication_date", value:"2008/06/24");
      script_set_attribute(attribute:"plugin_publication_date", value:"2008/06/26");
      script_set_attribute(attribute:"generated_plugin", value:"current");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2008-2019 and is owned by Tenable, Inc. or an Affiliate thereof.");
      script_family(english:"CentOS Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/CentOS/release", "Host/CentOS/rpm-list");
    
      exit(0);
    }
    
    
    include("audit.inc");
    include("global_settings.inc");
    include("rpm.inc");
    
    
    if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
    release = get_kb_item("Host/CentOS/release");
    if (isnull(release) || "CentOS" >!< release) audit(AUDIT_OS_NOT, "CentOS");
    os_ver = pregmatch(pattern: "CentOS(?: Linux)? release ([0-9]+)", string:release);
    if (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, "CentOS");
    os_ver = os_ver[1];
    if (! preg(pattern:"^4([^0-9]|$)", string:os_ver)) audit(AUDIT_OS_NOT, "CentOS 4.x", "CentOS " + os_ver);
    
    if (!get_kb_item("Host/CentOS/rpm-list")) audit(AUDIT_PACKAGE_LIST_MISSING);
    
    
    cpu = get_kb_item("Host/cpu");
    if (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);
    if ("x86_64" >!< cpu && "ia64" >!< cpu && cpu !~ "^i[3-6]86$") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "CentOS", cpu);
    
    
    flag = 0;
    if (rpm_check(release:"CentOS-4", cpu:"i386", reference:"sblim-cmpi-base-1.5.4-13a.el4_6.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"ia64", reference:"sblim-cmpi-base-1.5.4-13a.c4.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"x86_64", reference:"sblim-cmpi-base-1.5.4-13a.el4_6.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"i386", reference:"sblim-cmpi-base-devel-1.5.4-13a.el4_6.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"ia64", reference:"sblim-cmpi-base-devel-1.5.4-13a.c4.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"x86_64", reference:"sblim-cmpi-base-devel-1.5.4-13a.el4_6.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"i386", reference:"sblim-cmpi-base-test-1.5.4-13a.el4_6.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"ia64", reference:"sblim-cmpi-base-test-1.5.4-13a.c4.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"x86_64", reference:"sblim-cmpi-base-test-1.5.4-13a.el4_6.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"i386", reference:"sblim-cmpi-devel-1.0.4-13a.el4_6.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"ia64", reference:"sblim-cmpi-devel-1.0.4-13a.c4.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"x86_64", reference:"sblim-cmpi-devel-1.0.4-13a.el4_6.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"i386", reference:"sblim-cmpi-fsvol-1.4.3-13a.el4_6.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"ia64", reference:"sblim-cmpi-fsvol-1.4.3-13a.c4.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"x86_64", reference:"sblim-cmpi-fsvol-1.4.3-13a.el4_6.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"i386", reference:"sblim-cmpi-fsvol-devel-1.4.3-13a.el4_6.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"ia64", reference:"sblim-cmpi-fsvol-devel-1.4.3-13a.c4.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"x86_64", reference:"sblim-cmpi-fsvol-devel-1.4.3-13a.el4_6.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"i386", reference:"sblim-cmpi-fsvol-test-1.4.3-13a.el4_6.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"ia64", reference:"sblim-cmpi-fsvol-test-1.4.3-13a.c4.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"x86_64", reference:"sblim-cmpi-fsvol-test-1.4.3-13a.el4_6.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"i386", reference:"sblim-cmpi-network-1.3.7-13a.el4_6.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"ia64", reference:"sblim-cmpi-network-1.3.7-13a.c4.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"x86_64", reference:"sblim-cmpi-network-1.3.7-13a.el4_6.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"i386", reference:"sblim-cmpi-network-devel-1.3.7-13a.el4_6.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"ia64", reference:"sblim-cmpi-network-devel-1.3.7-13a.c4.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"x86_64", reference:"sblim-cmpi-network-devel-1.3.7-13a.el4_6.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"i386", reference:"sblim-cmpi-network-test-1.3.7-13a.el4_6.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"ia64", reference:"sblim-cmpi-network-test-1.3.7-13a.c4.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"x86_64", reference:"sblim-cmpi-network-test-1.3.7-13a.el4_6.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"i386", reference:"sblim-cmpi-nfsv3-1.0.13-13a.el4_6.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"ia64", reference:"sblim-cmpi-nfsv3-1.0.13-13a.c4.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"x86_64", reference:"sblim-cmpi-nfsv3-1.0.13-13a.el4_6.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"i386", reference:"sblim-cmpi-nfsv3-test-1.0.13-13a.el4_6.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"ia64", reference:"sblim-cmpi-nfsv3-test-1.0.13-13a.c4.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"x86_64", reference:"sblim-cmpi-nfsv3-test-1.0.13-13a.el4_6.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"i386", reference:"sblim-cmpi-nfsv4-1.0.11-13a.el4_6.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"ia64", reference:"sblim-cmpi-nfsv4-1.0.11-13a.c4.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"x86_64", reference:"sblim-cmpi-nfsv4-1.0.11-13a.el4_6.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"i386", reference:"sblim-cmpi-nfsv4-test-1.0.11-13a.el4_6.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"ia64", reference:"sblim-cmpi-nfsv4-test-1.0.11-13a.c4.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"x86_64", reference:"sblim-cmpi-nfsv4-test-1.0.11-13a.el4_6.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"i386", reference:"sblim-cmpi-params-1.2.4-13a.el4_6.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"ia64", reference:"sblim-cmpi-params-1.2.4-13a.c4.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"x86_64", reference:"sblim-cmpi-params-1.2.4-13a.el4_6.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"i386", reference:"sblim-cmpi-params-test-1.2.4-13a.el4_6.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"ia64", reference:"sblim-cmpi-params-test-1.2.4-13a.c4.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"x86_64", reference:"sblim-cmpi-params-test-1.2.4-13a.el4_6.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"i386", reference:"sblim-cmpi-sysfs-1.1.8-13a.el4_6.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"ia64", reference:"sblim-cmpi-sysfs-1.1.8-13a.c4.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"x86_64", reference:"sblim-cmpi-sysfs-1.1.8-13a.el4_6.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"i386", reference:"sblim-cmpi-sysfs-test-1.1.8-13a.el4_6.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"ia64", reference:"sblim-cmpi-sysfs-test-1.1.8-13a.c4.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"x86_64", reference:"sblim-cmpi-sysfs-test-1.1.8-13a.el4_6.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"i386", reference:"sblim-cmpi-syslog-0.7.9-13a.el4_6.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"ia64", reference:"sblim-cmpi-syslog-0.7.9-13a.c4.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"x86_64", reference:"sblim-cmpi-syslog-0.7.9-13a.el4_6.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"i386", reference:"sblim-cmpi-syslog-test-0.7.9-13a.el4_6.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"ia64", reference:"sblim-cmpi-syslog-test-0.7.9-13a.c4.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"x86_64", reference:"sblim-cmpi-syslog-test-0.7.9-13a.el4_6.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"i386", reference:"sblim-gather-2.1.1-13a.el4_6.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"ia64", reference:"sblim-gather-2.1.1-13a.c4.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"x86_64", reference:"sblim-gather-2.1.1-13a.el4_6.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"i386", reference:"sblim-gather-devel-2.1.1-13a.el4_6.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"ia64", reference:"sblim-gather-devel-2.1.1-13a.c4.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"x86_64", reference:"sblim-gather-devel-2.1.1-13a.el4_6.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"i386", reference:"sblim-gather-provider-2.1.1-13a.el4_6.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"ia64", reference:"sblim-gather-provider-2.1.1-13a.c4.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"x86_64", reference:"sblim-gather-provider-2.1.1-13a.el4_6.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"i386", reference:"sblim-gather-test-2.1.1-13a.el4_6.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"ia64", reference:"sblim-gather-test-2.1.1-13a.c4.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"x86_64", reference:"sblim-gather-test-2.1.1-13a.el4_6.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"i386", reference:"sblim-testsuite-1.2.4-13a.el4_6.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"ia64", reference:"sblim-testsuite-1.2.4-13a.c4.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"x86_64", reference:"sblim-testsuite-1.2.4-13a.el4_6.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"i386", reference:"sblim-wbemcli-1.5.1-13a.el4_6.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"ia64", reference:"sblim-wbemcli-1.5.1-13a.c4.1")) flag++;
    if (rpm_check(release:"CentOS-4", cpu:"x86_64", reference:"sblim-wbemcli-1.5.1-13a.el4_6.1")) flag++;
    
    
    if (flag)
    {
      security_report_v4(
        port       : 0,
        severity   : SECURITY_WARNING,
        extra      : rpm_report_get()
      );
      exit(0);
    }
    else
    {
      tested = pkg_tests_get();
      if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
      else audit(AUDIT_PACKAGE_NOT_INSTALLED, "sblim-cmpi-base / sblim-cmpi-base-devel / sblim-cmpi-base-test / etc");
    }
    

Oval

accepted2013-04-29T04:20:54.200-04:00
classvulnerability
contributors
  • nameAharon Chernin
    organizationSCAP.com, LLC
  • nameDragos Prisaca
    organizationG2, Inc.
definition_extensions
  • commentThe operating system installed on the system is Red Hat Enterprise Linux 4
    ovaloval:org.mitre.oval:def:11831
  • commentCentOS Linux 4.x
    ovaloval:org.mitre.oval:def:16636
  • commentOracle Linux 4.x
    ovaloval:org.mitre.oval:def:15990
  • commentThe operating system installed on the system is Red Hat Enterprise Linux 5
    ovaloval:org.mitre.oval:def:11414
  • commentThe operating system installed on the system is CentOS Linux 5.x
    ovaloval:org.mitre.oval:def:15802
  • commentOracle Linux 5.x
    ovaloval:org.mitre.oval:def:15459
descriptionUntrusted search path vulnerability in a certain Red Hat build script for Standards Based Linux Instrumentation for Manageability (sblim) libraries before 1-13a.el4_6.1 in Red Hat Enterprise Linux (RHEL) 4, and before 1-31.el5_2.1 in RHEL 5, allows local users to gain privileges via a malicious library in a certain subdirectory of /var/tmp, related to an incorrect RPATH setting, as demonstrated by a malicious libc.so library for tog-pegasus.
familyunix
idoval:org.mitre.oval:def:9635
statusaccepted
submitted2010-07-09T03:56:16-04:00
titleUntrusted search path vulnerability in a certain Red Hat build script for Standards Based Linux Instrumentation for Manageability (sblim) libraries before 1-13a.el4_6.1 in Red Hat Enterprise Linux (RHEL) 4, and before 1-31.el5_2.1 in RHEL 5, allows local users to gain privileges via a malicious library in a certain subdirectory of /var/tmp, related to an incorrect RPATH setting, as demonstrated by a malicious libc.so library for tog-pegasus.
version27

Redhat

advisories
bugzilla
id447705
titleCVE-2008-1951 sblim: libraries built with insecure RPATH
oval
OR
  • commentRed Hat Enterprise Linux must be installed
    ovaloval:com.redhat.rhba:tst:20070304026
  • AND
    • commentRed Hat Enterprise Linux 4 is installed
      ovaloval:com.redhat.rhba:tst:20070304025
    • OR
      • AND
        • commentsblim-gather is earlier than 0:2.1.1-13a.el4_6.1
          ovaloval:com.redhat.rhsa:tst:20080497001
        • commentsblim-gather is signed with Red Hat master key
          ovaloval:com.redhat.rhsa:tst:20080497002
      • AND
        • commentsblim-cmpi-nfsv4 is earlier than 0:1.0.11-13a.el4_6.1
          ovaloval:com.redhat.rhsa:tst:20080497003
        • commentsblim-cmpi-nfsv4 is signed with Red Hat master key
          ovaloval:com.redhat.rhsa:tst:20080497004
      • AND
        • commentsblim-cmpi-fsvol-devel is earlier than 0:1.4.3-13a.el4_6.1
          ovaloval:com.redhat.rhsa:tst:20080497005
        • commentsblim-cmpi-fsvol-devel is signed with Red Hat master key
          ovaloval:com.redhat.rhsa:tst:20080497006
      • AND
        • commentsblim-cmpi-network-devel is earlier than 0:1.3.7-13a.el4_6.1
          ovaloval:com.redhat.rhsa:tst:20080497007
        • commentsblim-cmpi-network-devel is signed with Red Hat master key
          ovaloval:com.redhat.rhsa:tst:20080497008
      • AND
        • commentsblim-cmpi-base-test is earlier than 0:1.5.4-13a.el4_6.1
          ovaloval:com.redhat.rhsa:tst:20080497009
        • commentsblim-cmpi-base-test is signed with Red Hat master key
          ovaloval:com.redhat.rhsa:tst:20080497010
      • AND
        • commentsblim-cmpi-syslog-test is earlier than 0:0.7.9-13a.el4_6.1
          ovaloval:com.redhat.rhsa:tst:20080497011
        • commentsblim-cmpi-syslog-test is signed with Red Hat master key
          ovaloval:com.redhat.rhsa:tst:20080497012
      • AND
        • commentsblim-cmpi-syslog is earlier than 0:0.7.9-13a.el4_6.1
          ovaloval:com.redhat.rhsa:tst:20080497013
        • commentsblim-cmpi-syslog is signed with Red Hat master key
          ovaloval:com.redhat.rhsa:tst:20080497014
      • AND
        • commentsblim-cmpi-network-test is earlier than 0:1.3.7-13a.el4_6.1
          ovaloval:com.redhat.rhsa:tst:20080497015
        • commentsblim-cmpi-network-test is signed with Red Hat master key
          ovaloval:com.redhat.rhsa:tst:20080497016
      • AND
        • commentsblim-cmpi-nfsv3-test is earlier than 0:1.0.13-13a.el4_6.1
          ovaloval:com.redhat.rhsa:tst:20080497017
        • commentsblim-cmpi-nfsv3-test is signed with Red Hat master key
          ovaloval:com.redhat.rhsa:tst:20080497018
      • AND
        • commentsblim-wbemcli is earlier than 0:1.5.1-13a.el4_6.1
          ovaloval:com.redhat.rhsa:tst:20080497019
        • commentsblim-wbemcli is signed with Red Hat master key
          ovaloval:com.redhat.rhsa:tst:20080497020
      • AND
        • commentsblim-cmpi-nfsv4-test is earlier than 0:1.0.11-13a.el4_6.1
          ovaloval:com.redhat.rhsa:tst:20080497021
        • commentsblim-cmpi-nfsv4-test is signed with Red Hat master key
          ovaloval:com.redhat.rhsa:tst:20080497022
      • AND
        • commentsblim-gather-test is earlier than 0:2.1.1-13a.el4_6.1
          ovaloval:com.redhat.rhsa:tst:20080497023
        • commentsblim-gather-test is signed with Red Hat master key
          ovaloval:com.redhat.rhsa:tst:20080497024
      • AND
        • commentsblim-cmpi-sysfs is earlier than 0:1.1.8-13a.el4_6.1
          ovaloval:com.redhat.rhsa:tst:20080497025
        • commentsblim-cmpi-sysfs is signed with Red Hat master key
          ovaloval:com.redhat.rhsa:tst:20080497026
      • AND
        • commentsblim-cmpi-network is earlier than 0:1.3.7-13a.el4_6.1
          ovaloval:com.redhat.rhsa:tst:20080497027
        • commentsblim-cmpi-network is signed with Red Hat master key
          ovaloval:com.redhat.rhsa:tst:20080497028
      • AND
        • commentsblim-cmpi-fsvol is earlier than 0:1.4.3-13a.el4_6.1
          ovaloval:com.redhat.rhsa:tst:20080497029
        • commentsblim-cmpi-fsvol is signed with Red Hat master key
          ovaloval:com.redhat.rhsa:tst:20080497030
      • AND
        • commentsblim-cmpi-params-test is earlier than 0:1.2.4-13a.el4_6.1
          ovaloval:com.redhat.rhsa:tst:20080497031
        • commentsblim-cmpi-params-test is signed with Red Hat master key
          ovaloval:com.redhat.rhsa:tst:20080497032
      • AND
        • commentsblim-gather-provider is earlier than 0:2.1.1-13a.el4_6.1
          ovaloval:com.redhat.rhsa:tst:20080497033
        • commentsblim-gather-provider is signed with Red Hat master key
          ovaloval:com.redhat.rhsa:tst:20080497034
      • AND
        • commentsblim-gather-devel is earlier than 0:2.1.1-13a.el4_6.1
          ovaloval:com.redhat.rhsa:tst:20080497035
        • commentsblim-gather-devel is signed with Red Hat master key
          ovaloval:com.redhat.rhsa:tst:20080497036
      • AND
        • commentsblim-testsuite is earlier than 0:1.2.4-13a.el4_6.1
          ovaloval:com.redhat.rhsa:tst:20080497037
        • commentsblim-testsuite is signed with Red Hat master key
          ovaloval:com.redhat.rhsa:tst:20080497038
      • AND
        • commentsblim-cmpi-base is earlier than 0:1.5.4-13a.el4_6.1
          ovaloval:com.redhat.rhsa:tst:20080497039
        • commentsblim-cmpi-base is signed with Red Hat master key
          ovaloval:com.redhat.rhsa:tst:20080497040
      • AND
        • commentsblim-cmpi-params is earlier than 0:1.2.4-13a.el4_6.1
          ovaloval:com.redhat.rhsa:tst:20080497041
        • commentsblim-cmpi-params is signed with Red Hat master key
          ovaloval:com.redhat.rhsa:tst:20080497042
      • AND
        • commentsblim-cmpi-devel is earlier than 0:1.0.4-13a.el4_6.1
          ovaloval:com.redhat.rhsa:tst:20080497043
        • commentsblim-cmpi-devel is signed with Red Hat master key
          ovaloval:com.redhat.rhsa:tst:20080497044
      • AND
        • commentsblim-cmpi-fsvol-test is earlier than 0:1.4.3-13a.el4_6.1
          ovaloval:com.redhat.rhsa:tst:20080497045
        • commentsblim-cmpi-fsvol-test is signed with Red Hat master key
          ovaloval:com.redhat.rhsa:tst:20080497046
      • AND
        • commentsblim-cmpi-nfsv3 is earlier than 0:1.0.13-13a.el4_6.1
          ovaloval:com.redhat.rhsa:tst:20080497047
        • commentsblim-cmpi-nfsv3 is signed with Red Hat master key
          ovaloval:com.redhat.rhsa:tst:20080497048
      • AND
        • commentsblim-cmpi-sysfs-test is earlier than 0:1.1.8-13a.el4_6.1
          ovaloval:com.redhat.rhsa:tst:20080497049
        • commentsblim-cmpi-sysfs-test is signed with Red Hat master key
          ovaloval:com.redhat.rhsa:tst:20080497050
      • AND
        • commentsblim-cmpi-base-devel is earlier than 0:1.5.4-13a.el4_6.1
          ovaloval:com.redhat.rhsa:tst:20080497051
        • commentsblim-cmpi-base-devel is signed with Red Hat master key
          ovaloval:com.redhat.rhsa:tst:20080497052
  • AND
    • commentRed Hat Enterprise Linux 5 is installed
      ovaloval:com.redhat.rhba:tst:20070331005
    • OR
      • AND
        • commentsblim-cmpi-base-devel is earlier than 0:1.5.5-31.el5_2.1
          ovaloval:com.redhat.rhsa:tst:20080497054
        • commentsblim-cmpi-base-devel is signed with Red Hat redhatrelease key
          ovaloval:com.redhat.rhsa:tst:20080497055
      • AND
        • commentsblim-cmpi-nfsv4-test is earlier than 0:1.0.12-31.el5_2.1
          ovaloval:com.redhat.rhsa:tst:20080497056
        • commentsblim-cmpi-nfsv4-test is signed with Red Hat redhatrelease key
          ovaloval:com.redhat.rhsa:tst:20080497057
      • AND
        • commentsblim-tools-libra-devel is earlier than 0:0.2.3-31.el5_2.1
          ovaloval:com.redhat.rhsa:tst:20080497058
        • commentsblim-tools-libra-devel is signed with Red Hat redhatrelease key
          ovaloval:com.redhat.rhsa:tst:20080497059
      • AND
        • commentsblim-tools-libra is earlier than 0:0.2.3-31.el5_2.1
          ovaloval:com.redhat.rhsa:tst:20080497060
        • commentsblim-tools-libra is signed with Red Hat redhatrelease key
          ovaloval:com.redhat.rhsa:tst:20080497061
      • AND
        • commentsblim-cmpi-network-devel is earlier than 0:1.3.8-31.el5_2.1
          ovaloval:com.redhat.rhsa:tst:20080497062
        • commentsblim-cmpi-network-devel is signed with Red Hat redhatrelease key
          ovaloval:com.redhat.rhsa:tst:20080497063
      • AND
        • commentsblim-cmpi-dns is earlier than 0:0.5.2-31.el5_2.1
          ovaloval:com.redhat.rhsa:tst:20080497064
        • commentsblim-cmpi-dns is signed with Red Hat redhatrelease key
          ovaloval:com.redhat.rhsa:tst:20080497065
      • AND
        • commentsblim-cmpi-samba is earlier than 0:0.5.2-31.el5_2.1
          ovaloval:com.redhat.rhsa:tst:20080497066
        • commentsblim-cmpi-samba is signed with Red Hat redhatrelease key
          ovaloval:com.redhat.rhsa:tst:20080497067
      • AND
        • commentsblim-cmpi-network is earlier than 0:1.3.8-31.el5_2.1
          ovaloval:com.redhat.rhsa:tst:20080497068
        • commentsblim-cmpi-network is signed with Red Hat redhatrelease key
          ovaloval:com.redhat.rhsa:tst:20080497069
      • AND
        • commentsblim-cmpi-params-test is earlier than 0:1.2.6-31.el5_2.1
          ovaloval:com.redhat.rhsa:tst:20080497070
        • commentsblim-cmpi-params-test is signed with Red Hat redhatrelease key
          ovaloval:com.redhat.rhsa:tst:20080497071
      • AND
        • commentsblim-cmpi-fsvol-test is earlier than 0:1.4.4-31.el5_2.1
          ovaloval:com.redhat.rhsa:tst:20080497072
        • commentsblim-cmpi-fsvol-test is signed with Red Hat redhatrelease key
          ovaloval:com.redhat.rhsa:tst:20080497073
      • AND
        • commentsblim-gather is earlier than 0:2.1.2-31.el5_2.1
          ovaloval:com.redhat.rhsa:tst:20080497074
        • commentsblim-gather is signed with Red Hat redhatrelease key
          ovaloval:com.redhat.rhsa:tst:20080497075
      • AND
        • commentsblim-cmpi-dns-devel is earlier than 0:1-31.el5_2.1
          ovaloval:com.redhat.rhsa:tst:20080497076
        • commentsblim-cmpi-dns-devel is signed with Red Hat redhatrelease key
          ovaloval:com.redhat.rhsa:tst:20080497077
      • AND
        • commentsblim-cmpi-base-test is earlier than 0:1.5.5-31.el5_2.1
          ovaloval:com.redhat.rhsa:tst:20080497078
        • commentsblim-cmpi-base-test is signed with Red Hat redhatrelease key
          ovaloval:com.redhat.rhsa:tst:20080497079
      • AND
        • commentsblim-cmpi-syslog is earlier than 0:0.7.11-31.el5_2.1
          ovaloval:com.redhat.rhsa:tst:20080497080
        • commentsblim-cmpi-syslog is signed with Red Hat redhatrelease key
          ovaloval:com.redhat.rhsa:tst:20080497081
      • AND
        • commentsblim-cmpi-fsvol is earlier than 0:1.4.4-31.el5_2.1
          ovaloval:com.redhat.rhsa:tst:20080497082
        • commentsblim-cmpi-fsvol is signed with Red Hat redhatrelease key
          ovaloval:com.redhat.rhsa:tst:20080497083
      • AND
        • commentsblim-cmpi-dns-test is earlier than 0:1-31.el5_2.1
          ovaloval:com.redhat.rhsa:tst:20080497084
        • commentsblim-cmpi-dns-test is signed with Red Hat redhatrelease key
          ovaloval:com.redhat.rhsa:tst:20080497085
      • AND
        • commentsblim-cmpi-syslog-test is earlier than 0:0.7.11-31.el5_2.1
          ovaloval:com.redhat.rhsa:tst:20080497086
        • commentsblim-cmpi-syslog-test is signed with Red Hat redhatrelease key
          ovaloval:com.redhat.rhsa:tst:20080497087
      • AND
        • commentsblim-gather-devel is earlier than 0:2.1.2-31.el5_2.1
          ovaloval:com.redhat.rhsa:tst:20080497088
        • commentsblim-gather-devel is signed with Red Hat redhatrelease key
          ovaloval:com.redhat.rhsa:tst:20080497089
      • AND
        • commentsblim-cmpi-network-test is earlier than 0:1.3.8-31.el5_2.1
          ovaloval:com.redhat.rhsa:tst:20080497090
        • commentsblim-cmpi-network-test is signed with Red Hat redhatrelease key
          ovaloval:com.redhat.rhsa:tst:20080497091
      • AND
        • commentsblim-cmpi-devel is earlier than 0:1.0.4-31.el5_2.1
          ovaloval:com.redhat.rhsa:tst:20080497092
        • commentsblim-cmpi-devel is signed with Red Hat redhatrelease key
          ovaloval:com.redhat.rhsa:tst:20080497093
      • AND
        • commentsblim-cmpi-sysfs is earlier than 0:1.1.9-31.el5_2.1
          ovaloval:com.redhat.rhsa:tst:20080497094
        • commentsblim-cmpi-sysfs is signed with Red Hat redhatrelease key
          ovaloval:com.redhat.rhsa:tst:20080497095
      • AND
        • commentsblim-cmpi-nfsv4 is earlier than 0:1.0.12-31.el5_2.1
          ovaloval:com.redhat.rhsa:tst:20080497096
        • commentsblim-cmpi-nfsv4 is signed with Red Hat redhatrelease key
          ovaloval:com.redhat.rhsa:tst:20080497097
      • AND
        • commentsblim-cmpi-samba-test is earlier than 0:1-31.el5_2.1
          ovaloval:com.redhat.rhsa:tst:20080497098
        • commentsblim-cmpi-samba-test is signed with Red Hat redhatrelease key
          ovaloval:com.redhat.rhsa:tst:20080497099
      • AND
        • commentsblim-gather-provider is earlier than 0:2.1.2-31.el5_2.1
          ovaloval:com.redhat.rhsa:tst:20080497100
        • commentsblim-gather-provider is signed with Red Hat redhatrelease key
          ovaloval:com.redhat.rhsa:tst:20080497101
      • AND
        • commentsblim-cmpi-base is earlier than 0:1.5.5-31.el5_2.1
          ovaloval:com.redhat.rhsa:tst:20080497102
        • commentsblim-cmpi-base is signed with Red Hat redhatrelease key
          ovaloval:com.redhat.rhsa:tst:20080497103
      • AND
        • commentsblim-wbemcli is earlier than 0:1.5.1-31.el5_2.1
          ovaloval:com.redhat.rhsa:tst:20080497104
        • commentsblim-wbemcli is signed with Red Hat redhatrelease key
          ovaloval:com.redhat.rhsa:tst:20080497105
      • AND
        • commentsblim-cim-client-manual is earlier than 0:1-31.el5_2.1
          ovaloval:com.redhat.rhsa:tst:20080497106
        • commentsblim-cim-client-manual is signed with Red Hat redhatrelease key
          ovaloval:com.redhat.rhsa:tst:20080497107
      • AND
        • commentsblim-cmpi-samba-devel is earlier than 0:1-31.el5_2.1
          ovaloval:com.redhat.rhsa:tst:20080497108
        • commentsblim-cmpi-samba-devel is signed with Red Hat redhatrelease key
          ovaloval:com.redhat.rhsa:tst:20080497109
      • AND
        • commentsblim-testsuite is earlier than 0:1.2.4-31.el5_2.1
          ovaloval:com.redhat.rhsa:tst:20080497110
        • commentsblim-testsuite is signed with Red Hat redhatrelease key
          ovaloval:com.redhat.rhsa:tst:20080497111
      • AND
        • commentsblim-gather-test is earlier than 0:2.1.2-31.el5_2.1
          ovaloval:com.redhat.rhsa:tst:20080497112
        • commentsblim-gather-test is signed with Red Hat redhatrelease key
          ovaloval:com.redhat.rhsa:tst:20080497113
      • AND
        • commentsblim-cmpi-params is earlier than 0:1.2.6-31.el5_2.1
          ovaloval:com.redhat.rhsa:tst:20080497114
        • commentsblim-cmpi-params is signed with Red Hat redhatrelease key
          ovaloval:com.redhat.rhsa:tst:20080497115
      • AND
        • commentsblim-cmpi-sysfs-test is earlier than 0:1.1.9-31.el5_2.1
          ovaloval:com.redhat.rhsa:tst:20080497116
        • commentsblim-cmpi-sysfs-test is signed with Red Hat redhatrelease key
          ovaloval:com.redhat.rhsa:tst:20080497117
      • AND
        • commentsblim-cim-client-javadoc is earlier than 0:1-31.el5_2.1
          ovaloval:com.redhat.rhsa:tst:20080497118
        • commentsblim-cim-client-javadoc is signed with Red Hat redhatrelease key
          ovaloval:com.redhat.rhsa:tst:20080497119
      • AND
        • commentsblim-cmpi-nfsv3 is earlier than 0:1.0.14-31.el5_2.1
          ovaloval:com.redhat.rhsa:tst:20080497120
        • commentsblim-cmpi-nfsv3 is signed with Red Hat redhatrelease key
          ovaloval:com.redhat.rhsa:tst:20080497121
      • AND
        • commentsblim-cmpi-nfsv3-test is earlier than 0:1.0.14-31.el5_2.1
          ovaloval:com.redhat.rhsa:tst:20080497122
        • commentsblim-cmpi-nfsv3-test is signed with Red Hat redhatrelease key
          ovaloval:com.redhat.rhsa:tst:20080497123
      • AND
        • commentsblim-cim-client is earlier than 0:1.3.3-31.el5_2.1
          ovaloval:com.redhat.rhsa:tst:20080497124
        • commentsblim-cim-client is signed with Red Hat redhatrelease key
          ovaloval:com.redhat.rhsa:tst:20080497125
      • AND
        • commentsblim-cmpi-fsvol-devel is earlier than 0:1.4.4-31.el5_2.1
          ovaloval:com.redhat.rhsa:tst:20080497126
        • commentsblim-cmpi-fsvol-devel is signed with Red Hat redhatrelease key
          ovaloval:com.redhat.rhsa:tst:20080497127
rhsa
idRHSA-2008:0497
released2008-06-24
severityImportant
titleRHSA-2008:0497: sblim security update (Important)
rpms
  • sblim-cim-client-0:1.3.3-31.el5_2.1
  • sblim-cim-client-javadoc-0:1-31.el5_2.1
  • sblim-cim-client-manual-0:1-31.el5_2.1
  • sblim-cmpi-base-0:1.5.4-13a.el4_6.1
  • sblim-cmpi-base-0:1.5.5-31.el5_2.1
  • sblim-cmpi-base-devel-0:1.5.4-13a.el4_6.1
  • sblim-cmpi-base-devel-0:1.5.5-31.el5_2.1
  • sblim-cmpi-base-test-0:1.5.4-13a.el4_6.1
  • sblim-cmpi-base-test-0:1.5.5-31.el5_2.1
  • sblim-cmpi-devel-0:1.0.4-13a.el4_6.1
  • sblim-cmpi-devel-0:1.0.4-31.el5_2.1
  • sblim-cmpi-dns-0:0.5.2-31.el5_2.1
  • sblim-cmpi-dns-devel-0:1-31.el5_2.1
  • sblim-cmpi-dns-test-0:1-31.el5_2.1
  • sblim-cmpi-fsvol-0:1.4.3-13a.el4_6.1
  • sblim-cmpi-fsvol-0:1.4.4-31.el5_2.1
  • sblim-cmpi-fsvol-devel-0:1.4.3-13a.el4_6.1
  • sblim-cmpi-fsvol-devel-0:1.4.4-31.el5_2.1
  • sblim-cmpi-fsvol-test-0:1.4.3-13a.el4_6.1
  • sblim-cmpi-fsvol-test-0:1.4.4-31.el5_2.1
  • sblim-cmpi-network-0:1.3.7-13a.el4_6.1
  • sblim-cmpi-network-0:1.3.8-31.el5_2.1
  • sblim-cmpi-network-devel-0:1.3.7-13a.el4_6.1
  • sblim-cmpi-network-devel-0:1.3.8-31.el5_2.1
  • sblim-cmpi-network-test-0:1.3.7-13a.el4_6.1
  • sblim-cmpi-network-test-0:1.3.8-31.el5_2.1
  • sblim-cmpi-nfsv3-0:1.0.13-13a.el4_6.1
  • sblim-cmpi-nfsv3-0:1.0.14-31.el5_2.1
  • sblim-cmpi-nfsv3-test-0:1.0.13-13a.el4_6.1
  • sblim-cmpi-nfsv3-test-0:1.0.14-31.el5_2.1
  • sblim-cmpi-nfsv4-0:1.0.11-13a.el4_6.1
  • sblim-cmpi-nfsv4-0:1.0.12-31.el5_2.1
  • sblim-cmpi-nfsv4-test-0:1.0.11-13a.el4_6.1
  • sblim-cmpi-nfsv4-test-0:1.0.12-31.el5_2.1
  • sblim-cmpi-params-0:1.2.4-13a.el4_6.1
  • sblim-cmpi-params-0:1.2.6-31.el5_2.1
  • sblim-cmpi-params-test-0:1.2.4-13a.el4_6.1
  • sblim-cmpi-params-test-0:1.2.6-31.el5_2.1
  • sblim-cmpi-samba-0:0.5.2-31.el5_2.1
  • sblim-cmpi-samba-devel-0:1-31.el5_2.1
  • sblim-cmpi-samba-test-0:1-31.el5_2.1
  • sblim-cmpi-sysfs-0:1.1.8-13a.el4_6.1
  • sblim-cmpi-sysfs-0:1.1.9-31.el5_2.1
  • sblim-cmpi-sysfs-test-0:1.1.8-13a.el4_6.1
  • sblim-cmpi-sysfs-test-0:1.1.9-31.el5_2.1
  • sblim-cmpi-syslog-0:0.7.11-31.el5_2.1
  • sblim-cmpi-syslog-0:0.7.9-13a.el4_6.1
  • sblim-cmpi-syslog-test-0:0.7.11-31.el5_2.1
  • sblim-cmpi-syslog-test-0:0.7.9-13a.el4_6.1
  • sblim-debuginfo-0:1-13a.el4_6.1
  • sblim-debuginfo-0:1-31.el5_2.1
  • sblim-gather-0:2.1.1-13a.el4_6.1
  • sblim-gather-0:2.1.2-31.el5_2.1
  • sblim-gather-devel-0:2.1.1-13a.el4_6.1
  • sblim-gather-devel-0:2.1.2-31.el5_2.1
  • sblim-gather-provider-0:2.1.1-13a.el4_6.1
  • sblim-gather-provider-0:2.1.2-31.el5_2.1
  • sblim-gather-test-0:2.1.1-13a.el4_6.1
  • sblim-gather-test-0:2.1.2-31.el5_2.1
  • sblim-testsuite-0:1.2.4-13a.el4_6.1
  • sblim-testsuite-0:1.2.4-31.el5_2.1
  • sblim-tools-libra-0:0.2.3-31.el5_2.1
  • sblim-tools-libra-devel-0:0.2.3-31.el5_2.1
  • sblim-wbemcli-0:1.5.1-13a.el4_6.1
  • sblim-wbemcli-0:1.5.1-31.el5_2.1