Gentoo Archives: gentoo-announce

From: Stefan Cornelius <dercorny@g.o>
To: gentoo-announce@l.g.o
Cc: bugtraq@×××××××××××××.com, full-disclosure@××××××××××××××.uk, security-alerts@×××××××××××××.com
Subject: [gentoo-announce] [ GLSA 200603-15 ] Crypt::CBC: Insecure initialization vector
Date: Fri, 17 Mar 2006 18:39:19
Message-Id: 200603171904.44570.dercorny@gentoo.org
1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
2 Gentoo Linux Security Advisory GLSA 200603-15
3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
4 http://security.gentoo.org/
5 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
6
7 Severity: Low
8 Title: Crypt::CBC: Insecure initialization vector
9 Date: March 17, 2006
10 Bugs: #126048
11 ID: 200603-15
12
13 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
14
15 Synopsis
16 ========
17
18 Crypt::CBC uses an insecure initialization vector, potentially
19 resulting in a weaker encryption.
20
21 Background
22 ==========
23
24 Crypt::CBC is a Perl module to encrypt data using cipher block chaining
25 (CBC).
26
27 Affected packages
28 =================
29
30 -------------------------------------------------------------------
31 Package / Vulnerable / Unaffected
32 -------------------------------------------------------------------
33 1 dev-perl/crypt-cbc < 2.17 >= 2.17
34
35 Description
36 ===========
37
38 Lincoln Stein discovered that Crypt::CBC fails to handle 16 bytes long
39 initializiation vectors correctly when running in the RandomIV mode,
40 resulting in a weaker encryption because the second part of every block
41 will always be encrypted with zeros if the blocksize of the cipher is
42 greater than 8 bytes.
43
44 Impact
45 ======
46
47 An attacker could exploit weak ciphertext produced by Crypt::CBC to
48 bypass certain security restrictions or to gain access to sensitive
49 data.
50
51 Workaround
52 ==========
53
54 There is no known workaround at this time.
55
56 Resolution
57 ==========
58
59 All Crypt::CBC users should upgrade to the latest available version:
60
61 # emerge --sync
62 # emerge --ask --oneshot --verbose ">=dev-perl/crypt-cbc-2.17"
63
64 References
65 ==========
66
67 [ 1 ] CVE-2006-0898
68 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0898
69
70 Availability
71 ============
72
73 This GLSA and any updates to it are available for viewing at
74 the Gentoo Security Website:
75
76 http://security.gentoo.org/glsa/glsa-200603-15.xml
77
78 Concerns?
79 =========
80
81 Security is a primary focus of Gentoo Linux and ensuring the
82 confidentiality and security of our users machines is of utmost
83 importance to us. Any security concerns should be addressed to
84 security@g.o or alternatively, you may file a bug at
85 http://bugs.gentoo.org.
86
87 License
88 =======
89
90 Copyright 2006 Gentoo Foundation, Inc; referenced text
91 belongs to its owner(s).
92
93 The contents of this document are licensed under the
94 Creative Commons - Attribution / Share Alike license.
95
96 http://creativecommons.org/licenses/by-sa/2.0