Bug 497503 (CVE-2009-1341) - CVE-2009-1341 perl-DBD-Pg: dequote_bytea memory leak
Summary: CVE-2009-1341 perl-DBD-Pg: dequote_bytea memory leak
Keywords:
Status: CLOSED ERRATA
Alias: CVE-2009-1341
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Red Hat Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 497999 498000 498001 833953
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-04-24 11:14 UTC by Tomas Hoger
Modified: 2021-11-02 18:05 UTC (History)
9 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2009-05-26 17:23:35 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2009:0479 0 normal SHIPPED_LIVE Moderate: perl-DBD-Pg security update 2009-05-13 14:27:11 UTC
Red Hat Product Errata RHSA-2009:1067 0 normal SHIPPED_LIVE Moderate: Red Hat Application Stack v2.3 security and enhancement update 2009-05-26 17:06:06 UTC

Description Tomas Hoger 2009-04-24 11:14:16 UTC
Bryce Nesbitt notified us about memory leak in DBD-Pg's dequote_bytea (quote.c) caused by:

    New(0, result, strlen((char *)string)+1, unsigned char);
    result = string;

    ...

    Renew(result, (*retlen), unsigned char);

When DBD::Pg is used to get date from tables with columns of BYTEA PostgreSQL, memory is leaked.  This can result in out-of-memory conditions when the affected perl script is long-running one or used with e.g. mod_perl.

This problem should be fixed in DBD-Pg versions 2.x, where extraneous New / Renew calls are removed.

Comment 1 Tomas Hoger 2009-04-24 11:14:41 UTC
This issue does not affect perl-DBD-Pg versions shipped in Red Hat Enterprise
Linux 2.1, 3, and 4.  Version 1.49 shipped in Red Hat Enterprise Linux 5, Red
Hat Application Stack v1 and v2 is affected.

Comment 4 Tomas Hoger 2009-04-28 13:36:58 UTC
Upstream report:
  https://rt.cpan.org/Public/Bug/Display.html?id=21392

Comment 5 Tomas Hoger 2009-04-29 06:23:21 UTC
Public now via Debian DSA:
  http://www.debian.org/security/2009/dsa-1780

Comment 6 Vincent Danen 2009-05-01 16:51:26 UTC
Common Vulnerabilities and Exposures assigned an identifier CVE-2009-1341 to
the following vulnerability:

Name: CVE-2009-1341
URL: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-1341
Assigned: 20090417
Reference: MISC: https://launchpad.net/bugs/cve/2009-1341
Reference: CONFIRM: http://cpansearch.perl.org/src/TURNSTEP/DBD-Pg-2.13.1/Changes
Reference: CONFIRM: http://rt.cpan.org/Public/Bug/Display.html?id=21392
Reference: CONFIRM: http://security.debian.org/pool/updates/main/libd/libdbd-pg-perl/libdbd-pg-perl_1.49-2+etch1.diff.gz
Reference: DEBIAN:DSA-1780
Reference: URL: http://www.debian.org/security/2009/dsa-1780

Memory leak in the dequote_bytea function in quote.c in the DBD::Pg
(aka DBD-Pg or libdbd-pg-perl) module before 2.0.0 for Perl allows
context-dependent attackers to cause a denial of service (memory
consumption) by fetching data with BYTEA columns.

Comment 8 errata-xmlrpc 2009-05-13 14:27:16 UTC
This issue has been addressed in following products:

  Red Hat Enterprise Linux 5

Via RHSA-2009:0479 https://rhn.redhat.com/errata/RHSA-2009-0479.html

Comment 9 errata-xmlrpc 2009-05-26 17:06:15 UTC
This issue has been addressed in following products:

  Red Hat Web Application Stack for RHEL 5

Via RHSA-2009:1067 https://rhn.redhat.com/errata/RHSA-2009-1067.html

Comment 10 Tomas Hoger 2009-05-26 17:23:35 UTC
Red Hat Application Stack v1 for Enterprise Linux AS (version 4) is now in the maintenance phase of its life cycle:

  http://www.redhat.com/security/updates/rhappstack/

According to the published Errata Support Policy, only security issues with critical security impact are fixed in Red Hat Application Stack during the maintenance phase.  This issue was rated as having moderate security impact and therefore will not be fixed in Red Hat Application Stack v1.


Note You need to log in before you can comment on or make changes to this bug.