Lucene search

K
gentooGentoo FoundationGLSA-200603-15
HistoryMar 17, 2006 - 12:00 a.m.

Crypt::CBC: Insecure initialization vector

2006-03-1700:00:00
Gentoo Foundation
security.gentoo.org
9

2.6 Low

CVSS2

Access Vector

NETWORK

Access Complexity

HIGH

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

NONE

Availability Impact

NONE

AV:N/AC:H/Au:N/C:P/I:N/A:N

0.011 Low

EPSS

Percentile

84.7%

Background

Crypt::CBC is a Perl module to encrypt data using cipher block chaining (CBC).

Description

Lincoln Stein discovered that Crypt::CBC fails to handle 16 bytes long initializiation vectors correctly when running in the RandomIV mode, resulting in a weaker encryption because the second part of every block will always be encrypted with zeros if the blocksize of the cipher is greater than 8 bytes.

Impact

An attacker could exploit weak ciphertext produced by Crypt::CBC to bypass certain security restrictions or to gain access to sensitive data.

Workaround

There is no known workaround at this time.

Resolution

All Crypt::CBC users should upgrade to the latest available version:

 # emerge --sync
 # emerge --ask --oneshot --verbose ">=dev-perl/crypt-cbc-2.17"
OSVersionArchitecturePackageVersionFilename
Gentooanyalldev-perl/crypt-cbc< 2.17UNKNOWN

2.6 Low

CVSS2

Access Vector

NETWORK

Access Complexity

HIGH

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

NONE

Availability Impact

NONE

AV:N/AC:H/Au:N/C:P/I:N/A:N

0.011 Low

EPSS

Percentile

84.7%