diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2017-01-02 15:54:14 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2017-01-02 15:54:14 +0100 |
commit | 87a295522cba0b0b46adb4904bb6458f971dff29 (patch) | |
tree | 24ce97c6ec13b694ddb6010a086aab1b91ef6a4a /glsa-201701-13.xml | |
parent | Add GLSA 201701-12 (diff) | |
download | glsa-87a295522cba0b0b46adb4904bb6458f971dff29.tar.gz glsa-87a295522cba0b0b46adb4904bb6458f971dff29.tar.bz2 glsa-87a295522cba0b0b46adb4904bb6458f971dff29.zip |
Add GLSA 201701-13
Diffstat (limited to 'glsa-201701-13.xml')
-rw-r--r-- | glsa-201701-13.xml | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/glsa-201701-13.xml b/glsa-201701-13.xml new file mode 100644 index 00000000..7484a5b4 --- /dev/null +++ b/glsa-201701-13.xml @@ -0,0 +1,56 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201701-13"> + <title>HDF5: Multiple vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been found in HDF5 which could lead + to the arbitrary execution of code. + </synopsis> + <product type="ebuild">hdf5</product> + <announced>January 02, 2017</announced> + <revised>January 02, 2017: 1</revised> + <bug>601404</bug> + <bug>601408</bug> + <bug>601414</bug> + <bug>601420</bug> + <access>local, remote</access> + <affected> + <package name="sci-libs/hdf5" auto="yes" arch="*"> + <unaffected range="ge">1.8.18</unaffected> + <vulnerable range="lt">1.8.18</vulnerable> + </package> + </affected> + <background> + <p>HDF5 technology suite includes a data model, library, and file format + for storing and managing data. + </p> + </background> + <description> + <p>Multiple arbitrary code execution vulnerabilities have been discovered + in HDF5. Please review the CVE identifiers referenced below for details. + </p> + </description> + <impact type="normal"> + <p>An attacker could execute arbitrary code with the privileges of the + process via a maliciously crafted database file. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All HDF5 users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=sci-libs/hdf5-1.8.18" + </code> + </resolution> + <references> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2016-4330">CVE-2016-4330</uri> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2016-4331">CVE-2016-4331</uri> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2016-4332">CVE-2016-4332</uri> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2016-4333">CVE-2016-4333</uri> + </references> + <metadata tag="requester" timestamp="Mon, 02 Jan 2017 07:36:29 +0000">b-man</metadata> + <metadata tag="submitter" timestamp="Mon, 02 Jan 2017 14:52:28 +0000">b-man</metadata> +</glsa> |