diff options
Diffstat (limited to 'metadata/glsa/glsa-201401-18.xml')
-rw-r--r-- | metadata/glsa/glsa-201401-18.xml | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201401-18.xml b/metadata/glsa/glsa-201401-18.xml new file mode 100644 index 000000000000..10ed72dab113 --- /dev/null +++ b/metadata/glsa/glsa-201401-18.xml @@ -0,0 +1,54 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201401-18"> + <title>OpenSC: Arbitrary code execution</title> + <synopsis>Multiple stack-based buffer overflows have been found in OpenSC, + allowing attackers to execute arbitrary code. + </synopsis> + <product type="ebuild">opensc</product> + <announced>2014-01-21</announced> + <revised count="1">2014-01-21</revised> + <bug>349567</bug> + <access>local</access> + <affected> + <package name="dev-libs/opensc" auto="yes" arch="*"> + <unaffected range="ge">0.11.13-r2</unaffected> + <vulnerable range="lt">0.11.13-r2</vulnerable> + </package> + </affected> + <background> + <p>OpenSC is a tools and libraries for smart cards.</p> + </background> + <description> + <p>Multiple stack-based buffer overflow errors have been discovered in + OpenSC. + </p> + </description> + <impact type="normal"> + <p>A physically proximate attacker could possibly execute arbitrary code + using a specially crafted smart card. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All OpenSC users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-libs/opensc-0.11.13-r2" + </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-2010-4523">CVE-2010-4523</uri> + </references> + <metadata tag="requester" timestamp="2011-10-07T23:37:47Z"> + underling + </metadata> + <metadata tag="submitter" timestamp="2014-01-21T18:48:55Z">Zlogene</metadata> +</glsa> |