diff options
author | Repository QA checks <repo-qa-checks@gentoo.org> | 2017-01-29 17:02:27 +0000 |
---|---|---|
committer | Repository QA checks <repo-qa-checks@gentoo.org> | 2017-01-29 17:02:27 +0000 |
commit | f3e57b4f8b49df348af5e54daedf44815194192b (patch) | |
tree | 9f9f34a05034d69f0a094dbffb3ca034a8b17d32 /metadata | |
parent | Merge updates from master (diff) | |
parent | Add GLSA 201701-73 (diff) | |
download | gentoo-f3e57b4f8b49df348af5e54daedf44815194192b.tar.gz gentoo-f3e57b4f8b49df348af5e54daedf44815194192b.tar.bz2 gentoo-f3e57b4f8b49df348af5e54daedf44815194192b.zip |
Merge commit 'cd01010a8dca6f59856f74e21f4aae127e671567'
Diffstat (limited to 'metadata')
-rw-r--r-- | metadata/glsa/glsa-201701-72.xml | 55 | ||||
-rw-r--r-- | metadata/glsa/glsa-201701-73.xml | 55 |
2 files changed, 110 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201701-72.xml b/metadata/glsa/glsa-201701-72.xml new file mode 100644 index 000000000000..d0c052d546f8 --- /dev/null +++ b/metadata/glsa/glsa-201701-72.xml @@ -0,0 +1,55 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201701-72"> + <title>libXpm: Remote execution of arbitrary code</title> + <synopsis>An integer overflow in libXpm might allow remote attackers to + execute arbitrary code or cause a Denial of Service Condition. + </synopsis> + <product type="ebuild">libxpm</product> + <announced>2017-01-29</announced> + <revised>2017-01-29: 1</revised> + <bug>602782</bug> + <access>remote</access> + <affected> + <package name="x11-libs/libXpm" auto="yes" arch="*"> + <unaffected range="ge">3.5.12</unaffected> + <vulnerable range="lt">3.5.12</vulnerable> + </package> + </affected> + <background> + <p>The X PixMap image format is an extension of the monochrome X BitMap + format specified in the X protocol, and is commonly used in traditional X + applications. + </p> + </background> + <description> + <p>An integer overflow was discovered in libXpm’s src/CrDatFrI.c file. + On 64 bit systems, this allows an overflow to occur on 32 bit integers + while parsing XPM extensions in a file. + </p> + </description> + <impact type="normal"> + <p>A remote attacker, by enticing a user to process a specially crafted XPM + file, could execute arbitrary code with the privileges of the process or + cause a Denial of Service condition. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All libXpm users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=x11-libs/libXpm-3.5.12" + </code> + </resolution> + <references> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2016-10164"> + CVE-2016-10164 + </uri> + </references> + <metadata tag="requester" timestamp="2017-01-26T15:22:27Z">whissi</metadata> + <metadata tag="submitter" timestamp="2017-01-29T16:58:23Z">b-man</metadata> +</glsa> diff --git a/metadata/glsa/glsa-201701-73.xml b/metadata/glsa/glsa-201701-73.xml new file mode 100644 index 000000000000..e8cbde4b7190 --- /dev/null +++ b/metadata/glsa/glsa-201701-73.xml @@ -0,0 +1,55 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201701-73"> + <title>SQUASHFS: Multiple vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been discovered in SQUASHFS, the + worst of which may allow execution of arbitrary code + </synopsis> + <product type="ebuild">squashfs</product> + <announced>2017-01-29</announced> + <revised>2017-01-29: 1</revised> + <bug>552484</bug> + <access>remote</access> + <affected> + <package name="sys-fs/squashfs-tools" auto="yes" arch="*"> + <unaffected range="ge">4.3-r1</unaffected> + <vulnerable range="lt">4.3-r1</vulnerable> + </package> + </affected> + <background> + <p>Squashfs is a compressed read-only filesystem for Linux. Squashfs is + intended for general read-only filesystem use, for archival use (i.e. in + cases where a .tar.gz file may be used), and in constrained block + device/memory systems (e.g. embedded systems) where low overhead is + needed. + </p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in SQUASHFS. Please review + the CVE identifiers referenced below for details. + </p> + </description> + <impact type="normal"> + <p>Remote attackers, by enticing a user to process a specially crafted + SQUASHFS image, could execute arbitrary code with the privileges of the + process. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All SQUASHFS users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=sys-fs/squashfs-tools-4.3-r1" + </code> + </resolution> + <references> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2015-4645">CVE-2015-4645</uri> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2015-4646">CVE-2015-4646</uri> + </references> + <metadata tag="requester" timestamp="2017-01-19T10:43:44Z">b-man</metadata> + <metadata tag="submitter" timestamp="2017-01-29T16:58:33Z">b-man</metadata> +</glsa> |