Vulnerabilities > CVE-2013-0220 - Improper Restriction of Operations within the Bounds of a Memory Buffer vulnerability in Fedoraproject Sssd

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

Summary

The (1) sss_autofs_cmd_getautomntent and (2) sss_autofs_cmd_getautomntbyname function in responder/autofs/autofssrv_cmd.c and the (3) ssh_cmd_parse_request function in responder/ssh/sshsrv_cmd.c in System Security Services Daemon (SSSD) before 1.9.4 allow remote attackers to cause a denial of service (out-of-bounds read, crash, and restart) via a crafted SSSD packet.

Vulnerable Configurations

Part Description Count
Application
Fedoraproject
77

Common Attack Pattern Enumeration and Classification (CAPEC)

  • Buffer Overflow via Environment Variables
    This attack pattern involves causing a buffer overflow through manipulation of environment variables. Once the attacker finds that they can modify an environment variable, they may try to overflow associated buffers. This attack leverages implicit trust often placed in environment variables.
  • Overflow Buffers
    Buffer Overflow attacks target improper or missing bounds checking on buffer operations, typically triggered by input injected by an attacker. As a consequence, an attacker is able to write past the boundaries of allocated buffer regions in memory, causing a program crash or potentially redirection of execution as per the attackers' choice.
  • Client-side Injection-induced Buffer Overflow
    This type of attack exploits a buffer overflow vulnerability in targeted client software through injection of malicious content from a custom-built hostile service.
  • Filter Failure through Buffer Overflow
    In this attack, the idea is to cause an active filter to fail by causing an oversized transaction. An attacker may try to feed overly long input strings to the program in an attempt to overwhelm the filter (by causing a buffer overflow) and hoping that the filter does not fail securely (i.e. the user input is let into the system unfiltered).
  • MIME Conversion
    An attacker exploits a weakness in the MIME conversion routine to cause a buffer overflow and gain control over the mail server machine. The MIME system is designed to allow various different information formats to be interpreted and sent via e-mail. Attack points exist when data are converted to MIME compatible format and back.

Nessus

  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2013-0508.NASL
    descriptionUpdated sssd packages that fix two security issues, multiple bugs, and add various enhancements are now available for Red Hat Enterprise Linux 6. The Red Hat Security Response Team has rated this update as having low security impact. Common Vulnerability Scoring System (CVSS) base scores, which give detailed severity ratings, are available for each vulnerability from the CVE links in the References section. The System Security Services Daemon (SSSD) provides a set of daemons to manage access to remote directories and authentication mechanisms. It provides an NSS and PAM interface toward the system and a pluggable back-end system to connect to multiple different account sources. It is also the basis to provide client auditing and policy services for projects such as FreeIPA. A race condition was found in the way SSSD copied and removed user home directories. A local attacker who is able to write into the home directory of a different user who is being removed could use this flaw to perform symbolic link attacks, possibly allowing them to modify and delete arbitrary files with the privileges of the root user. (CVE-2013-0219) Multiple out-of-bounds memory read flaws were found in the way the autofs and SSH service responders parsed certain SSSD packets. An attacker could spend a specially crafted packet that, when processed by the autofs or SSH service responders, would cause SSSD to crash. This issue only caused a temporary denial of service, as SSSD was automatically restarted by the monitor process after the crash. (CVE-2013-0220) The CVE-2013-0219 and CVE-2013-0220 issues were discovered by Florian Weimer of the Red Hat Product Security Team. These updated sssd packages also include numerous bug fixes and enhancements. Space precludes documenting all of these changes in this advisory. Users are directed to the Red Hat Enterprise Linux 6.4 Technical Notes, linked to in the References, for information on the most significant of these changes. All SSSD users are advised to upgrade to these updated packages, which upgrade SSSD to upstream version 1.9 to correct these issues, fix these bugs and add these enhancements.
    last seen2020-06-01
    modified2020-06-02
    plugin id64758
    published2013-02-21
    reporterThis script is Copyright (C) 2013-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/64758
    titleRHEL 6 : sssd (RHSA-2013:0508)
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were  
    # extracted from Red Hat Security Advisory RHSA-2013:0508. The text 
    # itself is copyright (C) Red Hat, Inc.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(64758);
      script_version("1.18");
      script_cvs_date("Date: 2019/10/24 15:35:36");
    
      script_cve_id("CVE-2013-0219", "CVE-2013-0220");
      script_bugtraq_id(57539);
      script_xref(name:"RHSA", value:"2013:0508");
    
      script_name(english:"RHEL 6 : sssd (RHSA-2013:0508)");
      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 sssd packages that fix two security issues, multiple bugs, and
    add various enhancements are now available for Red Hat Enterprise
    Linux 6.
    
    The Red Hat Security Response Team has rated this update as having low
    security impact. Common Vulnerability Scoring System (CVSS) base
    scores, which give detailed severity ratings, are available for each
    vulnerability from the CVE links in the References section.
    
    The System Security Services Daemon (SSSD) provides a set of daemons
    to manage access to remote directories and authentication mechanisms.
    It provides an NSS and PAM interface toward the system and a pluggable
    back-end system to connect to multiple different account sources. It
    is also the basis to provide client auditing and policy services for
    projects such as FreeIPA.
    
    A race condition was found in the way SSSD copied and removed user
    home directories. A local attacker who is able to write into the home
    directory of a different user who is being removed could use this flaw
    to perform symbolic link attacks, possibly allowing them to modify and
    delete arbitrary files with the privileges of the root user.
    (CVE-2013-0219)
    
    Multiple out-of-bounds memory read flaws were found in the way the
    autofs and SSH service responders parsed certain SSSD packets. An
    attacker could spend a specially crafted packet that, when processed
    by the autofs or SSH service responders, would cause SSSD to crash.
    This issue only caused a temporary denial of service, as SSSD was
    automatically restarted by the monitor process after the crash.
    (CVE-2013-0220)
    
    The CVE-2013-0219 and CVE-2013-0220 issues were discovered by Florian
    Weimer of the Red Hat Product Security Team.
    
    These updated sssd packages also include numerous bug fixes and
    enhancements. Space precludes documenting all of these changes in this
    advisory. Users are directed to the Red Hat Enterprise Linux 6.4
    Technical Notes, linked to in the References, for information on the
    most significant of these changes.
    
    All SSSD users are advised to upgrade to these updated packages, which
    upgrade SSSD to upstream version 1.9 to correct these issues, fix
    these bugs and add these enhancements."
      );
      # https://access.redhat.com/knowledge/docs/en-US/Red_Hat_Enterprise_Linux/6/
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?b5caa05f"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/errata/RHSA-2013:0508"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2013-0219"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2013-0220"
      );
      script_set_attribute(attribute:"solution", value:"Update the affected packages.");
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:N/I:N/A:P");
      script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
      script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"false");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libipa_hbac");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libipa_hbac-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libipa_hbac-python");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libsss_autofs");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libsss_idmap");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libsss_idmap-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libsss_sudo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:libsss_sudo-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:sssd");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:sssd-client");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:sssd-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:sssd-tools");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:redhat:enterprise_linux:6");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2013/02/24");
      script_set_attribute(attribute:"patch_publication_date", value:"2013/02/21");
      script_set_attribute(attribute:"plugin_publication_date", value:"2013/02/21");
      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:"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:"^6([^0-9]|$)", string:os_ver)) audit(AUDIT_OS_NOT, "Red Hat 6.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-2013:0508";
      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:"RHEL6", reference:"libipa_hbac-1.9.2-82.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"libipa_hbac-devel-1.9.2-82.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"i686", reference:"libipa_hbac-python-1.9.2-82.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"s390x", reference:"libipa_hbac-python-1.9.2-82.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"x86_64", reference:"libipa_hbac-python-1.9.2-82.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"i686", reference:"libsss_autofs-1.9.2-82.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"s390x", reference:"libsss_autofs-1.9.2-82.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"x86_64", reference:"libsss_autofs-1.9.2-82.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"libsss_idmap-1.9.2-82.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"libsss_idmap-devel-1.9.2-82.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"i686", reference:"libsss_sudo-1.9.2-82.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"s390x", reference:"libsss_sudo-1.9.2-82.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"x86_64", reference:"libsss_sudo-1.9.2-82.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"libsss_sudo-devel-1.9.2-82.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"i686", reference:"sssd-1.9.2-82.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"s390x", reference:"sssd-1.9.2-82.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"x86_64", reference:"sssd-1.9.2-82.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"sssd-client-1.9.2-82.el6")) flag++;
      if (rpm_check(release:"RHEL6", reference:"sssd-debuginfo-1.9.2-82.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"i686", reference:"sssd-tools-1.9.2-82.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"s390x", reference:"sssd-tools-1.9.2-82.el6")) flag++;
      if (rpm_check(release:"RHEL6", cpu:"x86_64", reference:"sssd-tools-1.9.2-82.el6")) 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, "libipa_hbac / libipa_hbac-devel / libipa_hbac-python / etc");
      }
    }
    
  • NASL familyOracle Linux Local Security Checks
    NASL idORACLELINUX_ELSA-2013-0508.NASL
    descriptionFrom Red Hat Security Advisory 2013:0508 : Updated sssd packages that fix two security issues, multiple bugs, and add various enhancements are now available for Red Hat Enterprise Linux 6. The Red Hat Security Response Team has rated this update as having low security impact. Common Vulnerability Scoring System (CVSS) base scores, which give detailed severity ratings, are available for each vulnerability from the CVE links in the References section. The System Security Services Daemon (SSSD) provides a set of daemons to manage access to remote directories and authentication mechanisms. It provides an NSS and PAM interface toward the system and a pluggable back-end system to connect to multiple different account sources. It is also the basis to provide client auditing and policy services for projects such as FreeIPA. A race condition was found in the way SSSD copied and removed user home directories. A local attacker who is able to write into the home directory of a different user who is being removed could use this flaw to perform symbolic link attacks, possibly allowing them to modify and delete arbitrary files with the privileges of the root user. (CVE-2013-0219) Multiple out-of-bounds memory read flaws were found in the way the autofs and SSH service responders parsed certain SSSD packets. An attacker could spend a specially crafted packet that, when processed by the autofs or SSH service responders, would cause SSSD to crash. This issue only caused a temporary denial of service, as SSSD was automatically restarted by the monitor process after the crash. (CVE-2013-0220) The CVE-2013-0219 and CVE-2013-0220 issues were discovered by Florian Weimer of the Red Hat Product Security Team. These updated sssd packages also include numerous bug fixes and enhancements. Space precludes documenting all of these changes in this advisory. Users are directed to the Red Hat Enterprise Linux 6.4 Technical Notes, linked to in the References, for information on the most significant of these changes. All SSSD users are advised to upgrade to these updated packages, which upgrade SSSD to upstream version 1.9 to correct these issues, fix these bugs and add these enhancements.
    last seen2020-06-01
    modified2020-06-02
    plugin id68747
    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/68747
    titleOracle Linux 6 : sssd (ELSA-2013-0508)
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were
    # extracted from Red Hat Security Advisory RHSA-2013:0508 and 
    # Oracle Linux Security Advisory ELSA-2013-0508 respectively.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(68747);
      script_version("1.7");
      script_cvs_date("Date: 2019/09/30 10:58:18");
    
      script_cve_id("CVE-2013-0219", "CVE-2013-0220");
      script_bugtraq_id(57539);
      script_xref(name:"RHSA", value:"2013:0508");
    
      script_name(english:"Oracle Linux 6 : sssd (ELSA-2013-0508)");
      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 2013:0508 :
    
    Updated sssd packages that fix two security issues, multiple bugs, and
    add various enhancements are now available for Red Hat Enterprise
    Linux 6.
    
    The Red Hat Security Response Team has rated this update as having low
    security impact. Common Vulnerability Scoring System (CVSS) base
    scores, which give detailed severity ratings, are available for each
    vulnerability from the CVE links in the References section.
    
    The System Security Services Daemon (SSSD) provides a set of daemons
    to manage access to remote directories and authentication mechanisms.
    It provides an NSS and PAM interface toward the system and a pluggable
    back-end system to connect to multiple different account sources. It
    is also the basis to provide client auditing and policy services for
    projects such as FreeIPA.
    
    A race condition was found in the way SSSD copied and removed user
    home directories. A local attacker who is able to write into the home
    directory of a different user who is being removed could use this flaw
    to perform symbolic link attacks, possibly allowing them to modify and
    delete arbitrary files with the privileges of the root user.
    (CVE-2013-0219)
    
    Multiple out-of-bounds memory read flaws were found in the way the
    autofs and SSH service responders parsed certain SSSD packets. An
    attacker could spend a specially crafted packet that, when processed
    by the autofs or SSH service responders, would cause SSSD to crash.
    This issue only caused a temporary denial of service, as SSSD was
    automatically restarted by the monitor process after the crash.
    (CVE-2013-0220)
    
    The CVE-2013-0219 and CVE-2013-0220 issues were discovered by Florian
    Weimer of the Red Hat Product Security Team.
    
    These updated sssd packages also include numerous bug fixes and
    enhancements. Space precludes documenting all of these changes in this
    advisory. Users are directed to the Red Hat Enterprise Linux 6.4
    Technical Notes, linked to in the References, for information on the
    most significant of these changes.
    
    All SSSD users are advised to upgrade to these updated packages, which
    upgrade SSSD to upstream version 1.9 to correct these issues, fix
    these bugs and add these enhancements."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://oss.oracle.com/pipermail/el-errata/2013-February/003295.html"
      );
      script_set_attribute(attribute:"solution", value:"Update the affected sssd packages.");
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:N/I:N/A:P");
      script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
      script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"false");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:libipa_hbac");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:libipa_hbac-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:libipa_hbac-python");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:libsss_autofs");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:libsss_idmap");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:libsss_idmap-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:libsss_sudo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:libsss_sudo-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:sssd");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:sssd-client");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:sssd-tools");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:oracle:linux:6");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2013/02/24");
      script_set_attribute(attribute:"patch_publication_date", value:"2013/02/28");
      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:"^6([^0-9]|$)", string:os_ver)) audit(AUDIT_OS_NOT, "Oracle Linux 6", "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 && cpu !~ "^i[3-6]86$") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "Oracle Linux", cpu);
    
    flag = 0;
    if (rpm_check(release:"EL6", reference:"libipa_hbac-1.9.2-82.el6")) flag++;
    if (rpm_check(release:"EL6", reference:"libipa_hbac-devel-1.9.2-82.el6")) flag++;
    if (rpm_check(release:"EL6", reference:"libipa_hbac-python-1.9.2-82.el6")) flag++;
    if (rpm_check(release:"EL6", reference:"libsss_autofs-1.9.2-82.el6")) flag++;
    if (rpm_check(release:"EL6", reference:"libsss_idmap-1.9.2-82.el6")) flag++;
    if (rpm_check(release:"EL6", reference:"libsss_idmap-devel-1.9.2-82.el6")) flag++;
    if (rpm_check(release:"EL6", reference:"libsss_sudo-1.9.2-82.el6")) flag++;
    if (rpm_check(release:"EL6", reference:"libsss_sudo-devel-1.9.2-82.el6")) flag++;
    if (rpm_check(release:"EL6", reference:"sssd-1.9.2-82.el6")) flag++;
    if (rpm_check(release:"EL6", reference:"sssd-client-1.9.2-82.el6")) flag++;
    if (rpm_check(release:"EL6", reference:"sssd-tools-1.9.2-82.el6")) 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, "libipa_hbac / libipa_hbac-devel / libipa_hbac-python / etc");
    }
    
  • NASL familyScientific Linux Local Security Checks
    NASL idSL_20130221_SSSD_ON_SL6_X.NASL
    descriptionA race condition was found in the way SSSD copied and removed user home directories. A local attacker who is able to write into the home directory of a different user who is being removed could use this flaw to perform symbolic link attacks, possibly allowing them to modify and delete arbitrary files with the privileges of the root user. (CVE-2013-0219) Multiple out-of-bounds memory read flaws were found in the way the autofs and SSH service responders parsed certain SSSD packets. An attacker could spend a specially crafted packet that, when processed by the autofs or SSH service responders, would cause SSSD to crash. This issue only caused a temporary denial of service, as SSSD was automatically restarted by the monitor process after the crash. (CVE-2013-0220)
    last seen2020-03-18
    modified2013-03-05
    plugin id65016
    published2013-03-05
    reporterThis script is Copyright (C) 2013-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/65016
    titleScientific Linux Security Update : sssd on SL6.x i386/x86_64 (20130221)
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text is (C) Scientific Linux.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(65016);
      script_version("1.4");
      script_set_attribute(attribute:"plugin_modification_date", value:"2020/02/27");
    
      script_cve_id("CVE-2013-0219", "CVE-2013-0220");
    
      script_name(english:"Scientific Linux Security Update : sssd on SL6.x i386/x86_64 (20130221)");
      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:
    "A race condition was found in the way SSSD copied and removed user
    home directories. A local attacker who is able to write into the home
    directory of a different user who is being removed could use this flaw
    to perform symbolic link attacks, possibly allowing them to modify and
    delete arbitrary files with the privileges of the root user.
    (CVE-2013-0219)
    
    Multiple out-of-bounds memory read flaws were found in the way the
    autofs and SSH service responders parsed certain SSSD packets. An
    attacker could spend a specially crafted packet that, when processed
    by the autofs or SSH service responders, would cause SSSD to crash.
    This issue only caused a temporary denial of service, as SSSD was
    automatically restarted by the monitor process after the crash.
    (CVE-2013-0220)"
      );
      # https://listserv.fnal.gov/scripts/wa.exe?A2=ind1303&L=scientific-linux-errata&T=0&P=579
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?4ba2e624"
      );
      script_set_attribute(attribute:"solution", value:"Update the affected packages.");
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:N/I:N/A:P");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fermilab:scientific_linux:libipa_hbac");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fermilab:scientific_linux:libipa_hbac-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fermilab:scientific_linux:libipa_hbac-python");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fermilab:scientific_linux:libsss_autofs");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fermilab:scientific_linux:libsss_idmap");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fermilab:scientific_linux:libsss_idmap-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fermilab:scientific_linux:libsss_sudo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fermilab:scientific_linux:libsss_sudo-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fermilab:scientific_linux:sssd");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fermilab:scientific_linux:sssd-client");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fermilab:scientific_linux:sssd-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fermilab:scientific_linux:sssd-tools");
      script_set_attribute(attribute:"cpe", value:"x-cpe:/o:fermilab:scientific_linux");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2013/02/24");
      script_set_attribute(attribute:"patch_publication_date", value:"2013/02/21");
      script_set_attribute(attribute:"plugin_publication_date", value:"2013/03/05");
      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-2020 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("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) || "Scientific Linux " >!< release) audit(AUDIT_HOST_NOT, "running Scientific Linux");
    os_ver = pregmatch(pattern: "Scientific Linux.*release ([0-9]+(\.[0-9]+)?)", string:release);
    if (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, "Scientific Linux");
    os_ver = os_ver[1];
    if (! preg(pattern:"^6([^0-9]|$)", string:os_ver)) audit(AUDIT_OS_NOT, "Scientific Linux 6.x", "Scientific 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 (cpu >!< "x86_64" && cpu !~ "^i[3-6]86$") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "Scientific Linux", cpu);
    
    
    flag = 0;
    if (rpm_check(release:"SL6", reference:"libipa_hbac-1.9.2-82.el6")) flag++;
    if (rpm_check(release:"SL6", reference:"libipa_hbac-devel-1.9.2-82.el6")) flag++;
    if (rpm_check(release:"SL6", reference:"libipa_hbac-python-1.9.2-82.el6")) flag++;
    if (rpm_check(release:"SL6", reference:"libsss_autofs-1.9.2-82.el6")) flag++;
    if (rpm_check(release:"SL6", reference:"libsss_idmap-1.9.2-82.el6")) flag++;
    if (rpm_check(release:"SL6", reference:"libsss_idmap-devel-1.9.2-82.el6")) flag++;
    if (rpm_check(release:"SL6", reference:"libsss_sudo-1.9.2-82.el6")) flag++;
    if (rpm_check(release:"SL6", reference:"libsss_sudo-devel-1.9.2-82.el6")) flag++;
    if (rpm_check(release:"SL6", reference:"sssd-1.9.2-82.el6")) flag++;
    if (rpm_check(release:"SL6", reference:"sssd-client-1.9.2-82.el6")) flag++;
    if (rpm_check(release:"SL6", reference:"sssd-debuginfo-1.9.2-82.el6")) flag++;
    if (rpm_check(release:"SL6", reference:"sssd-tools-1.9.2-82.el6")) 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, "libipa_hbac / libipa_hbac-devel / libipa_hbac-python / etc");
    }
    
  • NASL familyCentOS Local Security Checks
    NASL idCENTOS_RHSA-2013-0508.NASL
    descriptionUpdated sssd packages that fix two security issues, multiple bugs, and add various enhancements are now available for Red Hat Enterprise Linux 6. The Red Hat Security Response Team has rated this update as having low security impact. Common Vulnerability Scoring System (CVSS) base scores, which give detailed severity ratings, are available for each vulnerability from the CVE links in the References section. The System Security Services Daemon (SSSD) provides a set of daemons to manage access to remote directories and authentication mechanisms. It provides an NSS and PAM interface toward the system and a pluggable back-end system to connect to multiple different account sources. It is also the basis to provide client auditing and policy services for projects such as FreeIPA. A race condition was found in the way SSSD copied and removed user home directories. A local attacker who is able to write into the home directory of a different user who is being removed could use this flaw to perform symbolic link attacks, possibly allowing them to modify and delete arbitrary files with the privileges of the root user. (CVE-2013-0219) Multiple out-of-bounds memory read flaws were found in the way the autofs and SSH service responders parsed certain SSSD packets. An attacker could spend a specially crafted packet that, when processed by the autofs or SSH service responders, would cause SSSD to crash. This issue only caused a temporary denial of service, as SSSD was automatically restarted by the monitor process after the crash. (CVE-2013-0220) The CVE-2013-0219 and CVE-2013-0220 issues were discovered by Florian Weimer of the Red Hat Product Security Team. These updated sssd packages also include numerous bug fixes and enhancements. Space precludes documenting all of these changes in this advisory. Users are directed to the Red Hat Enterprise Linux 6.4 Technical Notes, linked to in the References, for information on the most significant of these changes. All SSSD users are advised to upgrade to these updated packages, which upgrade SSSD to upstream version 1.9 to correct these issues, fix these bugs and add these enhancements.
    last seen2020-06-01
    modified2020-06-02
    plugin id65142
    published2013-03-10
    reporterThis script is Copyright (C) 2013-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/65142
    titleCentOS 6 : sssd (CESA-2013:0508)
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were  
    # extracted from Red Hat Security Advisory RHSA-2013:0508 and 
    # CentOS Errata and Security Advisory 2013:0508 respectively.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(65142);
      script_version("1.10");
      script_cvs_date("Date: 2020/01/06");
    
      script_cve_id("CVE-2013-0219", "CVE-2013-0220");
      script_bugtraq_id(57539);
      script_xref(name:"RHSA", value:"2013:0508");
    
      script_name(english:"CentOS 6 : sssd (CESA-2013:0508)");
      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 sssd packages that fix two security issues, multiple bugs, and
    add various enhancements are now available for Red Hat Enterprise
    Linux 6.
    
    The Red Hat Security Response Team has rated this update as having low
    security impact. Common Vulnerability Scoring System (CVSS) base
    scores, which give detailed severity ratings, are available for each
    vulnerability from the CVE links in the References section.
    
    The System Security Services Daemon (SSSD) provides a set of daemons
    to manage access to remote directories and authentication mechanisms.
    It provides an NSS and PAM interface toward the system and a pluggable
    back-end system to connect to multiple different account sources. It
    is also the basis to provide client auditing and policy services for
    projects such as FreeIPA.
    
    A race condition was found in the way SSSD copied and removed user
    home directories. A local attacker who is able to write into the home
    directory of a different user who is being removed could use this flaw
    to perform symbolic link attacks, possibly allowing them to modify and
    delete arbitrary files with the privileges of the root user.
    (CVE-2013-0219)
    
    Multiple out-of-bounds memory read flaws were found in the way the
    autofs and SSH service responders parsed certain SSSD packets. An
    attacker could spend a specially crafted packet that, when processed
    by the autofs or SSH service responders, would cause SSSD to crash.
    This issue only caused a temporary denial of service, as SSSD was
    automatically restarted by the monitor process after the crash.
    (CVE-2013-0220)
    
    The CVE-2013-0219 and CVE-2013-0220 issues were discovered by Florian
    Weimer of the Red Hat Product Security Team.
    
    These updated sssd packages also include numerous bug fixes and
    enhancements. Space precludes documenting all of these changes in this
    advisory. Users are directed to the Red Hat Enterprise Linux 6.4
    Technical Notes, linked to in the References, for information on the
    most significant of these changes.
    
    All SSSD users are advised to upgrade to these updated packages, which
    upgrade SSSD to upstream version 1.9 to correct these issues, fix
    these bugs and add these enhancements."
      );
      # https://lists.centos.org/pipermail/centos-announce/2013-March/019515.html
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?0f361646"
      );
      # https://lists.centos.org/pipermail/centos-cr-announce/2013-February/000707.html
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?38ff20bf"
      );
      script_set_attribute(attribute:"solution", value:"Update the affected sssd packages.");
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:N/I:N/A:P");
      script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
      script_set_attribute(attribute:"cvss_score_source", value:"CVE-2013-0220");
      script_set_attribute(attribute:"exploitability_ease", value:"No known exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"false");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:libipa_hbac");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:libipa_hbac-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:libipa_hbac-python");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:libsss_autofs");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:libsss_idmap");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:libsss_idmap-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:libsss_sudo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:libsss_sudo-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:sssd");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:sssd-client");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:centos:centos:sssd-tools");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:centos:centos:6");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2013/02/24");
      script_set_attribute(attribute:"patch_publication_date", value:"2013/03/08");
      script_set_attribute(attribute:"plugin_publication_date", value:"2013/03/10");
      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-2020 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:"^6([^0-9]|$)", string:os_ver)) audit(AUDIT_OS_NOT, "CentOS 6.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 && cpu !~ "^i[3-6]86$") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "CentOS", cpu);
    
    
    flag = 0;
    if (rpm_check(release:"CentOS-6", reference:"libipa_hbac-1.9.2-82.el6")) flag++;
    if (rpm_check(release:"CentOS-6", reference:"libipa_hbac-devel-1.9.2-82.el6")) flag++;
    if (rpm_check(release:"CentOS-6", reference:"libipa_hbac-python-1.9.2-82.el6")) flag++;
    if (rpm_check(release:"CentOS-6", reference:"libsss_autofs-1.9.2-82.el6")) flag++;
    if (rpm_check(release:"CentOS-6", reference:"libsss_idmap-1.9.2-82.el6")) flag++;
    if (rpm_check(release:"CentOS-6", reference:"libsss_idmap-devel-1.9.2-82.el6")) flag++;
    if (rpm_check(release:"CentOS-6", reference:"libsss_sudo-1.9.2-82.el6")) flag++;
    if (rpm_check(release:"CentOS-6", reference:"libsss_sudo-devel-1.9.2-82.el6")) flag++;
    if (rpm_check(release:"CentOS-6", reference:"sssd-1.9.2-82.el6")) flag++;
    if (rpm_check(release:"CentOS-6", reference:"sssd-client-1.9.2-82.el6")) flag++;
    if (rpm_check(release:"CentOS-6", reference:"sssd-tools-1.9.2-82.el6")) flag++;
    
    
    if (flag)
    {
      cr_plugin_caveat = '\n' +
        'NOTE: The security advisory associated with this vulnerability has a\n' +
        'fixed package version that may only be available in the continuous\n' +
        'release (CR) repository for CentOS, until it is present in the next\n' +
        'point release of CentOS.\n\n' +
    
        'If an equal or higher package level does not exist in the baseline\n' +
        'repository for your major version of CentOS, then updates from the CR\n' +
        'repository will need to be applied in order to address the\n' +
        'vulnerability.\n';
      security_report_v4(
        port       : 0,
        severity   : SECURITY_WARNING,
        extra      : rpm_report_get() + cr_plugin_caveat
      );
      exit(0);
    }
    else
    {
      tested = pkg_tests_get();
      if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
      else audit(AUDIT_PACKAGE_NOT_INSTALLED, "libipa_hbac / libipa_hbac-devel / libipa_hbac-python / etc");
    }
    
  • NASL familyFedora Local Security Checks
    NASL idFEDORA_2013-1826.NASL
    descriptionA rebase to the latest LTM upstream relase that fixes CVE-2013-0220 and CVE-2013-0219 Note that Tenable Network Security has extracted the preceding description block directly from the Fedora security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-03-17
    modified2013-02-13
    plugin id64602
    published2013-02-13
    reporterThis script is Copyright (C) 2013-2020 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/64602
    titleFedora 17 : sssd-1.8.6-1.fc17 (2013-1826)
  • NASL familyFedora Local Security Checks
    NASL idFEDORA_2013-1795.NASL
    descriptionA rebase to the latest LTM upstream relase that fixes CVE-2013-0220 and CVE-2013-0219. Also fixes recreating the Kerberos cache when any part of the ccache directory is gone. Note that Tenable Network Security has extracted the preceding description block directly from the Fedora security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-03-17
    modified2013-02-11
    plugin id64545
    published2013-02-11
    reporterThis script is Copyright (C) 2013-2020 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/64545
    titleFedora 18 : sssd-1.9.4-2.fc18 (2013-1795)

Redhat

advisories
bugzilla
id902716
titleRule mismatch isn't noticed before smart refresh on ppc64 and s390x
oval
OR
  • commentRed Hat Enterprise Linux must be installed
    ovaloval:com.redhat.rhba:tst:20070304026
  • AND
    • commentRed Hat Enterprise Linux 6 is installed
      ovaloval:com.redhat.rhba:tst:20111656003
    • OR
      • AND
        • commentlibsss_sudo is earlier than 0:1.9.2-82.el6
          ovaloval:com.redhat.rhsa:tst:20130508001
        • commentlibsss_sudo is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20130508002
      • AND
        • commentsssd is earlier than 0:1.9.2-82.el6
          ovaloval:com.redhat.rhsa:tst:20130508003
        • commentsssd is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20141375008
      • AND
        • commentlibipa_hbac-python is earlier than 0:1.9.2-82.el6
          ovaloval:com.redhat.rhsa:tst:20130508005
        • commentlibipa_hbac-python is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20141375026
      • AND
        • commentlibsss_idmap is earlier than 0:1.9.2-82.el6
          ovaloval:com.redhat.rhsa:tst:20130508007
        • commentlibsss_idmap is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20141375006
      • AND
        • commentsssd-client is earlier than 0:1.9.2-82.el6
          ovaloval:com.redhat.rhsa:tst:20130508009
        • commentsssd-client is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20141375024
      • AND
        • commentlibsss_autofs is earlier than 0:1.9.2-82.el6
          ovaloval:com.redhat.rhsa:tst:20130508011
        • commentlibsss_autofs is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20130508012
      • AND
        • commentlibipa_hbac is earlier than 0:1.9.2-82.el6
          ovaloval:com.redhat.rhsa:tst:20130508013
        • commentlibipa_hbac is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20141375010
      • AND
        • commentlibipa_hbac-devel is earlier than 0:1.9.2-82.el6
          ovaloval:com.redhat.rhsa:tst:20130508015
        • commentlibipa_hbac-devel is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20141375040
      • AND
        • commentlibsss_sudo-devel is earlier than 0:1.9.2-82.el6
          ovaloval:com.redhat.rhsa:tst:20130508017
        • commentlibsss_sudo-devel is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20130508018
      • AND
        • commentsssd-tools is earlier than 0:1.9.2-82.el6
          ovaloval:com.redhat.rhsa:tst:20130508019
        • commentsssd-tools is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20141375032
      • AND
        • commentlibsss_idmap-devel is earlier than 0:1.9.2-82.el6
          ovaloval:com.redhat.rhsa:tst:20130508021
        • commentlibsss_idmap-devel is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhba:tst:20141375036
rhsa
idRHSA-2013:0508
released2013-02-20
severityLow
titleRHSA-2013:0508: sssd security, bug fix and enhancement update (Low)
rpms
  • libipa_hbac-0:1.9.2-82.el6
  • libipa_hbac-devel-0:1.9.2-82.el6
  • libipa_hbac-python-0:1.9.2-82.el6
  • libsss_autofs-0:1.9.2-82.el6
  • libsss_idmap-0:1.9.2-82.el6
  • libsss_idmap-devel-0:1.9.2-82.el6
  • libsss_sudo-0:1.9.2-82.el6
  • libsss_sudo-devel-0:1.9.2-82.el6
  • sssd-0:1.9.2-82.el6
  • sssd-client-0:1.9.2-82.el6
  • sssd-debuginfo-0:1.9.2-82.el6
  • sssd-tools-0:1.9.2-82.el6