GLSA Advocate
Joined: 12 May 2004 Posts: 2663
|
Posted: Fri Apr 03, 2009 2:26 pm Post subject: [ GLSA 200904-02 ] GLib: Execution of arbitrary code |
|
|
Gentoo Linux Security Advisory
Title: GLib: Execution of arbitrary code (GLSA 200904-02)
Severity: normal
Exploitable: remote
Date: April 03, 2009
Updated: April 05, 2009
Bug(s): #249214
ID: 200904-02
Synopsis
Multiple integer overflows might allow for the execution of arbitrary code when performing base64 conversion.
Background
The GLib is a library of C routines that is used by a multitude of programs.
Affected Packages
Package: dev-libs/glib
Vulnerable: < 2.18.4-r1
Unaffected: >= 2.18.4-r1
Unaffected: >= 2.16.6-r1 < 2.16.7
Unaffected: < 2
Architectures: All supported architectures
Description
Diego E. Petteno` reported multiple integer overflows in glib/gbase64.c when converting a long string from or to a base64 representation.
Impact
A remote attacker could entice a user or automated system to perform a base64 conversion via an application using GLib, possibly resulting in the execution of arbitrary code.
Workaround
There is no known workaround at this time.
Resolution
All GLib 2.18 users should upgrade to the latest version: Code: | # emerge --sync
# emerge --ask --oneshot --verbose ">=dev-libs/glib-2.18.4-r1" | All GLib 2.16 users should upgrade to the latest version: Code: | # emerge --sync
# emerge --ask --oneshot --verbose ">=dev-libs/glib-2.16.6-r1" |
References
CVE-2008-4316
Last edited by GLSA on Mon Apr 06, 2009 4:18 am; edited 1 time in total |
|