1. Gentoo Linux Security Advisory
| Advisory Reference | GLSA 200806-10 / freetype |
| Release Date | June 23, 2008 |
| Latest Revision | May 28, 2009: 03 |
| Impact | normal |
| Exploitable | remote |
| Package | Vulnerable versions | Unaffected versions | Architecture(s) |
| media-libs/freetype | < 2.3.6 | >= 2.3.6, revision >= 1.4_pre20080316-r1 | All supported architectures |
Related bugreports: #225851
Font parsing vulnerabilities in FreeType might lead to user-assisted execution of arbitrary code.
FreeType is a font rendering library for TrueType Font (TTF) and Printer Font Binary (PFB).
Regenrecht reported multiple vulnerabilities in FreeType via iDefense:
A remote attacker could entice a user to open a specially crafted TTF or PBF file, possibly resulting in the execution of arbitrary code with the privileges of the user running an application linked against FreeType (such as the X.org X server, running as root).
There is no known workaround at this time.
All FreeType users should upgrade to the latest version:
Code Listing 3.1: Resolution |
# emerge --sync # emerge --ask --oneshot --verbose ">=media-libs/freetype-2.3.6" |