diff options
author | Repository QA checks <repo-qa-checks@gentoo.org> | 2016-04-14 08:02:22 +0000 |
---|---|---|
committer | Repository QA checks <repo-qa-checks@gentoo.org> | 2016-04-14 08:02:22 +0000 |
commit | 670f14532cf81a4e02d989bcb1254e1e48bcb4e4 (patch) | |
tree | 68ef72d9e802ec198860f87b94402f4ca3aae287 /metadata/glsa/glsa-200812-09.xml | |
parent | Add 'metadata/dtd/' from commit 'f8325042cda078a7fa29be8dcb9a092219332112' (diff) | |
parent | Add GLSA 201604-03 - Fix (diff) | |
download | gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.tar.gz gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.tar.bz2 gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.zip |
Add 'metadata/glsa/' from commit 'aacff3c55fb52643f95332002ecdb7d439b8e4df'
git-subtree-dir: metadata/glsa
git-subtree-mainline: 3149e13ab601ad3a8f925656fd88567d2626de47
git-subtree-split: aacff3c55fb52643f95332002ecdb7d439b8e4df
Diffstat (limited to 'metadata/glsa/glsa-200812-09.xml')
-rw-r--r-- | metadata/glsa/glsa-200812-09.xml | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200812-09.xml b/metadata/glsa/glsa-200812-09.xml new file mode 100644 index 000000000000..ed0391baaafd --- /dev/null +++ b/metadata/glsa/glsa-200812-09.xml @@ -0,0 +1,69 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> + +<glsa id="200812-09"> + <title>OpenSC: Insufficient protection of smart card PIN</title> + <synopsis> + Smart cards formatted using OpenSC do not sufficiently protect the PIN, + allowing attackers to reset it. + </synopsis> + <product type="ebuild">opensc</product> + <announced>December 10, 2008</announced> + <revised>December 10, 2008: 01</revised> + <bug>233543</bug> + <access>local</access> + <affected> + <package name="dev-libs/opensc" auto="yes" arch="*"> + <unaffected range="ge">0.11.6</unaffected> + <vulnerable range="lt">0.11.6</vulnerable> + </package> + </affected> + <background> + <p> + OpenSC is a smart card application that allows reading and writing via + PKCS#11. + </p> + </background> + <description> + <p> + Chaskiel M Grundman reported that OpenSC uses weak permissions (ADMIN + file control information of 00) for the 5015 directory on smart cards + and USB crypto tokens running Siemens CardOS M4. + </p> + </description> + <impact type="normal"> + <p> + A physically proximate attacker can exploit this vulnerability to + change the PIN on a smart card and use it for authentication, leading + to privilege escalation. + </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, and then check + and update their smart cards: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-libs/opensc-0.11.6" + # pkcs15-tool --test-update + # pkcs15-tool --test-update --update</code> + </resolution> + <references> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-2235">CVE-2008-2235</uri> + </references> + <metadata tag="requester" timestamp="Wed, 26 Nov 2008 18:58:19 +0000"> + rbu + </metadata> + <metadata tag="submitter" timestamp="Wed, 26 Nov 2008 19:57:21 +0000"> + rbu + </metadata> + <metadata tag="bugReady" timestamp="Wed, 26 Nov 2008 19:57:53 +0000"> + rbu + </metadata> +</glsa> |