CamlImages: User-assisted execution of arbitrary code
1.
Gentoo Linux Security Advisory
Version Information
| Advisory Reference |
GLSA 201006-02 / camlimages |
| Release Date |
June 01, 2010 |
| Latest Revision |
June 01, 2010: 01 |
| Impact |
normal |
| Exploitable |
remote |
| Package |
Vulnerable versions |
Unaffected versions |
Architecture(s) |
| dev-ml/camlimages |
<
3.0.2 |
>=
3.0.2 |
All supported architectures
|
Related bugreports:
#276235, #290222
Synopsis
Multiple integer overflows in CamlImages might result in the remote
execution of arbitrary code.
2.
Impact Information
Background
CamlImages is an image processing library for Objective Caml.
Description
Tielei Wang reported multiple integer overflows, possibly leading to
heap-based buffer overflows in the (1) read_png_file() and
read_png_file_as_rgb24() functions, when processing a PNG image
(CVE-2009-2295) and (2) gifread.c and jpegread.c files when processing
GIF or JPEG images (CVE-2009-2660).
Other integer overflows were also found in tiffread.c (CVE-2009-3296).
Impact
A remote attacker could entice a user to open a specially crafted,
overly large PNG, GIF, TIFF, or JPEG image using an application that
uses the CamlImages library, possibly resulting in the execution of
arbitrary code with the privileges of the user running the application.
3.
Resolution Information
Workaround
There is no known workaround at this time.
Resolution
All CamlImages users should upgrade to the latest version:
Code Listing 3.1: Resolution |
# emerge --sync
# emerge --ask --oneshot --verbose =dev-ml/camlimages-3.0.2
|
4.
References
|