graphicsmagick 1.3.28-2ubuntu0.1 source package in Ubuntu
Changelog
graphicsmagick (1.3.28-2ubuntu0.1) bionic-security; urgency=medium * SECURITY UPDATE: Heap-based buffer overflow in the WriteTGAImage function. - debian/patches/CVE-2018-20184.patch: reject image rows/columns larger than 65535. - CVE-2018-20184 * SECURITY UPDATE: Heap based buffer over-read in the ReadBMPImage function. - debian/patches/CVE-2018-20185-1.patch: Only compute unsigned_maxvalue if sample_bits <= 32. - debian/patches/CVE-2018-20185-2.patch: Fix heap overflow in 32-bit due to arithmetic overflow. - debian/patches/CVE-2018-20185-3.patch: Improve buffer size calculations to guard against arithmetic overflow. - CVE-2018-20185 * SECURITY UPDATE: DoS (crash) in ReadDIBImage. - debian/patches/CVE-2018-20189.patch: DIB images claiming more than 8-bits per pixel are not colormapped. - CVE-2018-20189 * SECURITY UPDATE: Stack-based buffer overflow in the function SVGStartElement. - debian/patches/CVE-2019-11005.patch: Fix stack buffer overflow while parsing quoted font family value. - CVE-2019-11005 * SECURITY UPDATE: Heap-based buffer over-read in the function ReadMIFFImage. - debian/patches/CVE-2019-11006.patch: Detect end of file while reading RLE packets. - CVE-2019-11006 * SECURITY UPDATE: Heap-based buffer over-read in the function ReadMNGImage. - debian/patches/CVE-2019-11007-1.patch: New function to reallocate an image colormap. - debian/patches/CVE-2019-11007-2.patch: Fix small buffer overflow (one PixelPacket) of image colormap. - CVE-2019-11007 * SECURITY UPDATE: Heap-based buffer overflow in the function WriteXWDImage. - debian/patches/CVE-2019-11008.patch: Perform more header validations, a file size validation, and fix arithmetic overflows leading to heap overwrite. - CVE-2019-11008 * SECURITY UPDATE: Heap-based buffer over-read in the function ReadXWDImage. - debian/patches/CVE-2019-11009.patch: Fix heap buffer overflow while reading DirectClass XWD file. - CVE-2019-11009 * SECURITY UPDATE: Memory leak in the function ReadMPCImage. - debian/patches/CVE-2019-11010.patch: Deal with a profile length of zero, or an irrationally large profile length. - CVE-2019-11010 * SECURITY UPDATE: DoS (out-of-bounds read, floating-point exception and crash) by crafting an XWD image file. - debian/patches/CVE-2019-11473_11474-1.patch: Add more validation logic to avoid crashes due to FPE and invalid reads. - debian/patches/CVE-2019-11473_11474-2.patch: Address header-directed arbitrary memory allocation. - debian/patches/CVE-2019-11473_11474-3.patch: Address segmentation violation and invalid memory read with more validations. - CVE-2019-11473 - CVE-2019-11474 * SECURITY UPDATE: Heap-based buffer overflow in the function WritePDBImage. - debian/patches/CVE-2019-11505.patch: Use correct bits/sample rather than image->depth. Avoids potential buffer overflow. - CVE-2019-11505 * SECURITY UPDATE: Heap-based buffer overflow in the function WriteMATLABImage. - debian/patches/CVE-2019-11506.patch: Add completely missing error handling. - CVE-2019-11506 -- Eduardo Barretto <email address hidden> Thu, 28 Nov 2019 11:12:37 -0300
Upload details
- Uploaded by:
- Eduardo Barretto
- Uploaded to:
- Bionic
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- graphics
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
graphicsmagick_1.3.28.orig.tar.xz | 5.2 MiB | 942a68a9a8a5af6f682b896fd4f0ad617d8b49907e474acfe59549956bcc994a |
graphicsmagick_1.3.28-2ubuntu0.1.debian.tar.xz | 177.4 KiB | a8d98c4b162217b0b5176d8ba1a752b622e806e26c83393effa2844c1b47ea40 |
graphicsmagick_1.3.28-2ubuntu0.1.dsc | 2.8 KiB | 04cd4682edcbb1ecc96b64ceadf55ec8608b8cecd31865f0ae3581309ca57ca5 |
Available diffs
Binary packages built by this source
- graphicsmagick: collection of image processing tools
GraphicsMagick provides a set of command-line applications to manipulate
image files. It is a fork of the ImageMagick project and therefore offers
a similar set of features, but puts a larger emphasis on stability.
.
The tools support a large variety of image formats from the widely used
jpeg, tiff, bmp or xpm to special-purpose formats such as fits or image
formats found on some photo CDs. They can convert between formats,
concatenate several images into one, annotate and distort them, create
thumbnails or manipulate the colormap. While all features are available
from the command-line, the package also includes an image viewer that
allows interactive manipulation.
.
Note that unlike ImageMagick, the GraphicsMagick tools are accessed
through a single executable called 'gm'. Therefore, GraphicsMagick and
ImageMagick can be used in parallel. Install package
graphicsmagick-imagemagick- compat to obtain a set of several executables
that is compatible to ImageMagick's interface.
- graphicsmagick-dbg: format-independent image processing - debugging symbols
GraphicsMagick provides libraries in several programming languages to read,
write and manipulate image files across a large number of formats, from the
widely used jpeg, tiff, bmp or xpm to special-purpose formats such as fits or
image formats found on some photo CDs. There are functions for finegrained
image processing tasks, as well as conversion routines between the various
image formats.
.
The GraphicsMagick library is a fork of ImageMagick and therefore offers
an interface that is similar in features, but intended to be more stable
across releases. While compatibility does not go so far that the
GraphicsMagick library serves as a drop-in replacement for ImageMagick,
conversion can usually be done with little effort.
.
This package contains debugging symbols for the gm executable as well as the
C, C++, and Perl bindings. Tools like gdb and ltrace make use of these
symbols.
- graphicsmagick-imagemagick-compat: image processing tools providing ImageMagick interface
GraphicsMagick provides a set of command-line applications to manipulate
image files. It is a fork of the ImageMagick project and therefore offers
a similar set of features, but puts a larger emphasis on stability.
.
With this package installed, the GraphicsMagick command line tools can
be executed like their ImageMagick counterparts. It allows one to migrate
scripts from ImageMagick to GraphicsMagick without any code changes.
- graphicsmagick-libmagick-dev-compat: image processing libraries providing ImageMagick interface
GraphicsMagick provides libraries in several programming languages to read,
write and manipulate image files across a large number of formats, from the
widely used jpeg, tiff, bmp or xpm to special-purpose formats such as fits or
image formats found on some photo CDs. There are functions for finegrained
image processing tasks, as well as conversion routines between the various
image formats.
.
The GraphicsMagick libraries are a fork of ImageMagick and therefore offer
programming interfaces that are mostly compatible. While there might be
small differences, experience tells that many programs only use a compatible
subset and build fine with either GraphicsMagick or ImageMagick.
.
While GraphicsMagick uses different names for libraries, classes, and
helper applications in order to coexist with ImageMagick, this package
intends to minimise porting efforts by exporting the GraphicsMagick
interface with the usual ImageMagick names. Note that this package only
tries to provide build-time compatibility. Run-time libraries of
ImageMagick and GraphicsMagick are incompatible and cannot be interchanged.
.
This package includes compatibility wrappers for the C, C++, and Perl
libraries.
- libgraphics-magick-perl: format-independent image processing - perl interface
GraphicsMagick provides libraries in several programming languages to read,
write and manipulate image files across a large number of formats, from the
widely used jpeg, tiff, bmp or xpm to special-purpose formats such as fits or
image formats found on some photo CDs. There are functions for finegrained
image processing tasks, as well as conversion routines between the various
image formats.
.
The GraphicsMagick library is a fork of ImageMagick and therefore offers
an interface that is similar in features, but intended to be more stable
across releases. While compatibility does not go so far that the
GraphicsMagick library serves as a drop-in replacement for ImageMagick,
conversion can usually be done with little effort.
.
This package contains the classes to access GraphicsMagick functionality from
Perl scripts. It is mostly similar to PerlMagick from the ImageMagick suite,
but uses a different class name.
- libgraphicsmagick++-q16-12: format-independent image processing - C++ shared library
GraphicsMagick provides libraries in several programming languages to read,
write and manipulate image files across a large number of formats, from the
widely used jpeg, tiff, bmp or xpm to special-purpose formats such as fits or
image formats found on some photo CDs. There are functions for finegrained
image processing tasks, as well as conversion routines between the various
image formats.
.
The GraphicsMagick library is a fork of ImageMagick and therefore offers
an interface that is similar in features, but intended to be more stable
across releases. While compatibility does not go so far that the
GraphicsMagick library serves as a drop-in replacement for ImageMagick,
conversion can usually be done with little effort.
.
This package contains the C++ libraries needed to run executables that use
the GraphicsMagick++ library.
- libgraphicsmagick++1-dev: format-independent image processing - C++ development files
GraphicsMagick provides libraries in several programming languages to read,
write and manipulate image files across a large number of formats, from the
widely used jpeg, tiff, bmp or xpm to special-purpose formats such as fits or
image formats found on some photo CDs. There are functions for finegrained
image processing tasks, as well as conversion routines between the various
image formats.
.
The GraphicsMagick library is a fork of ImageMagick and therefore offers
an interface that is similar in features, but intended to be more stable
across releases. While compatibility does not go so far that the
GraphicsMagick library serves as a drop-in replacement for ImageMagick,
conversion can usually be done with little effort.
.
This package contains the C++ development headers and library files needed to
compile programs using the GraphicsMagick++ library.
- libgraphicsmagick-q16-3: format-independent image processing - C shared library
GraphicsMagick provides libraries in several programming languages to read,
write and manipulate image files across a large number of formats, from the
widely used jpeg, tiff, bmp or xpm to special-purpose formats such as fits or
image formats found on some photo CDs. There are functions for finegrained
image processing tasks, as well as conversion routines between the various
image formats.
.
The GraphicsMagick library is a fork of ImageMagick and therefore offers
an interface that is similar in features, but intended to be more stable
across releases. While compatibility does not go so far that the
GraphicsMagick library serves as a drop-in replacement for ImageMagick,
conversion can usually be done with little effort.
.
This package contains the C libraries needed to run executables that use
the GraphicsMagick library.
- libgraphicsmagick1-dev: format-independent image processing - C development files
GraphicsMagick provides libraries in several programming languages to read,
write and manipulate image files across a large number of formats, from the
widely used jpeg, tiff, bmp or xpm to special-purpose formats such as fits or
image formats found on some photo CDs. There are functions for finegrained
image processing tasks, as well as conversion routines between the various
image formats.
.
The GraphicsMagick library is a fork of ImageMagick and therefore offers
an interface that is similar in features, but intended to be more stable
across releases. While compatibility does not go so far that the
GraphicsMagick library serves as a drop-in replacement for ImageMagick,
conversion can usually be done with little effort.
.
This package contains the C development headers and library files needed to
compile programs using the GraphicsMagick library.