1. Gentoo Linux Security Advisory
| Advisory Reference | GLSA 200712-04 / cairo |
| Release Date | December 09, 2007 |
| Latest Revision | December 09, 2007: 01 |
| Impact | normal |
| Exploitable | remote |
| Package | Vulnerable versions | Unaffected versions | Architecture(s) |
| x11-libs/cairo | < 1.4.12 | >= 1.4.12 | All supported architectures |
Related bugreports: #200350
Multiple integer overflows were discovered in Cairo, possibly leading to the execution of arbitrary code.
Cairo is a 2D vector graphics library with cross-device output support.
Multiple integer overflows were reported, one of which Peter Valchev (Google Security) found to be leading to a heap-based buffer overflow in the cairo_image_surface_create_from_png() function that processes PNG images.
A remote attacker could entice a user to view or process a specially crafted PNG image file in an application linked against Cairo, possibly leading to the execution of arbitrary code with the privileges of the user running the application.
There is no known workaround at this time.
All Cairo users should upgrade to the latest version:
Code Listing 3.1: Resolution |
# emerge --sync # emerge --ask --oneshot --verbose ">=x11-libs/cairo-1.4.12" |