New gd packages are available for Slackware 14.2 and -current to fix security issues. . -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 [slackware-security] gd (SSA:2020-083-01) New gd packages are available for Slackware 14.2 and -current to fix security issues. Here are the details from the Slackware 14.2 ChangeLog: +--------------------------+ patches/packages/gd-2.3.0-i586-1_slack14.2.txz: Upgraded. This update fixes bugs and security issues: Potential double-free in gdImage*Ptr(). gdImageColorMatch() out of bounds write on heap. Uninitialized read in gdImageCreateFromXbm(). Double-free in gdImageBmp. Potential NULL pointer dereference in gdImageClone(). Potential infinite loop in gdImageCreateFromGifCtx(). For more information, see: https://www.cve.org/CVERecord?id=CVE-2019-6978 https://www.cve.org/CVERecord?id=CVE-2019-6977 https://www.cve.org/CVERecord?id=CVE-2019-11038 https://www.cve.org/CVERecord?id=CVE-2018-1000222 https://www.cve.org/CVERecord?id=CVE-2018-14553 https://www.cve.org/CVERecord?id=CVE-2018-5711 (* Security fix *) +--------------------------+ Where to find the new packages: +-----------------------------+ Thanks to the friendly folks at the OSU Open Source Lab (https://osuosl.org/) for donating FTP and rsync hosting to the Slackware project! :-) Also see the "Get Slack" section on http://www.slackware.com/ for additional mirror sites near you. Updated package for Slackware 14.2: ftp://ftp.slackware.com/pub/slackware/slackware-14.2/patches/packages/gd-2.3.0-i586-1_slack14.2.txz Updated package for Slackware x86_64 14.2: ftp://ftp.slackware.com/pub/slackware/slackware64-14.2/patches/packages/gd-2.3.0-x86_64-1_slack14.2.txz Updated package for Slackware -current: Updated package for Slackware x86_64 -current: MD5 signatures: +-------------+ Slackware 14.2 package: 02054b210ea398c39294503cfd96932a gd-2.3.0-i586-1_slack14.2.txz Slackware x86_64 14.2 package: b9de5217fd1c323ece6c42d59118f611 gd-2.3.0-x86_64-1_slack14.2.txz Slackware -current package: 073b5aa2f29173ac3549a55fae397a78 l/gd-2.3.0-i586-1.txz Slackware x86_64 -current package: ada8d37a3346d51cf1b773c01cbca8ce l/gd-2.3.0-x86_64-1.txz Installation instructions: +------------------------+ Upgrade the package as root: # upgradepkg gd-2.3.0-i586-1_slack14.2.txz +-----+ . Updated gd libraries released for Slackware 14.2 to tackle urgent security vulnerabilities and enhance overall system robustness.. Slackware gd security update, security package upgrade, gd package issues, buffer overflow fixes. . Severity: Critical. LinuxSecurity.com Team
The package gd before version 2.1.1-4 is vulnerable to arbitrary code execution. . Arch Linux Security Advisory ASA-201605-8 ======================================== Severity: Critical Date : 2016-05-06 CVE-ID : CVE-2016-3074 Package : gd Type : arbitrary code execution Remote : Yes Link : https://wiki.archlinux.org/title/CVE Summary ====== The package gd before version 2.1.1-4 is vulnerable to arbitrary code execution. Resolution ========= Upgrade to 2.1.1-4. # pacman -Syu "gd> =2.1.1-4" The problem has been fixed upstream, but a version including the fix has not been released yet. Workaround ========= None. Description ========== A heap-based buffer overflow caused by an integer signedness error has been found in the libgd code handling compressed gd2 chunks. Impact ===== A remote attacker can cause a denial of service or execute arbitrary code on the affected host by submitting a crafted image file. References ========= https://seclists.org/oss-sec/2016/q2/128 https://github.com/libgd/libgd/commit/2bb97f407c1145c850416a3bfbcc8cf124e68a19 https://access.redhat.com/security/cve/CVE-2016-3074 . A critical vulnerability in the Arch Linux gd package allows arbitrary code execution. Users must upgrade to the latest version to mitigate risks. Arch Linux, gd Package, Code Execution, Security Update. . Severity: Critical. LinuxSecurity.com Team
Updated gd packages that fix security issues with overflow in various memory allocation calls are now available.. --------------------------------------------------------------------- Red Hat Security Advisory Synopsis: Updated gd packages fix security issues Advisory ID: RHSA-2004:638-01 Advisory URL: https://access.redhat.com/errata/RHSA-2004:638.html Issue date: 2004-12-17 Updated on: 2004-12-17 Product: Red Hat Enterprise Linux Keywords: gd buffer overflow gdMalloc gdCalloc gdRealloc CVE Names: CAN-2004-0941 CAN-2004-0990 ---------------------------------------------------------------------1. Summary: Updated gd packages that fix security issues with overflow in various memory allocation calls are now available. 2. Relevant releases/architectures: Red Hat Enterprise Linux AS (Advanced Server) version 2.1 - i386, ia64 Red Hat Linux Advanced Workstation 2.1 - ia64 Red Hat Enterprise Linux ES version 2.1 - i386 Red Hat Enterprise Linux WS version 2.1 - i386 Red Hat Enterprise Linux AS version 3 - i386, ia64, ppc, s390, s390x, x86_64 Red Hat Desktop version 3 - i386, x86_64 Red Hat Enterprise Linux ES version 3 - i386, ia64, x86_64 Red Hat Enterprise Linux WS version 3 - i386, ia64, x86_64 3. Problem description: The gd packages contain a graphics library used for the dynamic creation of images such as PNG and JPEG. Several buffer overflows were reported in various memory allocation calls. An attacker could create a carefully crafted image file in such a way that it could cause ImageMagick to execute arbitrary code when processing the image. The Common Vulnerabilities and Exposures project (cve.mitre.org) has assigned the name CAN-2004-0990 to these issues. While researching the fixes to these overflows, additional buffer overflows were discovered in calls to gdMalloc. The Common Vulnerabilities and Exposures project (cve.mitre.org) has assigned the name CAN-2004-0941 to theseissues. Users of gd should upgrade to these updated packages, which contain a backported security patch, and are not vulnerable to these issues. 4. Solution: Before applying this update, make sure that all previously-released errata relevant to your system have been applied. Use Red Hat Network to download and update your packages. To launch the Red Hat Update Agent, use the following command: up2date For information on how to install packages manually, refer to the following Web page for the System Administration or Customization guide specific to your system: https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/10/ 5. Bug IDs fixed (http://bugzilla.redhat.com/ for more info): 137246 - CAN-2004-0990 integer overflow in PNG handling. 138808 - CAN-2004-0941 additional overflows in gd 6. RPMs required: Red Hat Enterprise Linux AS (Advanced Server) version 2.1: SRPMS: 0398a5a807dee5b9e50305be0e41c46f gd-1.8.4-4.21.1.src.rpm i386: 32f90ee0ee49fbaa0e9d83c32d773d44 gd-1.8.4-4.21.1.i386.rpm ba50f74a3c45ceb6c6994fd16dd97846 gd-devel-1.8.4-4.21.1.i386.rpm e6cd529cd117dc14073f011a7cf35631 gd-progs-1.8.4-4.21.1.i386.rpm ia64: f3415f854fcc70689d9487386c5f5497 gd-1.8.4-4.21.1.ia64.rpm 3db197bc13dfc65b6debfc4e14eed791 gd-devel-1.8.4-4.21.1.ia64.rpm a4f021b229c4b4d9710888b06fa0b57c gd-progs-1.8.4-4.21.1.ia64.rpm Red Hat Linux Advanced Workstation 2.1: SRPMS: 0398a5a807dee5b9e50305be0e41c46f gd-1.8.4-4.21.1.src.rpm ia64: f3415f854fcc70689d9487386c5f5497 gd-1.8.4-4.21.1.ia64.rpm 3db197bc13dfc65b6debfc4e14eed791 gd-devel-1.8.4-4.21.1.ia64.rpm a4f021b229c4b4d9710888b06fa0b57c gd-progs-1.8.4-4.21.1.ia64.rpm Red Hat Enterprise Linux ES version 2.1: SRPMS: 0398a5a807dee5b9e50305be0e41c46f gd-1.8.4-4.21.1.src.rpm i386: 32f90ee0ee49fbaa0e9d83c32d773d44 gd-1.8.4-4.21.1.i386.rpm ba50f74a3c45ceb6c6994fd16dd97846 gd-devel-1.8.4-4.21.1.i386.rpm e6cd529cd117dc14073f011a7cf35631 gd-progs-1.8.4-4.21.1.i386.rpm Red HatEnterprise Linux WS version 2.1: SRPMS: 0398a5a807dee5b9e50305be0e41c46f gd-1.8.4-4.21.1.src.rpm i386: 32f90ee0ee49fbaa0e9d83c32d773d44 gd-1.8.4-4.21.1.i386.rpm ba50f74a3c45ceb6c6994fd16dd97846 gd-devel-1.8.4-4.21.1.i386.rpm e6cd529cd117dc14073f011a7cf35631 gd-progs-1.8.4-4.21.1.i386.rpm Red Hat Enterprise Linux AS version 3: SRPMS: 6a074a9b46c1c433fb6379ddd7ffa39c gd-1.8.4-12.3.1.src.rpm i386: 0277cba330cefb9ab1ebea7f15fa32c8 gd-1.8.4-12.3.1.i386.rpm d5b6b426e2e06f02a3d0e5f3180cf33c gd-devel-1.8.4-12.3.1.i386.rpm a8f4b292b1ef66452790e4dd2648c7a2 gd-progs-1.8.4-12.3.1.i386.rpm ia64: ca3b5794089578356666c672355ad71f gd-1.8.4-12.3.1.ia64.rpm 839ca9fd43bd92ec9bcbd324954f71e5 gd-devel-1.8.4-12.3.1.ia64.rpm 7c0174f34dbe662e8852e1ffe25d8372 gd-progs-1.8.4-12.3.1.ia64.rpm ppc: 11c259e294f22220dad62674e7a54210 gd-1.8.4-12.3.1.ppc.rpm 67456fab43a1b9d601c62a54a446be27 gd-devel-1.8.4-12.3.1.ppc.rpm 2f900edcde2c6771bd82ce414133717b gd-progs-1.8.4-12.3.1.ppc.rpm s390: 568eaf1ea4294befde060da07c4812c7 gd-1.8.4-12.3.1.s390.rpm 4873cab38494fc574740b645d5673e33 gd-devel-1.8.4-12.3.1.s390.rpm 336923033fdc04176a0279d9127570a3 gd-progs-1.8.4-12.3.1.s390.rpm s390x: adc06b68372a7d7bf375bbd88867b9af gd-1.8.4-12.3.1.s390x.rpm cd195ca8593ec6404d01c82be4db5c47 gd-devel-1.8.4-12.3.1.s390x.rpm 83f844555bdeb93f28c30e00fe2cf90d gd-progs-1.8.4-12.3.1.s390x.rpm x86_64: 7cbaf334f370e69a009cc3e173bd43b2 gd-1.8.4-12.3.1.x86_64.rpm 6e28767d002c70958e5f1f38a5420d0a gd-devel-1.8.4-12.3.1.x86_64.rpm 003ce60cef5006f3c495aff9e767f4e2 gd-progs-1.8.4-12.3.1.x86_64.rpm Red Hat Desktop version 3: SRPMS: 6a074a9b46c1c433fb6379ddd7ffa39c gd-1.8.4-12.3.1.src.rpm i386: 0277cba330cefb9ab1ebea7f15fa32c8 gd-1.8.4-12.3.1.i386.rpm d5b6b426e2e06f02a3d0e5f3180cf33c gd-devel-1.8.4-12.3.1.i386.rpm a8f4b292b1ef66452790e4dd2648c7a2 gd-progs-1.8.4-12.3.1.i386.rpm x86_64: 7cbaf334f370e69a009cc3e173bd43b2 gd-1.8.4-12.3.1.x86_64.rpm 6e28767d002c70958e5f1f38a5420d0a gd-devel-1.8.4-12.3.1.x86_64.rpm 003ce60cef5006f3c495aff9e767f4e2 gd-progs-1.8.4-12.3.1.x86_64.rpm Red Hat Enterprise Linux ES version 3: SRPMS: 6a074a9b46c1c433fb6379ddd7ffa39c gd-1.8.4-12.3.1.src.rpm i386: 0277cba330cefb9ab1ebea7f15fa32c8 gd-1.8.4-12.3.1.i386.rpm d5b6b426e2e06f02a3d0e5f3180cf33c gd-devel-1.8.4-12.3.1.i386.rpm a8f4b292b1ef66452790e4dd2648c7a2 gd-progs-1.8.4-12.3.1.i386.rpm ia64: ca3b5794089578356666c672355ad71f gd-1.8.4-12.3.1.ia64.rpm 839ca9fd43bd92ec9bcbd324954f71e5 gd-devel-1.8.4-12.3.1.ia64.rpm 7c0174f34dbe662e8852e1ffe25d8372 gd-progs-1.8.4-12.3.1.ia64.rpm x86_64: 7cbaf334f370e69a009cc3e173bd43b2 gd-1.8.4-12.3.1.x86_64.rpm 6e28767d002c70958e5f1f38a5420d0a gd-devel-1.8.4-12.3.1.x86_64.rpm 003ce60cef5006f3c495aff9e767f4e2 gd-progs-1.8.4-12.3.1.x86_64.rpm Red Hat Enterprise Linux WS version 3: SRPMS: 6a074a9b46c1c433fb6379ddd7ffa39c gd-1.8.4-12.3.1.src.rpm i386: 0277cba330cefb9ab1ebea7f15fa32c8 gd-1.8.4-12.3.1.i386.rpm d5b6b426e2e06f02a3d0e5f3180cf33c gd-devel-1.8.4-12.3.1.i386.rpm a8f4b292b1ef66452790e4dd2648c7a2 gd-progs-1.8.4-12.3.1.i386.rpm ia64: ca3b5794089578356666c672355ad71f gd-1.8.4-12.3.1.ia64.rpm 839ca9fd43bd92ec9bcbd324954f71e5 gd-devel-1.8.4-12.3.1.ia64.rpm 7c0174f34dbe662e8852e1ffe25d8372 gd-progs-1.8.4-12.3.1.ia64.rpm x86_64: 7cbaf334f370e69a009cc3e173bd43b2 gd-1.8.4-12.3.1.x86_64.rpm 6e28767d002c70958e5f1f38a5420d0a gd-devel-1.8.4-12.3.1.x86_64.rpm 003ce60cef5006f3c495aff9e767f4e2 gd-progs-1.8.4-12.3.1.x86_64.rpm These packages are GPG signed by Red Hat for security. Our key and details on how to verify the signature are available from 7. References: https://www.cve.org/CVERecord?id=CAN-2004-0941 https://www.cve.org/CVERecord?id=CAN-2004-0990 8. Contact: The Red Hat security contact is . More contact details at Copyright 2004 Red Hat, Inc. . The latest gd libraries address critical security flaws related to buffer overflows during memory handling for Red Hat distributions.. gdpackage update, buffer overflow fix, Red Hat security. . Severity: Critical. LinuxSecurity.com Team
Get the latest Linux and open source security news straight to your inbox.