diff options
author | Aaron Bauman <bman@gentoo.org> | 2017-01-24 07:42:57 +0900 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2017-01-24 07:42:57 +0900 |
commit | 7b08e2950bc8e51e4ac12dc4d9c26a6d1f947c8b (patch) | |
tree | 8e55db7d206531f496b9795e1b0f8630d47fe496 /glsa-201701-57.xml | |
parent | Add GLSA 201701-56 (diff) | |
download | glsa-7b08e2950bc8e51e4ac12dc4d9c26a6d1f947c8b.tar.gz glsa-7b08e2950bc8e51e4ac12dc4d9c26a6d1f947c8b.tar.bz2 glsa-7b08e2950bc8e51e4ac12dc4d9c26a6d1f947c8b.zip |
Add GLSA 201701-57
Diffstat (limited to 'glsa-201701-57.xml')
-rw-r--r-- | glsa-201701-57.xml | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/glsa-201701-57.xml b/glsa-201701-57.xml new file mode 100644 index 00000000..d653fddf --- /dev/null +++ b/glsa-201701-57.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-57"> + <title>T1Lib: : Multiple vulnerabilities</title> + <synopsis>Multiple vulnerabilities have been discovered in T1Lib, the worst + of which could lead to remote execution of arbitrary code. + </synopsis> + <product type="ebuild">t1lib</product> + <announced>2017-01-23</announced> + <revised>2017-01-23: 1</revised> + <bug>358667</bug> + <access>remote</access> + <affected> + <package name="media-libs/t1lib" auto="yes" arch="*"> + <unaffected range="ge">5.1.2-r1</unaffected> + <vulnerable range="lt">5.1.2-r1</vulnerable> + </package> + </affected> + <background> + <p>T1Lib is a library for rasterizing bitmaps from Adobe Type 1 fonts.</p> + </background> + <description> + <p>Multiple vulnerabilities have been discovered in T1Lib. Please review + the CVE identifiers referenced below for details. + </p> + </description> + <impact type="normal"> + <p>Remote attackers, by coercing users to process specially crafted AFM + font or PDF file, could cause a Denial of Service condition or execute + arbitrary code. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All T1Lib users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=media-libs/t1lib-5.1.2-r1" + </code> + </resolution> + <references> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2010-2642">CVE-2010-2642</uri> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2011-0433">CVE-2011-0433</uri> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2011-0764">CVE-2011-0764</uri> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2011-1552">CVE-2011-1552</uri> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2011-1553">CVE-2011-1553</uri> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2011-1554">CVE-2011-1554</uri> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2011-5244">CVE-2011-5244</uri> + </references> + <metadata tag="requester" timestamp="2017-01-18T03:19:11Z">b-man</metadata> + <metadata tag="submitter" timestamp="2017-01-23T22:39:53Z">b-man</metadata> +</glsa> |