1. Gentoo Linux Security Advisory
| Advisory Reference | GLSA 200905-09 / libsndfile |
| Release Date | May 27, 2009 |
| Latest Revision | May 27, 2009: 01 |
| Impact | normal |
| Exploitable | remote |
| Package | Vulnerable versions | Unaffected versions | Architecture(s) |
| media-libs/libsndfile | < 1.0.20 | >= 1.0.20 | All supported architectures |
Related bugreports: #269863
Multiple heap-based buffer overflow vulnerabilities in libsndfile might allow remote attackers to execute arbitrary code.
libsndfile is a C library for reading and writing files containing sampled sound.
The following vulnerabilities have been found in libsndfile:
A remote attacker could entice a user to open a specially crafted AIFF or VOC file in a program using libsndfile, possibly resulting in the execution of arbitrary code with the privileges of the user running the application.
There is no known workaround at this time.
All libsndfile users should upgrade to the latest version:
Code Listing 3.1: Resolution |
# emerge --sync # emerge --ask --oneshot --verbose ">=media-libs/libsndfile-1.0.20" |