Vulnerabilities > CVE-2014-8118 - Numeric Errors vulnerability in RPM

047910
CVSS 0.0 - NONE
Attack vector
UNKNOWN
Attack complexity
UNKNOWN
Privileges required
UNKNOWN
Confidentiality impact
UNKNOWN
Integrity impact
UNKNOWN
Availability impact
UNKNOWN
rpm
CWE-189
nessus

Summary

Integer overflow in RPM 4.12 and earlier allows remote attackers to execute arbitrary code via a crafted CPIO header in the payload section of an RPM file, which triggers a stack-based buffer overflow.

Vulnerable Configurations

Part Description Count
Application
Rpm
148

Common Weakness Enumeration (CWE)

Nessus

  • NASL familyMandriva Local Security Checks
    NASL idMANDRIVA_MDVSA-2015-056.NASL
    descriptionUpdated rpm packages fix security vulnerabilities : It was found that RPM wrote file contents to the target installation directory under a temporary name, and verified its cryptographic signature only after the temporary file has been written completely. Under certain conditions, the system interprets the unverified temporary file contents and extracts commands from it. This could allow an attacker to modify signed RPM files in such a way that they would execute code chosen by the attacker during package installation (CVE-2013-6435). It was found that RPM could encounter an integer overflow, leading to a stack-based buffer overflow, while parsing a crafted CPIO header in the payload section of an RPM file. This could allow an attacker to modify signed RPM files in such a way that they would execute code chosen by the attacker during package installation (CVE-2014-8118).
    last seen2020-06-01
    modified2020-06-02
    plugin id81939
    published2015-03-19
    reporterThis script is Copyright (C) 2015-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/81939
    titleMandriva Linux Security Advisory : rpm (MDVSA-2015:056)
    code
    #%NASL_MIN_LEVEL 80502
    
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were  
    # extracted from Mandriva Linux Security Advisory MDVSA-2015:056. 
    # The text itself is copyright (C) Mandriva S.A.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(81939);
      script_version("1.3");
      script_cvs_date("Date: 2019/08/02 13:32:56");
    
      script_cve_id("CVE-2013-6435", "CVE-2014-8118");
      script_xref(name:"MDVSA", value:"2015:056");
    
      script_name(english:"Mandriva Linux Security Advisory : rpm (MDVSA-2015:056)");
      script_summary(english:"Checks rpm output for the updated packages");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:
    "The remote Mandriva Linux host is missing one or more security
    updates."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "Updated rpm packages fix security vulnerabilities :
    
    It was found that RPM wrote file contents to the target installation
    directory under a temporary name, and verified its cryptographic
    signature only after the temporary file has been written completely.
    Under certain conditions, the system interprets the unverified
    temporary file contents and extracts commands from it. This could
    allow an attacker to modify signed RPM files in such a way that they
    would execute code chosen by the attacker during package installation
    (CVE-2013-6435).
    
    It was found that RPM could encounter an integer overflow, leading to
    a stack-based buffer overflow, while parsing a crafted CPIO header in
    the payload section of an RPM file. This could allow an attacker to
    modify signed RPM files in such a way that they would execute code
    chosen by the attacker during package installation (CVE-2014-8118)."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"http://advisories.mageia.org/MGASA-2014-0529.html"
      );
      script_set_attribute(attribute:"solution", value:"Update the affected packages.");
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C");
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:lib64rpm-devel");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:lib64rpm3");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:lib64rpmbuild3");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:lib64rpmsign3");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:python-rpm");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:rpm");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:rpm-build");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:mandriva:linux:rpm-sign");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:mandriva:business_server:2");
    
      script_set_attribute(attribute:"patch_publication_date", value:"2015/03/09");
      script_set_attribute(attribute:"plugin_publication_date", value:"2015/03/19");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2015-2019 Tenable Network Security, Inc.");
      script_family(english:"Mandriva Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/cpu", "Host/Mandrake/release", "Host/Mandrake/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/Mandrake/release")) audit(AUDIT_OS_NOT, "Mandriva / Mandake Linux");
    if (!get_kb_item("Host/Mandrake/rpm-list")) audit(AUDIT_PACKAGE_LIST_MISSING);
    
    cpu = get_kb_item("Host/cpu");
    if (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);
    if (cpu !~ "^(amd64|i[3-6]86|x86_64)$") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "Mandriva / Mandrake Linux", cpu);
    
    
    flag = 0;
    if (rpm_check(release:"MDK-MBS2", cpu:"x86_64", reference:"lib64rpm-devel-4.11.1-14.1.mbs2")) flag++;
    if (rpm_check(release:"MDK-MBS2", cpu:"x86_64", reference:"lib64rpm3-4.11.1-14.1.mbs2")) flag++;
    if (rpm_check(release:"MDK-MBS2", cpu:"x86_64", reference:"lib64rpmbuild3-4.11.1-14.1.mbs2")) flag++;
    if (rpm_check(release:"MDK-MBS2", cpu:"x86_64", reference:"lib64rpmsign3-4.11.1-14.1.mbs2")) flag++;
    if (rpm_check(release:"MDK-MBS2", cpu:"x86_64", reference:"python-rpm-4.11.1-14.1.mbs2")) flag++;
    if (rpm_check(release:"MDK-MBS2", cpu:"x86_64", reference:"rpm-4.11.1-14.1.mbs2")) flag++;
    if (rpm_check(release:"MDK-MBS2", cpu:"x86_64", reference:"rpm-build-4.11.1-14.1.mbs2")) flag++;
    if (rpm_check(release:"MDK-MBS2", cpu:"x86_64", reference:"rpm-sign-4.11.1-14.1.mbs2")) flag++;
    
    
    if (flag)
    {
      if (report_verbosity > 0) security_hole(port:0, extra:rpm_report_get());
      else security_hole(0);
      exit(0);
    }
    else audit(AUDIT_HOST_NOT, "affected");
    
  • NASL familyDebian Local Security Checks
    NASL idDEBIAN_DSA-3129.NASL
    descriptionTwo vulnerabilities have been discovered in the RPM package manager. - CVE-2013-6435 Florian Weimer discovered a race condition in package signature validation. - CVE-2014-8118 Florian Weimer discovered an integer overflow in parsing CPIO headers which might result in the execution of arbitrary code.
    last seen2020-03-17
    modified2015-01-19
    plugin id80573
    published2015-01-19
    reporterThis script is Copyright (C) 2015-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/80573
    titleDebian DSA-3129-1 : rpm - security update
  • NASL familySuSE Local Security Checks
    NASL idSUSE_11_POPT-141215.NASL
    descriptionThis rpm update fixes the following security and non security issues. - check for bad invalid name sizes. (CVE-2014-8118). (bnc#908128) - create files with mode 0. (CVE-2013-6435). (bnc#906803) - honor --noglob in install mode. (bnc#892431)
    last seen2020-06-05
    modified2014-12-26
    plugin id80252
    published2014-12-26
    reporterThis script is Copyright (C) 2014-2020 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/80252
    titleSuSE 11.3 Security Update : popt (SAT Patch Number 10097)
  • NASL familyCentOS Local Security Checks
    NASL idCENTOS_RHSA-2014-1976.NASL
    descriptionUpdated rpm packages that fix two security issues are now available for Red Hat Enterprise Linux 7. Red Hat Product Security has rated this update as having Important 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 RPM Package Manager (RPM) is a powerful command line driven package management system capable of installing, uninstalling, verifying, querying, and updating software packages. Each software package consists of an archive of files along with information about the package such as its version, description, and other information. It was found that RPM wrote file contents to the target installation directory under a temporary name, and verified its cryptographic signature only after the temporary file has been written completely. Under certain conditions, the system interprets the unverified temporary file contents and extracts commands from it. This could allow an attacker to modify signed RPM files in such a way that they would execute code chosen by the attacker during package installation. (CVE-2013-6435) It was found that RPM could encounter an integer overflow, leading to a stack-based buffer overflow, while parsing a crafted CPIO header in the payload section of an RPM file. This could allow an attacker to modify signed RPM files in such a way that they would execute code chosen by the attacker during package installation. (CVE-2014-8118) These issues were discovered by Florian Weimer of Red Hat Product Security. All rpm users are advised to upgrade to these updated packages, which contain backported patches to correct these issues. All running applications linked against the RPM library must be restarted for this update to take effect.
    last seen2020-06-01
    modified2020-06-02
    plugin id79877
    published2014-12-15
    reporterThis script is Copyright (C) 2014-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/79877
    titleCentOS 7 : rpm (CESA-2014:1976)
  • NASL familyFedora Local Security Checks
    NASL idFEDORA_2014-16838.NASL
    description - Add check against malicious CPIO file name size - Fix race condidition where unchecked data is exposed in the file system 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
    modified2014-12-30
    plugin id80288
    published2014-12-30
    reporterThis script is Copyright (C) 2014-2020 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/80288
    titleFedora 20 : rpm-4.11.3-2.fc20 (2014-16838)
  • NASL familyScientific Linux Local Security Checks
    NASL idSL_20141209_RPM_ON_SL7_X.NASL
    descriptionIt was found that RPM wrote file contents to the target installation directory under a temporary name, and verified its cryptographic signature only after the temporary file has been written completely. Under certain conditions, the system interprets the unverified temporary file contents and extracts commands from it. This could allow an attacker to modify signed RPM files in such a way that they would execute code chosen by the attacker during package installation. (CVE-2013-6435) It was found that RPM could encounter an integer overflow, leading to a stack-based buffer overflow, while parsing a crafted CPIO header in the payload section of an RPM file. This could allow an attacker to modify signed RPM files in such a way that they would execute code chosen by the attacker during package installation. (CVE-2014-8118) All running applications linked against the RPM library must be restarted for this update to take effect.
    last seen2020-03-18
    modified2014-12-15
    plugin id80016
    published2014-12-15
    reporterThis script is Copyright (C) 2014-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/80016
    titleScientific Linux Security Update : rpm on SL7.x x86_64 (20141209)
  • NASL familyFedora Local Security Checks
    NASL idFEDORA_2014-16890.NASL
    description - Add check against malicious CPIO file name size - Fix race condidition where unchecked data is exposed in the file system 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
    modified2014-12-17
    plugin id80065
    published2014-12-17
    reporterThis script is Copyright (C) 2014-2020 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/80065
    titleFedora 21 : rpm-4.12.0.1-4.fc21 (2014-16890)
  • NASL familySuSE Local Security Checks
    NASL idOPENSUSE-2014-816.NASL
    descriptionThis rpm update fixes the following security and non security issues : - honor --noglob in install mode [bnc#892431] - check for bad invalid name sizes [bnc#908128] [CVE-2014-8118] - create files with mode 0 [bnc#906803] [CVE-2013-6435] This update also includes version updates of rpm-python and python3-rpm.
    last seen2020-06-05
    modified2014-12-29
    plugin id80276
    published2014-12-29
    reporterThis script is Copyright (C) 2014-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/80276
    titleopenSUSE Security Update : python3-rpm / rpm / rpm-python (openSUSE-SU-2014:1716-1)
  • NASL familyMandriva Local Security Checks
    NASL idMANDRIVA_MDVSA-2014-251.NASL
    descriptionUpdated rpm packages fix security vulnerabilities : It was found that RPM wrote file contents to the target installation directory under a temporary name, and verified its cryptographic signature only after the temporary file has been written completely. Under certain conditions, the system interprets the unverified temporary file contents and extracts commands from it. This could allow an attacker to modify signed RPM files in such a way that they would execute code chosen by the attacker during package installation (CVE-2013-6435). It was found that RPM could encounter an integer overflow, leading to a stack-based buffer overflow, while parsing a crafted CPIO header in the payload section of an RPM file. This could allow an attacker to modify signed RPM files in such a way that they would execute code chosen by the attacker during package installation (CVE-2014-8118).
    last seen2020-06-01
    modified2020-06-02
    plugin id79996
    published2014-12-15
    reporterThis script is Copyright (C) 2014-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/79996
    titleMandriva Linux Security Advisory : rpm (MDVSA-2014:251)
  • NASL familyGentoo Local Security Checks
    NASL idGENTOO_GLSA-201811-22.NASL
    descriptionThe remote host is affected by the vulnerability described in GLSA-201811-22 (RPM: Multiple vulnerabilities) Multiple vulnerabilities have been discovered in RPM. Please review the CVE identifiers referenced below for details. Impact : A remote attacker, by enticing the user to process a specially crafted RPM file, could escalate privileges, execute arbitrary code, or cause a Denial of Service condition. Workaround : There is no known workaround at this time.
    last seen2020-06-01
    modified2020-06-02
    plugin id119276
    published2018-11-29
    reporterThis script is Copyright (C) 2018 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/119276
    titleGLSA-201811-22 : RPM: Multiple vulnerabilities
  • NASL familyDebian Local Security Checks
    NASL idDEBIAN_DLA-140.NASL
    descriptionSeveral vulnerabilities have been fixed in rpm : CVE-2014-8118 Fix integer overflow which allowed remote attackers to execute arbitrary code. CVE-2013-6435 Prevent remote attackers from executing arbitrary code via crafted RPM files. CVE-2012-0815 Fix denial of service and possible code execution via negative value in region offset in crafted RPM files. CVE-2012-0060 and CVE-2012-0061 Prevent denial of service (crash) and possibly execute arbitrary code execution via an invalid region tag in RPM files. We recommend that you upgrade your rpm packages. NOTE: Tenable Network Security has extracted the preceding description block directly from the DLA security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-03-17
    modified2015-03-26
    plugin id82123
    published2015-03-26
    reporterThis script is Copyright (C) 2015-2020 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/82123
    titleDebian DLA-140-1 : rpm security update
  • NASL familyAmazon Linux Local Security Checks
    NASL idALA_ALAS-2014-458.NASL
    descriptionIt was found that RPM could encounter an integer overflow, leading to a stack-based overflow, while parsing a crafted CPIO header in the payload section of an RPM file. This could allow an attacker to modify signed RPM files in such a way that they would execute code chosen by the attacker during package installation. (CVE-2014-8118) It was found that RPM wrote file contents to the target installation directory under a temporary name, and verified its cryptographic signature only after the temporary file has been written completely. Under certain conditions, the system interprets the unverified temporary file contents and extracts commands from it. This could allow an attacker to modify signed RPM files in such a way that they would execute code chosen by the attacker during package installation. Red Hat has published an excellent analysis of this issue. (CVE-2013-6435)
    last seen2020-06-01
    modified2020-06-02
    plugin id79842
    published2014-12-10
    reporterThis script is Copyright (C) 2014-2018 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/79842
    titleAmazon Linux AMI : rpm (ALAS-2014-458)
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2014-1976.NASL
    descriptionUpdated rpm packages that fix two security issues are now available for Red Hat Enterprise Linux 7. Red Hat Product Security has rated this update as having Important 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 RPM Package Manager (RPM) is a powerful command line driven package management system capable of installing, uninstalling, verifying, querying, and updating software packages. Each software package consists of an archive of files along with information about the package such as its version, description, and other information. It was found that RPM wrote file contents to the target installation directory under a temporary name, and verified its cryptographic signature only after the temporary file has been written completely. Under certain conditions, the system interprets the unverified temporary file contents and extracts commands from it. This could allow an attacker to modify signed RPM files in such a way that they would execute code chosen by the attacker during package installation. (CVE-2013-6435) It was found that RPM could encounter an integer overflow, leading to a stack-based buffer overflow, while parsing a crafted CPIO header in the payload section of an RPM file. This could allow an attacker to modify signed RPM files in such a way that they would execute code chosen by the attacker during package installation. (CVE-2014-8118) These issues were discovered by Florian Weimer of Red Hat Product Security. All rpm users are advised to upgrade to these updated packages, which contain backported patches to correct these issues. All running applications linked against the RPM library must be restarted for this update to take effect.
    last seen2020-06-01
    modified2020-06-02
    plugin id79851
    published2014-12-10
    reporterThis script is Copyright (C) 2014-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/79851
    titleRHEL 7 : rpm (RHSA-2014:1976)
  • NASL familyUbuntu Local Security Checks
    NASL idUBUNTU_USN-2479-1.NASL
    descriptionFlorian Weimer discovered that RPM incorrectly handled temporary files. A local attacker could use this issue to execute arbitrary code. (CVE-2013-6435) Florian Weimer discovered that RPM incorrectly handled certain CPIO headers. If a user or automated system were tricked into installing a malicious package file, a remote attacker could use this issue to cause RPM to crash, resulting in a denial of service, or possibly execute arbitrary code. (CVE-2014-8118). Note that Tenable Network Security has extracted the preceding description block directly from the Ubuntu security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-06-01
    modified2020-06-02
    plugin id80854
    published2015-01-20
    reporterUbuntu Security Notice (C) 2015-2019 Canonical, Inc. / NASL script (C) 2015-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/80854
    titleUbuntu 12.04 LTS / 14.04 LTS / 14.10 : rpm vulnerabilities (USN-2479-1)
  • NASL familyOracle Linux Local Security Checks
    NASL idORACLELINUX_ELSA-2014-1976.NASL
    descriptionFrom Red Hat Security Advisory 2014:1976 : Updated rpm packages that fix two security issues are now available for Red Hat Enterprise Linux 7. Red Hat Product Security has rated this update as having Important 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 RPM Package Manager (RPM) is a powerful command line driven package management system capable of installing, uninstalling, verifying, querying, and updating software packages. Each software package consists of an archive of files along with information about the package such as its version, description, and other information. It was found that RPM wrote file contents to the target installation directory under a temporary name, and verified its cryptographic signature only after the temporary file has been written completely. Under certain conditions, the system interprets the unverified temporary file contents and extracts commands from it. This could allow an attacker to modify signed RPM files in such a way that they would execute code chosen by the attacker during package installation. (CVE-2013-6435) It was found that RPM could encounter an integer overflow, leading to a stack-based buffer overflow, while parsing a crafted CPIO header in the payload section of an RPM file. This could allow an attacker to modify signed RPM files in such a way that they would execute code chosen by the attacker during package installation. (CVE-2014-8118) These issues were discovered by Florian Weimer of Red Hat Product Security. All rpm users are advised to upgrade to these updated packages, which contain backported patches to correct these issues. All running applications linked against the RPM library must be restarted for this update to take effect.
    last seen2020-06-01
    modified2020-06-02
    plugin id79847
    published2014-12-10
    reporterThis script is Copyright (C) 2014-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/79847
    titleOracle Linux 7 : rpm (ELSA-2014-1976)

Redhat

advisories
bugzilla
id1168715
titleCVE-2014-8118 rpm: integer overflow and stack overflow in CPIO header parsing
oval
OR
  • commentRed Hat Enterprise Linux must be installed
    ovaloval:com.redhat.rhba:tst:20070304026
  • AND
    • commentRed Hat Enterprise Linux 7 is installed
      ovaloval:com.redhat.rhba:tst:20150364027
    • OR
      • AND
        • commentrpm-sign is earlier than 0:4.11.1-18.el7_0
          ovaloval:com.redhat.rhsa:tst:20141976001
        • commentrpm-sign is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20141976002
      • AND
        • commentrpm-libs is earlier than 0:4.11.1-18.el7_0
          ovaloval:com.redhat.rhsa:tst:20141976003
        • commentrpm-libs is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20111349049
      • AND
        • commentrpm-build is earlier than 0:4.11.1-18.el7_0
          ovaloval:com.redhat.rhsa:tst:20141976005
        • commentrpm-build is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20111349041
      • AND
        • commentrpm-build-libs is earlier than 0:4.11.1-18.el7_0
          ovaloval:com.redhat.rhsa:tst:20141976007
        • commentrpm-build-libs is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20141976008
      • AND
        • commentrpm is earlier than 0:4.11.1-18.el7_0
          ovaloval:com.redhat.rhsa:tst:20141976009
        • commentrpm is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20111349047
      • AND
        • commentrpm-python is earlier than 0:4.11.1-18.el7_0
          ovaloval:com.redhat.rhsa:tst:20141976011
        • commentrpm-python is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20111349045
      • AND
        • commentrpm-devel is earlier than 0:4.11.1-18.el7_0
          ovaloval:com.redhat.rhsa:tst:20141976013
        • commentrpm-devel is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20111349043
      • AND
        • commentrpm-apidocs is earlier than 0:4.11.1-18.el7_0
          ovaloval:com.redhat.rhsa:tst:20141976015
        • commentrpm-apidocs is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20111349039
      • AND
        • commentrpm-cron is earlier than 0:4.11.1-18.el7_0
          ovaloval:com.redhat.rhsa:tst:20141976017
        • commentrpm-cron is signed with Red Hat redhatrelease2 key
          ovaloval:com.redhat.rhsa:tst:20111349037
rhsa
idRHSA-2014:1976
released2014-12-09
severityImportant
titleRHSA-2014:1976: rpm security update (Important)
rpms
  • rpm-0:4.11.1-18.el7_0
  • rpm-apidocs-0:4.11.1-18.el7_0
  • rpm-build-0:4.11.1-18.el7_0
  • rpm-build-libs-0:4.11.1-18.el7_0
  • rpm-cron-0:4.11.1-18.el7_0
  • rpm-debuginfo-0:4.11.1-18.el7_0
  • rpm-devel-0:4.11.1-18.el7_0
  • rpm-libs-0:4.11.1-18.el7_0
  • rpm-python-0:4.11.1-18.el7_0
  • rpm-sign-0:4.11.1-18.el7_0