diff options
author | 2016-06-27 23:02:09 +0000 | |
---|---|---|
committer | 2016-06-27 23:02:09 +0000 | |
commit | b32aa501633b3886e7c6fefc023d27b60d2fc7ad (patch) | |
tree | 341ffbf96b44648d503f5a6dcee2c69cd613517d /metadata/glsa | |
parent | Merge updates from master (diff) | |
parent | Add GLSA 201606-19 (diff) | |
download | gentoo-b32aa501633b3886e7c6fefc023d27b60d2fc7ad.tar.gz gentoo-b32aa501633b3886e7c6fefc023d27b60d2fc7ad.tar.bz2 gentoo-b32aa501633b3886e7c6fefc023d27b60d2fc7ad.zip |
Merge commit '976d74c925f3f824c52feaf9fc3948b6d7ef2ad9'
Diffstat (limited to 'metadata/glsa')
-rw-r--r-- | metadata/glsa/glsa-201606-19.xml | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-201606-19.xml b/metadata/glsa/glsa-201606-19.xml new file mode 100644 index 000000000000..4bf0399fecf0 --- /dev/null +++ b/metadata/glsa/glsa-201606-19.xml @@ -0,0 +1,47 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="201606-19"> + <title>kwalletd: Information disclosure</title> + <synopsis>Kwalletd password stores are vulnerable to codebook attacks.</synopsis> + <product type="ebuild">kwalletd</product> + <announced>June 27, 2016</announced> + <revised>June 27, 2016: 1</revised> + <bug>496768</bug> + <access>local</access> + <affected> + <package name="kde-apps/kwalletd" auto="yes" arch="*"> + <unaffected range="ge">4.14.3-r2</unaffected> + <vulnerable range="lt">4.14.3-r2</vulnerable> + </package> + </affected> + <background> + <p>Kwalletd is is a credentials management application for KDE.</p> + </background> + <description> + <p>Kwalletd in KWallet uses Blowfish with ECB mode instead of CBC mode when + encrypting the password store. + </p> + </description> + <impact type="normal"> + <p>Local attackers, with access to the password store, could conduct a + codebook attack in order to obtain confidential passwords. + </p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All kwalletd users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=kde-apps/kwalletd-4.14.3-r1" + </code> + + </resolution> + <references> + <uri link="http://nvd.nist.gov/nvd.cfm?cvename=CVE-2013-7252">CVE-2013-7252</uri> + </references> + <metadata tag="requester" timestamp="Mon, 11 May 2015 16:07:07 +0000">K_F</metadata> + <metadata tag="submitter" timestamp="Mon, 27 Jun 2016 22:45:32 +0000">b-man</metadata> +</glsa> |