Lucene search

K
gentooGentoo FoundationGLSA-200908-07
HistoryAug 18, 2009 - 12:00 a.m.

Perl Compress::Raw modules: Denial of service

2009-08-1800:00:00
Gentoo Foundation
security.gentoo.org
10

6.8 Medium

CVSS2

Access Vector

NETWORK

Access Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

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

0.007 Low

EPSS

Percentile

79.8%

Background

Compress::Raw::Zlib and Compress::Raw::Bzip2 are Perl low-level interfaces to the zlib and bzip2 compression libraries.

Description

Leo Bergolth reported an off-by-one error in the inflate() function in Zlib.xs of Compress::Raw::Zlib, possibly leading to a heap-based buffer overflow (CVE-2009-1391).

Paul Marquess discovered a similar vulnerability in the bzinflate() function in Bzip2.xs of Compress::Raw::Bzip2 (CVE-2009-1884).

Impact

A remote attacker might entice a user or automated system (for instance running SpamAssassin or AMaViS) to process specially crafted files, possibly resulting in a Denial of Service condition.

Workaround

There is no known workaround at this time.

Resolution

All Compress::Raw::Zlib users should upgrade to the latest version:

 # emerge --sync
 # emerge --ask --oneshot --verbose ">=perl-core/Compress-Raw-Zlib-2.020"

All Compress::Raw::Bzip2 users should upgrade to the latest version:

 # emerge --sync
 # emerge --ask --oneshot --verbose ">=perl-core/Compress-Raw-Bzip2-2.020"
OSVersionArchitecturePackageVersionFilename
Gentooanyallperl-core/compress-raw-zlib<Β 2.020UNKNOWN
Gentooanyallperl-core/compress-raw-bzip2<Β 2.020UNKNOWN

6.8 Medium

CVSS2

Access Vector

NETWORK

Access Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

PARTIAL

Availability Impact

PARTIAL

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

0.007 Low

EPSS

Percentile

79.8%