diff options
author | Repository QA checks <repo-qa-checks@gentoo.org> | 2017-01-01 15:42:05 +0000 |
---|---|---|
committer | Repository QA checks <repo-qa-checks@gentoo.org> | 2017-01-01 15:42:05 +0000 |
commit | 211a0f9225032517f1e5ec1ff6281fd7ee402af7 (patch) | |
tree | 70ce4ab32671e9f80fa4c3a924838ccee80d9a06 /metadata/glsa | |
parent | 2017-01-01 15:23:03 UTC (diff) | |
parent | Add GLSA 201701-05 (diff) | |
download | gentoo-211a0f9225032517f1e5ec1ff6281fd7ee402af7.tar.gz gentoo-211a0f9225032517f1e5ec1ff6281fd7ee402af7.tar.bz2 gentoo-211a0f9225032517f1e5ec1ff6281fd7ee402af7.zip |
Merge commit '550f25ef758001e07aff234b50b7064da87bdb77'
Diffstat (limited to 'metadata/glsa')
-rw-r--r-- | metadata/glsa/glsa-201701-05.xml | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201701-05.xml b/metadata/glsa/glsa-201701-05.xml new file mode 100644 index 000000000000..fa7db246398b --- /dev/null +++ b/metadata/glsa/glsa-201701-05.xml @@ -0,0 +1,53 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201701-05"> + <title>BusyBox: Denial of Service</title> + <synopsis>A vulnerability in BusyBox might allow remote attackers to cause a + Denial of Service condition. + </synopsis> + <product type="ebuild">busybox</product> + <announced>January 01, 2017</announced> + <revised>January 01, 2017: 1</revised> + <bug>590478</bug> + <access>remote</access> + <affected> + <package name="sys-apps/busybox" auto="yes" arch="*"> + <unaffected range="ge">1.25.1</unaffected> + <vulnerable range="lt">1.25.1</vulnerable> + </package> + </affected> + <background> + <p>BusyBox is a set of tools for embedded systems and is a replacement for + GNU Coreutils. + </p> + </background> + <description> + <p>The recv_and_process_client_pkt function in networking/ntpd.c in BusyBox + allows remote attackers to cause a Denial of Service (CPU and bandwidth + consumption) via a forged NTP packet, which triggers a communication + loop. + </p> + </description> + <impact type="normal"> + <p>A remote attacker might send a specially crafted package to a machine + running BusyBox ntpd, possibly resulting in a Denial of Service + condition. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All BusyBox users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=sys-apps/busybox-1.25.1" + </code> + </resolution> + <references> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2016-6301">CVE-2016-6301</uri> + </references> + <metadata tag="requester" timestamp="Sun, 01 Jan 2017 12:19:19 +0000">b-man</metadata> + <metadata tag="submitter" timestamp="Sun, 01 Jan 2017 15:33:56 +0000">b-man</metadata> +</glsa> |