Name
cairo
Version
1.16.0
Type
library
Description
The Cairo 2D vector graphics library
Licenses
(MPL-1.1 | LGPL-2.1-only) & GPL-3.0-or-later
PURL
-
CPE
cpe:2.3:*:cairographics:cairo:1.16.0:*:*:*:*:*:*:*
Other Versions#
Patches#
#
Title
Author
Resolve
1
_arc_max_angle_for_tolerance_normalized: fix infinite loop
Heiko Lewin <hlewin@gmx.de>
CVE-2019-6462
2
Patch #2
Ross Burton <ross.burton@intel.com>
CVE-2019-6461
3
Patch #3
Fan Xin <fan.xin@jp.fujitsu.com>
CVE-2017-7475
4
ft: Use FT_Done_MM_Var instead of free when available in
Carlos Garcia Campos <cgarcia@igalia.com>
CVE-2018-19876
5
Fix mask usage in image-compositor
Heiko Lewin <heiko.lewin@worldiety.de>
CVE-2020-35492
Vulnerabilities#
Name
Analysis
Description
Patched
A flaw was found in cairo's image-compositor.c in all versions prior to 1.17.4. This flaw allows an attacker who can provide a crafted input file to cairo's image-compositor (for example, by convincing a user to open a file in an application using cairo, or if an application uses cairo on untrusted input) to cause a stack buffer overflow -> out-of-bounds WRITE. The highest impact from this vulnerability is to confidentiality, integrity, as well as system availability.
Patched
An issue was discovered in cairo 1.16.0. There is an infinite loop in the function _arc_error_normalized in the file cairo-arc.c, related to _arc_max_angle_for_tolerance_normalized.
Patched
An issue was discovered in cairo 1.16.0. There is an assertion problem in the function _cairo_arc_in_direction in the file cairo-arc.c.
Patched
cairo 1.16.0, in cairo_ft_apply_variations() in cairo-ft-font.c, would free memory using a free function incompatible with WebKit's fastMalloc, leading to an application crash with a "free(): invalid pointer" error.
Patched
Cairo version 1.15.4 is vulnerable to a NULL pointer dereference related to the FT_Load_Glyph and FT_Render_Glyph resulting in an application crash.