Bugzilla – Bug 1094829
VUL-1: CVE-2018-11489: giflib: The DGifDecompressLine function in dgif_lib.c has a heap-based buffer overflow because CrntCode array index is not checked
Last modified: 2024-05-09 11:57:30 UTC
CVE-2018-11489 The DGifDecompressLine function in dgif_lib.c in GIFLIB (possibly version 3.0.x), as later shipped in cgif.c in sam2p 0.49.4, has a heap-based buffer overflow because a certain CrntCode array index is not checked. This will lead to a denial of service or possibly unspecified other impact. Details: https://github.com/pts/sam2p/issues/37 References: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2018-11489 https://github.com/pts/sam2p/issues/37
I upgraded giflib and the submission is going through QA processes.
Hello, I am reassigning to security. Please advise, whether backporting to SLE12 and SLE11 warrants the rather considerable amount of work.
From my understanding, it seems like this issue had already been fixed by upstream giflib before the issue was reported in sam2p. See [0] for more information (and the patch that looks to fix the issue). That being said, SLE12 already contains the code presented in this patch, meaning that, SLE12 is likely already fixed for this issue. [0] https://github.com/pts/sam2p/issues/37#issuecomment-409870800