1. Gentoo Linux Security Advisory
| Advisory Reference | GLSA 200605-14 / libextractor |
| Release Date | May 21, 2006 |
| Latest Revision | May 21, 2006: 01 |
| Impact | normal |
| Exploitable | remote |
| Package | Vulnerable versions | Unaffected versions | Architecture(s) |
| media-libs/libextractor | < 0.5.14 | >= 0.5.14 | All supported architectures |
Related bugreports: #133570
libextractor is vulnerable to two heap overflow vulnerabilities which could lead to the execution of arbitrary code.
libextractor is a library used to extract metadata from arbitrary files.
Luigi Auriemma has found two heap-based buffer overflows in libextractor 0.5.13 and earlier: one of them occurs in the asf_read_header function in the ASF plugin, and the other occurs in the parse_trak_atom function in the Qt plugin.
By enticing a user to open a malformed file using an application that employs libextractor and its ASF or Qt plugins, an attacker could execute arbitrary code in the context of the application running the affected library.
There is no known workaround at this time.
All libextractor users should upgrade to the latest version:
Code Listing 3.1: Resolution |
# emerge --sync # emerge --ask --oneshot --verbose ">=media-libs/libextractor-0.5.14" |