Vulnerabilities > CVE-2015-3405 - Insufficient Entropy vulnerability in multiple products

047910
CVSS 7.5 - HIGH
Attack vector
NETWORK
Attack complexity
LOW
Privileges required
NONE
Confidentiality impact
HIGH
Integrity impact
NONE
Availability impact
NONE

Summary

ntp-keygen in ntp 4.2.8px before 4.2.8p2-RC2 and 4.3.x before 4.3.12 does not generate MD5 keys with sufficient entropy on big endian machines when the lowest order byte of the temp variable is between 0x20 and 0x7f and not #, which might allow remote attackers to obtain the value of generated MD5 keys via a brute force attack with the 93 possible keys.

Common Weakness Enumeration (CWE)

Common Attack Pattern Enumeration and Classification (CAPEC)

  • Session Credential Falsification through Prediction
    This attack targets predictable session ID in order to gain privileges. The attacker can predict the session ID used during a transaction to perform spoofing and session hijacking.

Nessus

  • NASL familyOracle Linux Local Security Checks
    NASL idORACLELINUX_ELSA-2015-1459.NASL
    descriptionFrom Red Hat Security Advisory 2015:1459 : Updated ntp packages that fix multiple security issues, several bugs, and add two enhancements are now available for Red Hat Enterprise Linux 6. Red Hat Product Security has rated this update as having Moderate 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 Network Time Protocol (NTP) is used to synchronize a computer
    last seen2020-06-01
    modified2020-06-02
    plugin id85111
    published2015-07-30
    reporterThis script is Copyright (C) 2015-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/85111
    titleOracle Linux 6 : ntp (ELSA-2015-1459)
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were
    # extracted from Red Hat Security Advisory RHSA-2015:1459 and 
    # Oracle Linux Security Advisory ELSA-2015-1459 respectively.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(85111);
      script_version("2.9");
      script_cvs_date("Date: 2019/09/27 13:00:36");
    
      script_cve_id("CVE-2014-9297", "CVE-2014-9298", "CVE-2014-9750", "CVE-2014-9751", "CVE-2015-1798", "CVE-2015-1799", "CVE-2015-3405");
      script_xref(name:"RHSA", value:"2015:1459");
      script_xref(name:"TRA", value:"TRA-2015-04");
    
      script_name(english:"Oracle Linux 6 : ntp (ELSA-2015-1459)");
      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 2015:1459 :
    
    Updated ntp packages that fix multiple security issues, several bugs,
    and add two enhancements are now available for Red Hat Enterprise
    Linux 6.
    
    Red Hat Product Security has rated this update as having Moderate
    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 Network Time Protocol (NTP) is used to synchronize a computer's
    time with another referenced time source.
    
    It was found that because NTP's access control was based on a source
    IP address, an attacker could bypass source IP restrictions and send
    malicious control and configuration packets by spoofing ::1 addresses.
    (CVE-2014-9298)
    
    A denial of service flaw was found in the way NTP hosts that were
    peering with each other authenticated themselves before updating their
    internal state variables. An attacker could send packets to one peer
    host, which could cascade to other peers, and stop the synchronization
    process among the reached peers. (CVE-2015-1799)
    
    A flaw was found in the way the ntp-keygen utility generated MD5
    symmetric keys on big-endian systems. An attacker could possibly use
    this flaw to guess generated MD5 keys, which could then be used to
    spoof an NTP client or server. (CVE-2015-3405)
    
    A stack-based buffer overflow was found in the way the NTP autokey
    protocol was implemented. When an NTP client decrypted a secret
    received from an NTP server, it could cause that client to crash.
    (CVE-2014-9297)
    
    It was found that ntpd did not check whether a Message Authentication
    Code (MAC) was present in a received packet when ntpd was configured
    to use symmetric cryptographic keys. A man-in-the-middle attacker
    could use this flaw to send crafted packets that would be accepted by
    a client or a peer without the attacker knowing the symmetric key.
    (CVE-2015-1798)
    
    The CVE-2015-1798 and CVE-2015-1799 issues were discovered by Miroslav
    Lichvar of Red Hat.
    
    Bug fixes :
    
    * The ntpd daemon truncated symmetric keys specified in the key file
    to 20 bytes. As a consequence, it was impossible to configure NTP
    authentication to work with peers that use longer keys. The maximum
    length of keys has now been changed to 32 bytes. (BZ#1053551)
    
    * The ntp-keygen utility used the exponent of 3 when generating RSA
    keys, and generating RSA keys failed when FIPS mode was enabled.
    ntp-keygen has been modified to use the exponent of 65537, and
    generating keys in FIPS mode now works as expected. (BZ#1184421)
    
    * The ntpd daemon included a root delay when calculating its root
    dispersion. Consequently, the NTP server reported larger root
    dispersion than it should have and clients could reject the source
    when its distance reached the maximum synchronization distance (1.5
    seconds by default). Calculation of root dispersion has been fixed,
    the root dispersion is now reported correctly, and clients no longer
    reject the server due to a large synchronization distance.
    (BZ#1045376)
    
    * The ntpd daemon dropped incoming NTP packets if their source port
    was lower than 123 (the NTP port). Clients behind Network Address
    Translation (NAT) were unable to synchronize with the server if their
    source port was translated to ports below 123. With this update, ntpd
    no longer checks the source port number. (BZ#1171630)
    
    Enhancements :
    
    * This update introduces configurable access of memory segments used
    for Shared Memory Driver (SHM) reference clocks. Previously, only the
    first two memory segments were created with owner-only access,
    allowing just two SHM reference clocks to be used securely on a
    system. Now, the owner-only access to SHM is configurable with the
    'mode' option, and it is therefore possible to use more SHM reference
    clocks securely. (BZ#1122015)
    
    * Support for nanosecond resolution has been added to the SHM
    reference clock. Prior to this update, when a Precision Time Protocol
    (PTP) hardware clock was used as a time source to synchronize the
    system clock (for example, with the timemaster service from the
    linuxptp package), the accuracy of the synchronization was limited due
    to the microsecond resolution of the SHM protocol. The nanosecond
    extension in the SHM protocol now enables sub-microsecond
    synchronization of the system clock. (BZ#1117704)"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://oss.oracle.com/pipermail/el-errata/2015-July/005240.html"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.tenable.com/security/research/tra-2015-04"
      );
      script_set_attribute(attribute:"solution", value:"Update the affected ntp packages.");
      script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P");
      script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
      script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N");
      script_set_cvss3_temporal_vector("CVSS:3.0/E:U/RL:O/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:ntp");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:ntp-doc");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:ntp-perl");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:ntpdate");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:oracle:linux:6");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2015/04/08");
      script_set_attribute(attribute:"patch_publication_date", value:"2015/07/29");
      script_set_attribute(attribute:"plugin_publication_date", value:"2015/07/30");
      script_set_attribute(attribute:"generated_plugin", value:"current");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2015-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:"ntp-4.2.6p5-5.el6")) flag++;
    if (rpm_check(release:"EL6", reference:"ntp-doc-4.2.6p5-5.el6")) flag++;
    if (rpm_check(release:"EL6", reference:"ntp-perl-4.2.6p5-5.el6")) flag++;
    if (rpm_check(release:"EL6", reference:"ntpdate-4.2.6p5-5.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, "ntp / ntp-doc / ntp-perl / ntpdate");
    }
    
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2015-2231.NASL
    descriptionUpdated ntp packages that fix multiple security issues, several bugs, and add various enhancements are now available for Red Hat Enterprise Linux 7. Red Hat Product Security has rated this update as having Moderate 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 Network Time Protocol (NTP) is used to synchronize a computer
    last seen2020-06-01
    modified2020-06-02
    plugin id86975
    published2015-11-20
    reporterThis script is Copyright (C) 2015-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/86975
    titleRHEL 7 : ntp (RHSA-2015:2231)
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were  
    # extracted from Red Hat Security Advisory RHSA-2015:2231. The text 
    # itself is copyright (C) Red Hat, Inc.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(86975);
      script_version("2.13");
      script_cvs_date("Date: 2019/10/24 15:35:40");
    
      script_cve_id("CVE-2014-9297", "CVE-2014-9298", "CVE-2014-9750", "CVE-2014-9751", "CVE-2015-1798", "CVE-2015-1799", "CVE-2015-3405");
      script_xref(name:"RHSA", value:"2015:2231");
      script_xref(name:"TRA", value:"TRA-2015-04");
    
      script_name(english:"RHEL 7 : ntp (RHSA-2015:2231)");
      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 ntp packages that fix multiple security issues, several bugs,
    and add various enhancements are now available for Red Hat Enterprise
    Linux 7.
    
    Red Hat Product Security has rated this update as having Moderate
    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 Network Time Protocol (NTP) is used to synchronize a computer's
    time with another referenced time source. These packages include the
    ntpd service which continuously adjusts system time and utilities used
    to query and configure the ntpd service.
    
    It was found that because NTP's access control was based on a source
    IP address, an attacker could bypass source IP restrictions and send
    malicious control and configuration packets by spoofing ::1 addresses.
    (CVE-2014-9298, CVE-2014-9751)
    
    A denial of service flaw was found in the way NTP hosts that were
    peering with each other authenticated themselves before updating their
    internal state variables. An attacker could send packets to one peer
    host, which could cascade to other peers, and stop the synchronization
    process among the reached peers. (CVE-2015-1799)
    
    A flaw was found in the way the ntp-keygen utility generated MD5
    symmetric keys on big-endian systems. An attacker could possibly use
    this flaw to guess generated MD5 keys, which could then be used to
    spoof an NTP client or server. (CVE-2015-3405)
    
    A stack-based buffer overflow was found in the way the NTP autokey
    protocol was implemented. When an NTP client decrypted a secret
    received from an NTP server, it could cause that client to crash.
    (CVE-2014-9297, CVE-2014-9750)
    
    It was found that ntpd did not check whether a Message Authentication
    Code (MAC) was present in a received packet when ntpd was configured
    to use symmetric cryptographic keys. A man-in-the-middle attacker
    could use this flaw to send crafted packets that would be accepted by
    a client or a peer without the attacker knowing the symmetric key.
    (CVE-2015-1798)
    
    The CVE-2015-1798 and CVE-2015-1799 issues were discovered by Miroslav
    Lichvar of Red Hat.
    
    Bug fixes :
    
    * The ntpd service truncated symmetric keys specified in the key file
    to 20 bytes. As a consequence, it was impossible to configure NTP
    authentication to work with peers that use longer keys. With this
    update, the maximum key length has been changed to 32 bytes.
    (BZ#1191111)
    
    * The ntpd service could previously join multicast groups only when
    starting, which caused problems if ntpd was started during system boot
    before network was configured. With this update, ntpd attempts to join
    multicast groups every time network configuration is changed.
    (BZ#1207014)
    
    * Previously, the ntp-keygen utility used the exponent of 3 when
    generating RSA keys. Consequently, generating RSA keys failed when
    FIPS mode was enabled. With this update, ntp-keygen has been modified
    to use the exponent of 65537, and generating keys in FIPS mode now
    works as expected. (BZ#1191116)
    
    * The ntpd service dropped incoming NTP packets if their source port
    was lower than 123 (the NTP port). With this update, ntpd no longer
    checks the source port number, and clients behind NAT are now able to
    correctly synchronize with the server. (BZ#1171640)
    
    Enhancements :
    
    * This update adds support for configurable Differentiated Services
    Code Points (DSCP) in NTP packets, simplifying configuration in large
    networks where different NTP implementations or versions are using
    different DSCP values. (BZ#1202828)
    
    * This update adds the ability to configure separate clock stepping
    thresholds for each direction (backward and forward). Use the
    'stepback' and 'stepfwd' options to configure each threshold.
    (BZ#1193154)
    
    * Support for nanosecond resolution has been added to the Structural
    Health Monitoring (SHM) reference clock. Prior to this update, when a
    Precision Time Protocol (PTP) hardware clock was used as a time source
    to synchronize the system clock, the accuracy of the synchronization
    was limited due to the microsecond resolution of the SHM protocol. The
    nanosecond extension in the SHM protocol now allows sub-microsecond
    synchronization of the system clock. (BZ#1117702)
    
    All ntp users are advised to upgrade to these updated packages, which
    contain backported patches to correct these issues and add these
    enhancements."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/errata/RHSA-2015:2231"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2014-9297"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2014-9298"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2014-9750"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2014-9751"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2015-1798"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2015-1799"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://access.redhat.com/security/cve/cve-2015-3405"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.tenable.com/security/research/tra-2015-04"
      );
      script_set_attribute(attribute:"solution", value:"Update the affected packages.");
      script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P");
      script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
      script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N");
      script_set_cvss3_temporal_vector("CVSS:3.0/E:U/RL:O/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:ntp");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:ntp-debuginfo");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:ntp-doc");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:ntp-perl");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:ntpdate");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:redhat:enterprise_linux:sntp");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:redhat:enterprise_linux:7");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:redhat:enterprise_linux:7.2");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:redhat:enterprise_linux:7.3");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:redhat:enterprise_linux:7.4");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:redhat:enterprise_linux:7.5");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:redhat:enterprise_linux:7.6");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:redhat:enterprise_linux:7.7");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2015/04/08");
      script_set_attribute(attribute:"patch_publication_date", value:"2015/11/19");
      script_set_attribute(attribute:"plugin_publication_date", value:"2015/11/20");
      script_set_attribute(attribute:"generated_plugin", value:"current");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2015-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:"^7([^0-9]|$)", string:os_ver)) audit(AUDIT_OS_NOT, "Red Hat 7.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-2015:2231";
      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:"RHEL7", cpu:"s390x", reference:"ntp-4.2.6p5-22.el7")) flag++;
    
      if (rpm_check(release:"RHEL7", cpu:"x86_64", reference:"ntp-4.2.6p5-22.el7")) flag++;
    
      if (rpm_check(release:"RHEL7", cpu:"s390x", reference:"ntp-debuginfo-4.2.6p5-22.el7")) flag++;
    
      if (rpm_check(release:"RHEL7", cpu:"x86_64", reference:"ntp-debuginfo-4.2.6p5-22.el7")) flag++;
    
      if (rpm_check(release:"RHEL7", reference:"ntp-doc-4.2.6p5-22.el7")) flag++;
    
      if (rpm_check(release:"RHEL7", reference:"ntp-perl-4.2.6p5-22.el7")) flag++;
    
      if (rpm_check(release:"RHEL7", cpu:"s390x", reference:"ntpdate-4.2.6p5-22.el7")) flag++;
    
      if (rpm_check(release:"RHEL7", cpu:"x86_64", reference:"ntpdate-4.2.6p5-22.el7")) flag++;
    
      if (rpm_check(release:"RHEL7", cpu:"s390x", reference:"sntp-4.2.6p5-22.el7")) flag++;
    
      if (rpm_check(release:"RHEL7", cpu:"x86_64", reference:"sntp-4.2.6p5-22.el7")) 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, "ntp / ntp-debuginfo / ntp-doc / ntp-perl / ntpdate / sntp");
      }
    }
    
  • NASL familyOracle Linux Local Security Checks
    NASL idORACLELINUX_ELSA-2015-2231.NASL
    descriptionFrom Red Hat Security Advisory 2015:2231 : Updated ntp packages that fix multiple security issues, several bugs, and add various enhancements are now available for Red Hat Enterprise Linux 7. Red Hat Product Security has rated this update as having Moderate 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 Network Time Protocol (NTP) is used to synchronize a computer
    last seen2020-06-01
    modified2020-06-02
    plugin id87030
    published2015-11-24
    reporterThis script is Copyright (C) 2015-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/87030
    titleOracle Linux 7 : ntp (ELSA-2015-2231)
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were
    # extracted from Red Hat Security Advisory RHSA-2015:2231 and 
    # Oracle Linux Security Advisory ELSA-2015-2231 respectively.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(87030);
      script_version("1.16");
      script_cvs_date("Date: 2019/09/27 13:00:36");
    
      script_cve_id("CVE-2014-9297", "CVE-2014-9298", "CVE-2014-9750", "CVE-2014-9751", "CVE-2015-1798", "CVE-2015-1799", "CVE-2015-3405");
      script_xref(name:"RHSA", value:"2015:2231");
      script_xref(name:"TRA", value:"TRA-2015-04");
    
      script_name(english:"Oracle Linux 7 : ntp (ELSA-2015-2231)");
      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 2015:2231 :
    
    Updated ntp packages that fix multiple security issues, several bugs,
    and add various enhancements are now available for Red Hat Enterprise
    Linux 7.
    
    Red Hat Product Security has rated this update as having Moderate
    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 Network Time Protocol (NTP) is used to synchronize a computer's
    time with another referenced time source. These packages include the
    ntpd service which continuously adjusts system time and utilities used
    to query and configure the ntpd service.
    
    It was found that because NTP's access control was based on a source
    IP address, an attacker could bypass source IP restrictions and send
    malicious control and configuration packets by spoofing ::1 addresses.
    (CVE-2014-9298, CVE-2014-9751)
    
    A denial of service flaw was found in the way NTP hosts that were
    peering with each other authenticated themselves before updating their
    internal state variables. An attacker could send packets to one peer
    host, which could cascade to other peers, and stop the synchronization
    process among the reached peers. (CVE-2015-1799)
    
    A flaw was found in the way the ntp-keygen utility generated MD5
    symmetric keys on big-endian systems. An attacker could possibly use
    this flaw to guess generated MD5 keys, which could then be used to
    spoof an NTP client or server. (CVE-2015-3405)
    
    A stack-based buffer overflow was found in the way the NTP autokey
    protocol was implemented. When an NTP client decrypted a secret
    received from an NTP server, it could cause that client to crash.
    (CVE-2014-9297, CVE-2014-9750)
    
    It was found that ntpd did not check whether a Message Authentication
    Code (MAC) was present in a received packet when ntpd was configured
    to use symmetric cryptographic keys. A man-in-the-middle attacker
    could use this flaw to send crafted packets that would be accepted by
    a client or a peer without the attacker knowing the symmetric key.
    (CVE-2015-1798)
    
    The CVE-2015-1798 and CVE-2015-1799 issues were discovered by Miroslav
    Lichvar of Red Hat.
    
    Bug fixes :
    
    * The ntpd service truncated symmetric keys specified in the key file
    to 20 bytes. As a consequence, it was impossible to configure NTP
    authentication to work with peers that use longer keys. With this
    update, the maximum key length has been changed to 32 bytes.
    (BZ#1191111)
    
    * The ntpd service could previously join multicast groups only when
    starting, which caused problems if ntpd was started during system boot
    before network was configured. With this update, ntpd attempts to join
    multicast groups every time network configuration is changed.
    (BZ#1207014)
    
    * Previously, the ntp-keygen utility used the exponent of 3 when
    generating RSA keys. Consequently, generating RSA keys failed when
    FIPS mode was enabled. With this update, ntp-keygen has been modified
    to use the exponent of 65537, and generating keys in FIPS mode now
    works as expected. (BZ#1191116)
    
    * The ntpd service dropped incoming NTP packets if their source port
    was lower than 123 (the NTP port). With this update, ntpd no longer
    checks the source port number, and clients behind NAT are now able to
    correctly synchronize with the server. (BZ#1171640)
    
    Enhancements :
    
    * This update adds support for configurable Differentiated Services
    Code Points (DSCP) in NTP packets, simplifying configuration in large
    networks where different NTP implementations or versions are using
    different DSCP values. (BZ#1202828)
    
    * This update adds the ability to configure separate clock stepping
    thresholds for each direction (backward and forward). Use the
    'stepback' and 'stepfwd' options to configure each threshold.
    (BZ#1193154)
    
    * Support for nanosecond resolution has been added to the Structural
    Health Monitoring (SHM) reference clock. Prior to this update, when a
    Precision Time Protocol (PTP) hardware clock was used as a time source
    to synchronize the system clock, the accuracy of the synchronization
    was limited due to the microsecond resolution of the SHM protocol. The
    nanosecond extension in the SHM protocol now allows sub-microsecond
    synchronization of the system clock. (BZ#1117702)
    
    All ntp users are advised to upgrade to these updated packages, which
    contain backported patches to correct these issues and add these
    enhancements."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://oss.oracle.com/pipermail/el-errata/2015-November/005572.html"
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://www.tenable.com/security/research/tra-2015-04"
      );
      script_set_attribute(attribute:"solution", value:"Update the affected ntp packages.");
      script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P");
      script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
      script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N");
      script_set_cvss3_temporal_vector("CVSS:3.0/E:U/RL:O/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:ntp");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:ntp-doc");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:ntp-perl");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:ntpdate");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:oracle:linux:sntp");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:oracle:linux:7");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2015/04/08");
      script_set_attribute(attribute:"patch_publication_date", value:"2015/11/23");
      script_set_attribute(attribute:"plugin_publication_date", value:"2015/11/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) 2015-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:"^7([^0-9]|$)", string:os_ver)) audit(AUDIT_OS_NOT, "Oracle Linux 7", "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);
    if ("x86_64" >!< cpu) audit(AUDIT_ARCH_NOT, "x86_64", cpu);
    
    flag = 0;
    if (rpm_check(release:"EL7", cpu:"x86_64", reference:"ntp-4.2.6p5-22.el7")) flag++;
    if (rpm_check(release:"EL7", cpu:"x86_64", reference:"ntp-doc-4.2.6p5-22.el7")) flag++;
    if (rpm_check(release:"EL7", cpu:"x86_64", reference:"ntp-perl-4.2.6p5-22.el7")) flag++;
    if (rpm_check(release:"EL7", cpu:"x86_64", reference:"ntpdate-4.2.6p5-22.el7")) flag++;
    if (rpm_check(release:"EL7", cpu:"x86_64", reference:"sntp-4.2.6p5-22.el7")) 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, "ntp / ntp-doc / ntp-perl / ntpdate / sntp");
    }
    
  • NASL familyDebian Local Security Checks
    NASL idDEBIAN_DSA-3223.NASL
    descriptionMultiple vulnerabilities were discovered in ntp, an implementation of the Network Time Protocol : - CVE-2015-1798 When configured to use a symmetric key with an NTP peer, ntpd would accept packets without MAC as if they had a valid MAC. This could allow a remote attacker to bypass the packet authentication and send malicious packets without having to know the symmetric key. - CVE-2015-1799 When peering with other NTP hosts using authenticated symmetric association, ntpd would update its internal state variables before the MAC of the NTP messages was validated. This could allow a remote attacker to cause a denial of service by impeding synchronization between NTP peers. Additionally, it was discovered that generating MD5 keys using ntp-keygen on big endian machines would either trigger an endless loop, or generate non-random keys.
    last seen2020-06-01
    modified2020-06-02
    plugin id82745
    published2015-04-14
    reporterThis script is Copyright (C) 2015-2018 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/82745
    titleDebian DSA-3223-1 : ntp - security update
  • NASL familyMisc.
    NASL idNTP_4_2_8P2.NASL
    descriptionThe version of the remote NTP server is 3.x or 4.x prior to 4.2.8p2. It is, therefore, affected by the following vulnerabilities : - The symmetric-key feature in the receive() function requires a correct message authentication code (MAC) only if the MAC field has a nonzero length. A man-in-the-middle attacker can exploit this to spoof packets by omitting the MAC. (CVE-2015-1798) - A flaw exists in the symmetric-key feature in the receive() function when handling a specially crafted packet sent to one of two hosts that are peering with each other. An attacker can exploit this to cause the next attempt by the servers to synchronize to fail. (CVE-2015-1799) - A flaw exists in util/ntp-keygen.c due to the way that the ntp-keygen utility generates MD5 symmetric keys on big-endian systems. A remote attacker can exploit this to more easily guess MD5 symmetric keys and thereby spoof an NTP server or client. (CVE-2015-3405)
    last seen2020-06-01
    modified2020-06-02
    plugin id83744
    published2015-05-21
    reporterThis script is Copyright (C) 2015-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/83744
    titleNetwork Time Protocol Daemon (ntpd) 3.x / 4.x < 4.2.8p2 Multiple Vulnerabilities
  • NASL familySuSE Local Security Checks
    NASL idSUSE_SU-2015-1173-1.NASL
    descriptionntp was updated to fix two security issues : CVE-2015-1799: ntpd authentication did not protect symmetric associations against DoS attacks (bsc#924202) CVE-2015-3405: ntp-keygen may generate non-random symmetric keys on big-endian systems (bsc#928321) Note that Tenable Network Security has extracted the preceding description block directly from the SUSE 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 id84544
    published2015-07-06
    reporterThis script is Copyright (C) 2015-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/84544
    titleSUSE SLED11 / SLES11 Security Update : ntp (SUSE-SU-2015:1173-1)
  • NASL familySuSE Local Security Checks
    NASL idSUSE_SU-2015-0865-1.NASL
    descriptionntp was updated to fix two security related flaws as well as
    last seen2020-06-01
    modified2020-06-02
    plugin id83725
    published2015-05-20
    reporterThis script is Copyright (C) 2015-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/83725
    titleSUSE SLED12 / SLES12 Security Update : ntp (SUSE-SU-2015:0865-1)
  • NASL familyCentOS Local Security Checks
    NASL idCENTOS_RHSA-2015-1459.NASL
    descriptionUpdated ntp packages that fix multiple security issues, several bugs, and add two enhancements are now available for Red Hat Enterprise Linux 6. Red Hat Product Security has rated this update as having Moderate 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 Network Time Protocol (NTP) is used to synchronize a computer
    last seen2020-06-01
    modified2020-06-02
    plugin id85025
    published2015-07-28
    reporterThis script is Copyright (C) 2015-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/85025
    titleCentOS 6 : ntp (CESA-2015:1459)
  • NASL familyScientific Linux Local Security Checks
    NASL idSL_20150722_NTP_ON_SL6_X.NASL
    descriptionIt was found that because NTP
    last seen2020-03-18
    modified2015-08-04
    plugin id85203
    published2015-08-04
    reporterThis script is Copyright (C) 2015-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/85203
    titleScientific Linux Security Update : ntp on SL6.x i386/x86_64 (20150722)
  • NASL familyOracleVM Local Security Checks
    NASL idORACLEVM_OVMSA-2015-0102.NASL
    descriptionThe remote OracleVM system is missing necessary patches to address critical security updates : - reject packets without MAC when authentication is enabled (CVE-2015-1798) - protect symmetric associations with symmetric key against DoS attack (CVE-2015-1799) - fix generation of MD5 keys with ntp-keygen on big-endian systems (CVE-2015-3405) - log when stepping clock for leap second or ignoring it with -x (#1204625) - fix typos in ntpd man page (#1194463) - validate lengths of values in extension fields (CVE-2014-9297) - drop packets with spoofed source address ::1 (CVE-2014-9298) - add nanosecond support to SHM refclock (#1117704) - allow creating all SHM segments with owner-only access (#1122015) - allow symmetric keys up to 32 bytes again (#1053551) - fix calculation of root dispersion (#1045376) - fix crash in ntpq mreadvar command (#1165141) - don
    last seen2020-06-01
    modified2020-06-02
    plugin id85143
    published2015-07-31
    reporterThis script is Copyright (C) 2015-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/85143
    titleOracleVM 3.3 : ntp (OVMSA-2015-0102)
  • NASL familyRed Hat Local Security Checks
    NASL idREDHAT-RHSA-2015-1459.NASL
    descriptionUpdated ntp packages that fix multiple security issues, several bugs, and add two enhancements are now available for Red Hat Enterprise Linux 6. Red Hat Product Security has rated this update as having Moderate 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 Network Time Protocol (NTP) is used to synchronize a computer
    last seen2020-06-01
    modified2020-06-02
    plugin id84951
    published2015-07-23
    reporterThis script is Copyright (C) 2015-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/84951
    titleRHEL 6 : ntp (RHSA-2015:1459)
  • NASL familyFedora Local Security Checks
    NASL idFEDORA_2015-5830.NASL
    descriptionSecurity fix for CVE-2015-1799, CVE-2015-1798, #1210324 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-06-05
    modified2015-04-29
    plugin id83121
    published2015-04-29
    reporterThis script is Copyright (C) 2015-2020 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/83121
    titleFedora 21 : ntp-4.2.6p5-30.fc21 (2015-5830)
  • NASL familyAmazon Linux Local Security Checks
    NASL idALA_ALAS-2015-593.NASL
    descriptionAs discussed upstream, a flaw was found in the way ntpd processed certain remote configuration packets. Note that remote configuration is disabled by default in NTP. (CVE-2015-5146) It was found that the :config command can be used to set the pidfile and driftfile paths without any restrictions. A remote attacker could use this flaw to overwrite a file on the file system with a file containing the pid of the ntpd process (immediately) or the current estimated drift of the system clock (in hourly intervals). (CVE-2015-7703) It was found that ntpd could crash due to an uninitialized variable when processing malformed logconfig configuration commands. (CVE-2015-5194) It was found that ntpd exits with a segmentation fault when a statistics type that was not enabled during compilation (e.g. timingstats) is referenced by the statistics or filegen configuration command. (CVE-2015-5195) It was discovered that sntp would hang in an infinite loop when a crafted NTP packet was received, related to the conversion of the precision value in the packet to double. (CVE-2015-5219) A flaw was found in the way the ntp-keygen utility generated MD5 symmetric keys on big-endian systems. An attacker could possibly use this flaw to guess generated MD5 keys, which could then be used to spoof an NTP client or server. (CVE-2015-3405)
    last seen2020-06-01
    modified2020-06-02
    plugin id85751
    published2015-09-03
    reporterThis script is Copyright (C) 2015-2018 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/85751
    titleAmazon Linux AMI : ntp (ALAS-2015-593)
  • NASL familyCentOS Local Security Checks
    NASL idCENTOS_RHSA-2015-2231.NASL
    descriptionUpdated ntp packages that fix multiple security issues, several bugs, and add various enhancements are now available for Red Hat Enterprise Linux 7. Red Hat Product Security has rated this update as having Moderate 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 Network Time Protocol (NTP) is used to synchronize a computer
    last seen2020-06-01
    modified2020-06-02
    plugin id87143
    published2015-12-02
    reporterThis script is Copyright (C) 2015-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/87143
    titleCentOS 7 : ntp (CESA-2015:2231)
  • NASL familyScientific Linux Local Security Checks
    NASL idSL_20151119_NTP_ON_SL7_X.NASL
    descriptionIt was found that because NTP
    last seen2020-03-18
    modified2015-12-22
    plugin id87564
    published2015-12-22
    reporterThis script is Copyright (C) 2015-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/87564
    titleScientific Linux Security Update : ntp on SL7.x x86_64 (20151119)
  • NASL familyDebian Local Security Checks
    NASL idDEBIAN_DSA-3388.NASL
    descriptionSeveral vulnerabilities were discovered in the Network Time Protocol daemon and utility programs : - CVE-2015-5146 A flaw was found in the way ntpd processed certain remote configuration packets. An attacker could use a specially crafted package to cause ntpd to crash if : - ntpd enabled remote configuration - The attacker had the knowledge of the configuration password - The attacker had access to a computer entrusted to perform remote configuration Note that remote configuration is disabled by default in NTP. - CVE-2015-5194 It was found that ntpd could crash due to an uninitialized variable when processing malformed logconfig configuration commands. - CVE-2015-5195 It was found that ntpd exits with a segmentation fault when a statistics type that was not enabled during compilation (e.g. timingstats) is referenced by the statistics or filegen configuration command. - CVE-2015-5219 It was discovered that sntp program would hang in an infinite loop when a crafted NTP packet was received, related to the conversion of the precision value in the packet to double. - CVE-2015-5300 It was found that ntpd did not correctly implement the -g option : Normally, ntpd exits with a message to the system log if the offset exceeds the panic threshold, which is 1000 s by default. This option allows the time to be set to any value without restriction; however, this can happen only once. If the threshold is exceeded after that, ntpd will exit with a message to the system log. This option can be used with the -q and -x options. ntpd could actually step the clock multiple times by more than the panic threshold if its clock discipline doesn
    last seen2020-06-01
    modified2020-06-02
    plugin id86682
    published2015-11-02
    reporterThis script is Copyright (C) 2015-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/86682
    titleDebian DSA-3388-1 : ntp - security update

Redhat

advisories
  • bugzilla
    id1210324
    titleCVE-2015-3405 ntp: ntp-keygen may generate non-random symmetric keys on big-endian systems
    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
          • commentntp-doc is earlier than 0:4.2.6p5-5.el6
            ovaloval:com.redhat.rhsa:tst:20151459001
          • commentntp-doc is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20142024004
        • AND
          • commentntp-perl is earlier than 0:4.2.6p5-5.el6
            ovaloval:com.redhat.rhsa:tst:20151459003
          • commentntp-perl is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20142024002
        • AND
          • commentntp is earlier than 0:4.2.6p5-5.el6
            ovaloval:com.redhat.rhsa:tst:20151459005
          • commentntp is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20142024006
        • AND
          • commentntpdate is earlier than 0:4.2.6p5-5.el6
            ovaloval:com.redhat.rhsa:tst:20151459007
          • commentntpdate is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20142024008
    rhsa
    idRHSA-2015:1459
    released2015-07-21
    severityModerate
    titleRHSA-2015:1459: ntp security, bug fix, and enhancement update (Moderate)
  • bugzilla
    id1210324
    titleCVE-2015-3405 ntp: ntp-keygen may generate non-random symmetric keys on big-endian systems
    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
          • commentntp is earlier than 0:4.2.6p5-22.el7
            ovaloval:com.redhat.rhsa:tst:20152231001
          • commentntp is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20142024006
        • AND
          • commentntpdate is earlier than 0:4.2.6p5-22.el7
            ovaloval:com.redhat.rhsa:tst:20152231003
          • commentntpdate is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20142024008
        • AND
          • commentsntp is earlier than 0:4.2.6p5-22.el7
            ovaloval:com.redhat.rhsa:tst:20152231005
          • commentsntp is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20142024013
        • AND
          • commentntp-doc is earlier than 0:4.2.6p5-22.el7
            ovaloval:com.redhat.rhsa:tst:20152231007
          • commentntp-doc is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20142024004
        • AND
          • commentntp-perl is earlier than 0:4.2.6p5-22.el7
            ovaloval:com.redhat.rhsa:tst:20152231009
          • commentntp-perl is signed with Red Hat redhatrelease2 key
            ovaloval:com.redhat.rhsa:tst:20142024002
    rhsa
    idRHSA-2015:2231
    released2015-11-19
    severityModerate
    titleRHSA-2015:2231: ntp security, bug fix, and enhancement update (Moderate)
rpms
  • ntp-0:4.2.6p5-5.el6
  • ntp-debuginfo-0:4.2.6p5-5.el6
  • ntp-doc-0:4.2.6p5-5.el6
  • ntp-perl-0:4.2.6p5-5.el6
  • ntpdate-0:4.2.6p5-5.el6
  • ntp-0:4.2.6p5-22.el7
  • ntp-debuginfo-0:4.2.6p5-22.el7
  • ntp-doc-0:4.2.6p5-22.el7
  • ntp-perl-0:4.2.6p5-22.el7
  • ntpdate-0:4.2.6p5-22.el7
  • sntp-0:4.2.6p5-22.el7