diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-10-15 02:11:33 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-10-15 02:11:33 +0100 |
commit | 0fdd4074ff3dc0c507a9867380a4f91250a0b610 (patch) | |
tree | 83d3b64438d2f29b375d895f12b82d5c484db219 /metadata/glsa | |
parent | 8fbd420dce8836e6503b162092e07b6a77a89f1d (diff) |
gentoo resync : 15.10.2017
Diffstat (limited to 'metadata/glsa')
-rw-r--r-- | metadata/glsa/glsa-201710-10.xml | 82 | ||||
-rw-r--r-- | metadata/glsa/glsa-201710-11.xml | 63 | ||||
-rw-r--r-- | metadata/glsa/timestamp.chk | 2 | ||||
-rw-r--r-- | metadata/glsa/timestamp.commit | 2 |
4 files changed, 147 insertions, 2 deletions
diff --git a/metadata/glsa/glsa-201710-10.xml b/metadata/glsa/glsa-201710-10.xml new file mode 100644 index 000000000000..dd52a7ddc0f6 --- /dev/null +++ b/metadata/glsa/glsa-201710-10.xml @@ -0,0 +1,82 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201710-10"> + <title>elfutils: Multiple vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been found in elfutils, the worst of + which may allow remote attackers to cause a Denial of Service condition. + </synopsis> + <product type="ebuild">elfutils</product> + <announced>2017-10-13</announced> + <revised>2017-10-13: 1</revised> + <bug>614002</bug> + <bug>614004</bug> + <bug>618004</bug> + <access>remote</access> + <affected> + <package name="dev-libs/elfutils" auto="yes" arch="*"> + <unaffected range="ge">0.169-r1</unaffected> + <vulnerable range="lt">0.169-r1</vulnerable> + </package> + </affected> + <background> + <p>Elfutils provides a library and utilities to access, modify and analyse + ELF objects. + </p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in elfutils. Please review + the referenced CVE identifiers for details. + </p> + </description> + <impact type="normal"> + <p>A remote attacker could possibly cause a Denial of Service condition via + specially crafted ELF files. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All elfutils users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-libs/elfutils-0.169-r1" + </code> + + <p>Packages which depend on this library may need to be recompiled. Tools + such as revdep-rebuild may assist in identifying some of these packages. + </p> + </resolution> + <references> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2016-10254"> + CVE-2016-10254 + </uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2016-10255"> + CVE-2016-10255 + </uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-7607"> + CVE-2017-7607 + </uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-7608"> + CVE-2017-7608 + </uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-7609"> + CVE-2017-7609 + </uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-7610"> + CVE-2017-7610 + </uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-7611"> + CVE-2017-7611 + </uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-7612"> + CVE-2017-7612 + </uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-7613"> + CVE-2017-7613 + </uri> + </references> + <metadata tag="requester" timestamp="2017-10-08T18:46:38Z">b-man</metadata> + <metadata tag="submitter" timestamp="2017-10-13T22:31:20Z">chrisadr</metadata> +</glsa> diff --git a/metadata/glsa/glsa-201710-11.xml b/metadata/glsa/glsa-201710-11.xml new file mode 100644 index 000000000000..bfaf72daf2ec --- /dev/null +++ b/metadata/glsa/glsa-201710-11.xml @@ -0,0 +1,63 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201710-11"> + <title>GNU Libtasn1: Multiple vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been found in GNU Libtasn1, the worst + of which may allow remote attackers to execute arbitrary code. + </synopsis> + <product type="ebuild">libtasn1</product> + <announced>2017-10-13</announced> + <revised>2017-10-13: 1</revised> + <bug>619686</bug> + <bug>627014</bug> + <access>remote</access> + <affected> + <package name="dev-libs/libtasn1" auto="yes" arch="*"> + <unaffected range="ge">4.12-r1</unaffected> + <vulnerable range="lt">4.12-r1</vulnerable> + </package> + </affected> + <background> + <p>A library that provides Abstract Syntax Notation One (ASN.1, as + specified by the X.680 ITU-T recommendation) parsing and structures + management, and Distinguished Encoding Rules (DER, as per X.690) encoding + and decoding functions. + </p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in GNU Libtasn1. Please + review the referenced CVE identifiers for details. + </p> + </description> + <impact type="normal"> + <p>A remote attacker could possibly execute arbitrary code with the + privileges of the process, cause a Denial of Service condition, or have + other unspecified impacts. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All GNU Libtasn1 users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-libs/libtasn1-4.12-r1" + </code> + + <p>Packages which depend on this library may need to be recompiled. Tools + such as revdep-rebuild may assist in identifying some of these packages. + </p> + </resolution> + <references> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-10790"> + CVE-2017-10790 + </uri> + <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2017-6891"> + CVE-2017-6891 + </uri> + </references> + <metadata tag="requester" timestamp="2017-10-08T19:04:08Z">b-man</metadata> + <metadata tag="submitter" timestamp="2017-10-13T22:47:29Z">chrisadr</metadata> +</glsa> diff --git a/metadata/glsa/timestamp.chk b/metadata/glsa/timestamp.chk index c5459b0a117f..5da5bf2af708 100644 --- a/metadata/glsa/timestamp.chk +++ b/metadata/glsa/timestamp.chk @@ -1 +1 @@ -Fri, 13 Oct 2017 19:39:12 +0000 +Sun, 15 Oct 2017 00:09:18 +0000 diff --git a/metadata/glsa/timestamp.commit b/metadata/glsa/timestamp.commit index f549de6417ac..e36f8be6f680 100644 --- a/metadata/glsa/timestamp.commit +++ b/metadata/glsa/timestamp.commit @@ -1 +1 @@ -28cc4b75c6ed98b149f306c8a61e2f27c973a628 1507594359 2017-10-10T00:12:39+00:00 +73e44e2cacf09551930e343dbe6a24425f52af50 1507934888 2017-10-13T22:48:08+00:00 |